From e2a7a3d15470bab784337d5fec7c05836752116a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 22 Nov 2020 11:30:59 +0100 Subject: Add ChangeLog and start working on release notes. --- Changelog | 11 +++++++++++ releasenotes/1.6.1/filebrowser.png | Bin 0 -> 112231 bytes releasenotes/1.6.1/release-1.6.1.markdown | 27 +++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 releasenotes/1.6.1/filebrowser.png create mode 100644 releasenotes/1.6.1/release-1.6.1.markdown 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) diff --git a/releasenotes/1.6.1/filebrowser.png b/releasenotes/1.6.1/filebrowser.png new file mode 100644 index 00000000..57e06bd1 Binary files /dev/null and b/releasenotes/1.6.1/filebrowser.png differ diff --git a/releasenotes/1.6.1/release-1.6.1.markdown b/releasenotes/1.6.1/release-1.6.1.markdown new file mode 100644 index 00000000..43d89051 --- /dev/null +++ b/releasenotes/1.6.1/release-1.6.1.markdown @@ -0,0 +1,27 @@ +# 1.6.1: Tortoise Power + +A bugfix release with a few minor new features. + +## Theme: min/max and nested media support + +To make themes more adoptable between different setups, `@media` statements can now be nested. + +Support for min/max operation `calc()` has been added. + +## FileBrowser + +The file-browser plugin is now integrated in rofi. + +![File Browser](filebrowser.png) + + +## ChangeLog + - 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. -- cgit v1.2.3