From 00267018881f476e8cc6145839419dfb5c15012b Mon Sep 17 00:00:00 2001 From: Jguer Date: Mon, 9 Apr 2018 12:33:48 +0100 Subject: [PATCH] Update README for release Signed-off-by: Jguer --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 53a2b341..6d777ea0 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,19 @@ Yay was created with a few objectives in mind and based on the design of [yaourt ### Changelog +#### v5.657 + +* By default running `yay` will trigger `yay -Syu` +* Updated Shell completions +* `-Ss` shows difference between installed and in-repo versions +* Allow sorting AUR results by fields other than votes + * votes|popularity|id|baseid|name|base|submitted|modified +* Added flags for automatic menu input + * --answerclean --answeredit --answerupgrade + * --noanswerclean --noansweredit --noanswerupgrade +* Fixed versioned dep checking +* Usual fixes to parsing, dependency sourcing and other PKGBUILD atrocities + #### v5.608 * Updated Shell completions