From 1915de732957ccfecd3f066d50fe7212e615bc4c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 1 Nov 2018 22:22:59 +0100 Subject: [PATCH] Update changelog. --- Changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog b/Changelog index 24a19ae0..62f1c1fe 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,18 @@ +v1.5.2: + - Add missing example Script (#869) + - Add drun-display-format option. (#858) + - Fixing typos (#867,#837,#831,#804) + - Fix loading icons that are in cache (#860) + - Improve ssh known_host parser. (#820) + - Add terminals to rofi-sensible-terminal (#808) + - Lexer Fix several ambiguity and handling of empty input. + - IconFetcher preload the user set icon theme. + - IconFetcher use generic threadpool. + - Lexer support environment variables. + - Cleanup syntax for sorting. (#816) + - Documents update. + - Fix how borders are drawn. (#792, #783) + v1.5.1: - Egor Zvorykin: Fix typos in theme manpage. (#760) - Ben: Fix README config file location. (#761)