Update README to include past changelogs

Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer 2018-03-23 15:21:47 +01:00
parent 966bb425ff
commit 6efa83d494

View file

@ -31,8 +31,8 @@ Yay was created with a few objectives in mind and based on the design of [yaourt
#### Frequently Asked Questions
* Yay does not display colored output. How do I fix it?
Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123)
Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123)
#### Example of Custom Operations
* `yay <Search Term>` presents package selection menu
@ -48,6 +48,24 @@ Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://
### Changelog
#### 4.505
* `yay` used to auto save permanent configuration options, now `--save` must be passed to save permanent configuration options
* Competions updated
* Number menu is now used to edit PKGBuilds and Clean Builds
* Devel updates of `-git` packages now uses `git ls-remote` which makes it compatible with other platforms besides github.
* Devel update checking is faster as well
* Updated man page
#### 3.440
* Closed a lot of issues
* Updated bash and zsh completions
* New colour scheme
* Small parsing fixes
* Automatically delete package from transaction if $EDITOR exits with non-zero #140
* Added check depends support
#### 3.373
* Version bump to V3 to reflect all of the changes to syntax