all repos — fluxbox @ e186c9a48aadc719caf7683e03c84962f8292e1d

custom fork of the fluxbox windowmanager

Updated NEWS
Henrik Kinnunen fluxgen at fluxbox dot org
commit

e186c9a48aadc719caf7683e03c84962f8292e1d

parent

6deada2726cbbb389638bc87a62bd1e03f595a51

1 files changed, 29 insertions(+), 10 deletions(-)

jump to
M NEWSNEWS

@@ -1,14 +1,33 @@

-News in 1.1.1: - * Opaque moving is now default. - * Faster workspace changing. +Here are some of the new features and bug fixes in this release. +For a more complete list and detailed description of them see the documention +and ChangeLog. + +News in 1.3.0: + * Added support for bidirectional text, #2801836. + * Allow to override 'Focus New Windows' via .fluxbox/apps + * New actions: + * ActivateTab + * ArrangeWindowsVertical + * New 'MoveN' and 'ClickN' action support for keys file + * New focus model 'StrictMouseFocus'. This will affect focus when + closing, moving, lowering windows, changing desktops, etc, whereas the + 'MouseFocus' model will only change focus when you move the mouse. + * New "background: unset" property for use in overlays. + * Allowing relative paths for background images in style files. + * Allowing matching screen number in ClientPattern. + * Removed rootcommand from init, as fbsetbg is run automatically nowadays. + * Removed line style resources from init file. + Bug fixes: - * Install issues. - * Maximize/Fullscreen for windows with non-northwest gravity. - * Randr < 1.2 checks. - * Workaround for badly specified _NET_WM_ICONS. - * Fixed unshade crash. - * Minor pixmap resource leak. + * Fixed issues with round corners on restart, #2110455. + * Fix for flickering of shaped windows, #2131548 and #2001027. + * Key file parsing error for MacroCmd with unterminated {...} pairs. + * Empty submenus lead to misfunction of the 'HideMenus' command + * Fixed so fluxbox-update_configs does not wipe out keys file + * Fixed placement bug of maximized windows when moved out of a xinerama + screen. + * Handle result of DisplayString() correctly, #3136775. + * Prevent SIGFPE when using nxserver, #2813828. -See ChangeLog for more details.