mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add more changelog.
This commit is contained in:
parent
b8ec485056
commit
b1883ccaea
1 changed files with 8 additions and 2 deletions
10
Changelog
10
Changelog
|
@ -2,14 +2,15 @@
|
||||||
New feature:
|
New feature:
|
||||||
- Support for Startup Notification
|
- Support for Startup Notification
|
||||||
- Standalone mode in dmenu
|
- Standalone mode in dmenu
|
||||||
- ssh: known_hosts parsing.
|
- ssh: known_hosts parsing
|
||||||
- Full screen support.
|
- Full screen support
|
||||||
- Glob style matching
|
- Glob style matching
|
||||||
- Cairo drawing
|
- Cairo drawing
|
||||||
- Fast ascii filtering (thx to Tom Hinton)
|
- Fast ascii filtering (thx to Tom Hinton)
|
||||||
- Combi bang support
|
- Combi bang support
|
||||||
- normal window mode for dmenu
|
- normal window mode for dmenu
|
||||||
- Startup notification support
|
- Startup notification support
|
||||||
|
- Current desktop window mode
|
||||||
Improvements:
|
Improvements:
|
||||||
- Keep same line selected
|
- Keep same line selected
|
||||||
- Cleanup menu code by re-using Switcher
|
- Cleanup menu code by re-using Switcher
|
||||||
|
@ -17,7 +18,12 @@
|
||||||
- Fix rofi -h output
|
- Fix rofi -h output
|
||||||
- allow disabling of tokenizing
|
- allow disabling of tokenizing
|
||||||
- Dragging scrollbar
|
- Dragging scrollbar
|
||||||
|
- Allow none type on separator
|
||||||
|
- Dmenu support markup in fields
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
- dmenu use switcher system
|
||||||
|
- release keyboard on focus out event, regrab it on focus in event
|
||||||
|
- Support `\0` separator
|
||||||
|
|
||||||
0.15.8:
|
0.15.8:
|
||||||
New feature:
|
New feature:
|
||||||
|
|
Loading…
Reference in a new issue