Update Changelog for 1.3.0

This commit is contained in:
Dave Davenport 2016-11-02 13:34:55 +01:00
parent 3b698038d7
commit a03fdcf3a2
1 changed files with 18 additions and 0 deletions

View File

@ -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