summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-02 13:34:55 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-02 13:34:55 +0100
commita03fdcf3a2800ce7193a18261e2f2e08961b73a8 (patch)
treedaf19dab72e564d0eaece740f7b7fc45259378bd /Changelog
parent3b698038d7412924bd255886418d13625f7b544b (diff)
Update Changelog for 1.3.0
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0c7707b2..f7bd0241 100644
--- a/Changelog
+++ b/Changelog
@@ -2,11 +2,29 @@ v1.3.0 (unreleased)
New Features
- Use randr for getting monitor layout. Fallback to xinerama if not available.
- Re-add fuzzy parser.
+ - Restructure internal code to use dynamic sizing widgets. (hbox, vbox and lists)
+ - Async mode for dmenu.
+ - Add theme selector script.
+ - Dynamically sizing window with content.
+ - When placed at bottom of screen re-order screen to have entry at bottom.
Improvements
- DRun mode more compatible with specification.
- Debug output via g_log.
- Fix password entry cursor position.
+ - Use bash instead of sh for get_git_rev.sh (#445)
+ - Add Control+G for cancel (#452)
+ - Add padding option to textbox (#449)
+ - Ctrl-click does alternate accept entry. (#429)
+ - Hide window decoration in normal window mode. (#485)
+ - Click to exit option. (#460)
+ - Fix cursor blinking on moving. (#462)
+ - Remove entry from history if fails to execute (#466)
+ - Fix margins. (#467)
+ - Improved documentation of functions in code.
+ - DRun: Set work directory when executing file. (#482)
+ - Memory leak fixes.
Removals
+ - opacity option. The transparancy support in the theme can do the same and more.
v1.2.0
New Features