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

ChangeLog updates

This commit is contained in:
Dave Davenport 2015-12-04 23:27:53 +01:00
parent 534ddfd324
commit 248e75827c

View file

@ -17,6 +17,7 @@
- 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:
- Improve error message (#290)
- Correctly switch to next entry on multi-select when list is filtered (#292) - Correctly switch to next entry on multi-select when list is filtered (#292)
- Switch __FUNCTION__ for __func__. (#288) - 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)