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