summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-02 20:47:17 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-02 20:47:17 +0100
commit2195efd3bf6c0dc14a222347821189924790c0c4 (patch)
treeb2ba4621fdbfe695efecfed9504a8a34eb660c36 /Changelog
parentdbd74760540d8c36763983a2fc410db13269e847 (diff)
Update ChangeLog.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e9d625bb..21a04531 100644
--- a/Changelog
+++ b/Changelog
@@ -1,13 +1,21 @@
0.15.12 (unreleased):
New features:
- 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:
+ - 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:
+ - Switch __FUNCTION__ for __func__. (#288)
- Fix segfault on empty list and moving through it. (#256,#275)
- Fix one off of colors (#269)
- Drun fix uninitialized memory (#285)