From b9aacf30f1c00b47ece20a90c771c919245c036e Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 8 Aug 2016 08:22:27 +0200 Subject: Update release notes. --- releasenotes/1.2.0/release-1.2.0.markdown | 13 +++++++++++++ releasenotes/1.2.0/rofi-options.png | Bin 0 -> 38449 bytes 2 files changed, 13 insertions(+) create mode 100644 releasenotes/1.2.0/rofi-options.png (limited to 'releasenotes') diff --git a/releasenotes/1.2.0/release-1.2.0.markdown b/releasenotes/1.2.0/release-1.2.0.markdown index db63aa2d..ecc667a6 100644 --- a/releasenotes/1.2.0/release-1.2.0.markdown +++ b/releasenotes/1.2.0/release-1.2.0.markdown @@ -29,6 +29,13 @@ rofi.window-format: {t:-16} ({c:10}) ![Rofi Window title align](./rofi-window-align.png) +## Track configuration option origin + +**Rofi** now keeps track of how configuration options are set. It will now display if it is the default value, set in +Xresources, configuration file or commnadline. + +![Rofi configuration tracking](./rofi-options.png) + ## Bug Fixes @@ -37,6 +44,12 @@ rofi.window-format: {t:-16} ({c:10}) * Support ```#include``` in config file. * **XLib** dependency. The last hard dependency on **Xlib** has been removed by the use of **[xcb-util-xrm](https://github.com/Airblader/xcb-util-xrm)**. +* Fix rofi on 30bit 10 bit per channel display. +* Indicate what set an option in rofi help and dump resources. +* Comment unset options in dump. Allowing configurations to be shared more easily. +* Correct `Control-u` behaviour to remove till begin of line. `Control-w` now whipes the line. +* Add missing `Control-k` keybinding, delete till end of line. + ## Remove features diff --git a/releasenotes/1.2.0/rofi-options.png b/releasenotes/1.2.0/rofi-options.png new file mode 100644 index 00000000..b024be4a Binary files /dev/null and b/releasenotes/1.2.0/rofi-options.png differ -- cgit v1.2.3