mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update changelog
This commit is contained in:
parent
a5c5ca9f1d
commit
534ddfd324
1 changed files with 4 additions and 3 deletions
|
@ -7,16 +7,17 @@
|
|||
- Autodetect number of HW-threads.
|
||||
- Disabled by default.
|
||||
- Highlight multiple selected rows (#287)
|
||||
- Dmenu can read from file instead of stdin.
|
||||
- Dmenu can read from file instead of stdin.
|
||||
Improvements:
|
||||
- Update manpage (#289, #291)
|
||||
- Improve speed of reading stdin in dmenu mode.
|
||||
- Update manpage (#289, #291)
|
||||
- Improve speed of reading stdin in dmenu mode.
|
||||
- Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them.
|
||||
(#268, #265, #286)
|
||||
- Correctly set locale, fixing issues with entering special characters. (#282)
|
||||
- DRun mode support `NoDisplay` setting (#283)
|
||||
- Pango markup is matched when filtering. (#273)
|
||||
Bug fixes:
|
||||
- Correctly switch to next entry on multi-select when list is filtered (#292)
|
||||
- Switch __FUNCTION__ for __func__. (#288)
|
||||
- Fix segfault on empty list and moving through it. (#256,#275)
|
||||
- Fix one off of colors (#269)
|
||||
|
|
Loading…
Reference in a new issue