Update release notes.

This commit is contained in:
Dave Davenport 2016-08-08 08:22:27 +02:00
parent a34dba30fb
commit b9aacf30f1
2 changed files with 13 additions and 0 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB