summaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-08 08:22:27 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-08 08:22:27 +0200
commitb9aacf30f1c00b47ece20a90c771c919245c036e (patch)
tree2aeab81b0d1e838f40878181c09ca819c523d591 /releasenotes
parenta34dba30fb2dd35f673e2ac7bf54623183bd6180 (diff)
Update release notes.
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/1.2.0/release-1.2.0.markdown13
-rw-r--r--releasenotes/1.2.0/rofi-options.pngbin0 -> 38449 bytes
2 files changed, 13 insertions, 0 deletions
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
--- /dev/null
+++ b/releasenotes/1.2.0/rofi-options.png
Binary files differ