mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update release notes.
This commit is contained in:
parent
a34dba30fb
commit
b9aacf30f1
2 changed files with 13 additions and 0 deletions
|
@ -29,6 +29,13 @@ rofi.window-format: {t:-16} ({c:10})
|
||||||
|
|
||||||
![Rofi Window title align](./rofi-window-align.png)
|
![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
|
## Bug Fixes
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,6 +44,12 @@ rofi.window-format: {t:-16} ({c:10})
|
||||||
* Support ```#include``` in config file.
|
* Support ```#include``` in config file.
|
||||||
* **XLib** dependency. The last hard dependency on **Xlib** has been removed by the use of
|
* **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)**.
|
**[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
|
## Remove features
|
||||||
|
|
||||||
|
|
BIN
releasenotes/1.2.0/rofi-options.png
Normal file
BIN
releasenotes/1.2.0/rofi-options.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Loading…
Reference in a new issue