summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-11-22 11:30:59 +0100
committerDave Davenport <qball@gmpclient.org>2020-11-22 11:30:59 +0100
commite2a7a3d15470bab784337d5fec7c05836752116a (patch)
treebb754041f24fedc8ff617168e32c452f9538873e /Changelog
parentdb9b7af2f7948bc92e4ef87614bab80161f35a8a (diff)
Add ChangeLog and start working on release notes.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1e98094f..6ba79e32 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,14 @@
+v1.6.1: Tortoise Power
+ - Use GdkPixbuf for Icon parsing.
+ - Add FileBrowser to default mode.
+ - Fix parsing dicts in config file (with " in middle of string.)
+ - Add -normalize-match option, that tries to o match ö, é match e. (#1119)
+ - [Theme] Add min/max operator support to calc() (#1172)
+ - Show error message and return to list instead of closing (#1187)
+ - [Theme] Add nested media support. (#1189)
+ - [Textbox] Try to fix estimated font height. (#1190)
+ - [DRun] Fix broken caching mechanism.
+
v1.6.0: The Masked Launcher
- Add `themes/` directory in the users rofi config directory to the theme search path. (#1001)
- Split listview element into box widget holding icon and textbox. Supporting more dynamic themes. (#949)