1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Update ChangeLog.

This commit is contained in:
Dave Davenport 2015-12-02 20:47:17 +01:00
parent dbd7476054
commit 2195efd3bf

View file

@ -1,13 +1,21 @@
0.15.12 (unreleased): 0.15.12 (unreleased):
New features: New features:
- Initial `-dump` command for dmenu mode. (#216) - Initial `-dump` command for dmenu mode. (#216)
- Threading support.
- Parallel checking for ASCII.
- Parallel string matching.
- Autodetect number of HW-threads.
- Disabled by default.
- Highlight multiple selected rows (#287)
Improvements: Improvements:
- Improve speed of reading stdin in dmenu mode.
- Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them. - Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them.
(#268, #265, #286) (#268, #265, #286)
- Correctly set locale, fixing issues with entering special characters. (#282) - Correctly set locale, fixing issues with entering special characters. (#282)
- DRun mode support `NoDisplay` setting (#283) - DRun mode support `NoDisplay` setting (#283)
- Pango markup is matched when filtering. (#273) - Pango markup is matched when filtering. (#273)
Bug fixes: Bug fixes:
- Switch __FUNCTION__ for __func__. (#288)
- Fix segfault on empty list and moving through it. (#256,#275) - Fix segfault on empty list and moving through it. (#256,#275)
- Fix one off of colors (#269) - Fix one off of colors (#269)
- Drun fix uninitialized memory (#285) - Drun fix uninitialized memory (#285)