diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2014-10-24 22:57:21 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2014-10-28 04:14:24 +0100 |
| commit | 7a6c559948c49c3826db89b3828229d839c4930b (patch) | |
| tree | 13a011da624a4936af048134b90a2e834f34d50f | |
| parent | bcfc71a67367ae7b9ab1e7d7ac2f801be919804f (diff) | |
Update CHANGELOG with changes so far
| -rw-r--r-- | CHANGELOG | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +3.6: + * Added various new abilities to If action, including the <query> tag, + matching class, name, role and window type. + * Added ForEach action. + * Restore the <center> option for window placement. + * New GrowToFill action. + * Updated Portuguese translation. + * Added strict option to ToggleShowDesktop action. + * Speed optimization in rendering code. + * New <position> tag for ShowMenu action allows placing menus other + than at the mouse cursor. + * Fix some corner cases of relative position to work correctly. + * Allow specifying multiple mousebinds in one tag as we already do + for keybinds (separated by spaces, as "W-Return M-S-F3" for example). + * Added option rebindOnMappingNotify option, on by default, which + controls if we update binds when the keyboard layout changes at runtime. + * The resize action now only considers the part of the client that is onscreen + for purposes of picking an action to perform. + * Make desktop actions non-interactive (means you can have more actions bound + to a key after them, and the dialog disappears on a timer instead of when + releasing the modifier keys). + * Various small bugfixes. + 3.5.2: * Fix crash in theme rendering code, and in theme parsing code. * Maximize windows without borders to fill the whole screen, don't leave |
