diff options
author | Mathias Gumz <akira@fluxbox.org> | 2016-11-20 16:02:47 (GMT) |
---|---|---|
committer | Mathias Gumz <mg@2hoch5.com> | 2022-08-03 07:52:50 (GMT) |
commit | 34e652e9d457f701cb4d0cc4e455ed147ca1e915 (patch) | |
tree | 24a0f704083767aad22c95694919166be61b2bc6 /NEWS | |
parent | 9d8202f32338a3f08d3fa39057dc5eec5d97be4e (diff) | |
download | fluxbox-34e652e9d457f701cb4d0cc4e455ed147ca1e915.zip fluxbox-34e652e9d457f701cb4d0cc4e455ed147ca1e915.tar.bz2 |
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 97 |
1 files changed, 70 insertions, 27 deletions
@@ -1,30 +1,73 @@ | |||
1 | Version 1.3.7 is a bug fix release. | 1 | Version 1.4.0 is a feature release. |
2 | |||
3 | Features: | ||
4 | * show tooltips for tabs | ||
5 | * add "autotabplacement": automatically tab new windows into the | ||
6 | currently focussed window group | ||
7 | * vertical workspace warping | ||
8 | - session.screenN.workspacewarpingvertical: true | ||
9 | - session.screenN.workspacewarpingverticaloffset: X | ||
10 | * recognize click-events inside a 4x4 zone (helps with shaky devices | ||
11 | or motoric problems) | ||
12 | * introduce 5s timeout on keychains | ||
13 | * support autoraising of Slit / Toolbar | ||
14 | * new modifiers | ||
15 | - onwinbutton | ||
16 | - onmaxbutton | ||
17 | - onminbutton | ||
18 | - onslit | ||
19 | * new actions: | ||
20 | - ToggleSlitHidden | ||
21 | - ToggleSlitAbove | ||
22 | - ToggleToolbarHidden | ||
23 | - ToggleToolbarAbove | ||
24 | - ActiveTabCmd | ||
25 | - Unclutter (FR#248) | ||
26 | * Prev/Nextworkspace accept "0" to jump to the "previously" used on | ||
27 | * new statements to the apps-file: | ||
28 | - FocusProtection (None, Lock, Deny) | ||
29 | |||
30 | * new SpacerTool | ||
31 | * allow generic buttons to be used in toolbar | ||
32 | - *.toolbar.tools: button.foo, iconbar, ... | ||
33 | - *.toolbar.button.foo.label: F | ||
34 | - *.toolbar.button.foo.commands: RootMenu:Exec foo | ||
35 | * allow to change the label of such button via fluxbox-remote | ||
36 | (example usage: update the unread mail counter) | ||
37 | |||
38 | * fbrun: | ||
39 | * support Ctrl-a keybinding to jump to beginning of textfield | ||
40 | * new flags: | ||
41 | - add -autocomplete flag | ||
42 | - add -cf <completion-data> | ||
43 | |||
44 | General Improvements: | ||
45 | |||
46 | * improve placement of windows in invisible regions | ||
47 | * update provided vim files | ||
48 | * reduce amount of events triggerd by resize actions | ||
49 | * improve UTF8 handling | ||
50 | * fbrun FR#720: support entering UTF8 text | ||
51 | * delay mouse driven tab focus | ||
52 | * update da_DK, fr, hebrew translations | ||
2 | 53 | ||
3 | Critical Bugfixes: | 54 | Critical Bugfixes: |
4 | * Segfault on startup (mostly *BSD) | ||
5 | * Segfault on shutdown | ||
6 | * Segfault on clicking the Remember menu | ||
7 | * Menu crops on TypeAhead | ||
8 | |||
9 | Minor Bugfixes: | ||
10 | * _NET_REQUEST_FRAME_EXTENTS | ||
11 | * Working autorepeat keys | ||
12 | * Working vertical rotated Tabs and Toolbar | ||
13 | * Proper size of titlebar buttons on restart / detaching tabs | ||
14 | * Missing windowmenu works again | ||
15 | * Several glitches in the menu | ||
16 | * Correct handling of 'maximized' statement in the apps file | ||
17 | 55 | ||
18 | Features: | 56 | |
19 | * The improved TypeAhead sytem is not limited to matches on beginning | 57 | Bugfixes: |
20 | of menu items anymore, the behavior is configurable: | 58 | * Fix rare divsion by zero |
21 | - Nowhere - disables TypeAhead support | 59 | * Mitigate rare freezes |
22 | - ItemStart - matches typed text only at the start of a menu item | 60 | * Stop focus cycling on workspace changes |
23 | - Somewhere - matches typed text somewhere in a menu item | 61 | * #1155 delay repositioning of labels |
24 | (Currently this is a configfile-only option) | 62 | * send ConfigureNotify events using root window coordinates |
25 | * Minor tweaks to the i18n system | 63 | * #1149 hide menus by clicking the title or the toolbar |
26 | * Updated turkish translations | 64 | * Don't confine transient windows onto the Desktop layer |
27 | 65 | * #1052 handle $DISPLAY correctly | |
28 | End User unrelated: | 66 | * fbrun: |
29 | * Code refactoring and cleanup, assisted by Coverity and | 67 | * segfault on expanding . or ~ |
30 | clang static code analysis | 68 | * escape special chars in filenames |
69 | * #1031 fix $WPSETTER "display" | ||
70 | * fbsetbg: | ||
71 | * #1065: handle subdirs and symlinks in $wallpaperd | ||
72 | * fuxbox-remote: | ||
73 | * fix bad "if" test | ||