From 4c205649009b8ca15eeb1d3c5a6412b550226eb2 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 4 May 2019 11:24:04 +0200 Subject: [PATCH] Update Changelog. --- Changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog b/Changelog index 60f65d54..e5fdabd6 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,18 @@ v1.5.3: (unreleased) + - Rename sidebar widget to mode-switcher and allow configuration from theme. + - SSH: resolve ':' conflict in history entries. + - RASI Lexer: Fix nested () in variable default field. + - USABILITY: When mode not found, show in gui not just on commandline. + - ICON: Allow aligning image in icon widget. + - Meson build system: cleanups and improvements. + - Meson build system: add documentation (#943) + - Window: Fix default formatting and remove (invalid) deprecation warning. + - DMenu: Add support for showing icons infront of displayed list. + - Overlay: Fix overlay widget to correctly integrate in new theme format. + - Update libnkutils, libgwater. + - SSH: be case-insensitive when parsing keywords. + - DMENU: Add format option to strip pango markup from return value. + - ListView: allow user to change ellipsizing displayed value at run-time. v1.5.2: Procrastination in progress - Clearify Check dependency. (#879)