diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 72 |
1 files changed, 44 insertions, 28 deletions
@@ -1,29 +1,45 @@ | |||
1 | So whats new in 0.1.6? | 1 | News in 0.1.7: |
2 | * Rootcommand is configured for each screen | 2 | * Title bar configuration is moved to the init file |
3 | * Less strict keyconfig file reading | 3 | * Fluxbox will auto copy the default files to ~/.fluxbox/ |
4 | * Coding design | 4 | if they don't exist |
5 | * Tabs can be dropped on the window as well | 5 | * Partial Gnome support: |
6 | (if the sloppy window grouping is on) | 6 | - Atoms supported: |
7 | * Tab width is configured for each screen | 7 | _WIN_WORKSPACE |
8 | * Tab cycling | 8 | _WIN_WORKSPACE_COUNT |
9 | * "Maximize stop at slit" option | 9 | _WIN_WORKSPACE_NAMES |
10 | * Lower window with mouse button 3 | 10 | _WIN_CLIENT_LIST |
11 | * You can now comment lines in keys config file | 11 | _WIN_STATE : |
12 | (commented lines must start with a #) | 12 | WIN_STATE_MINIMIZED |
13 | * You can now click to raise window while | 13 | WIN_STATE_STICKY |
14 | you are in sloppy focus mode | 14 | WIN_STATE_SHADED |
15 | _WIN_HINT : | ||
16 | WIN_HINTS_SKIP_FOCUS | ||
17 | * Tree new languages | ||
18 | - Portuguese | ||
19 | - Bulgarian | ||
20 | - Japanese | ||
21 | * New key bindings and with parameter support | ||
22 | - NudgeRight <step> | ||
23 | - NudgeLeft <step> | ||
24 | - NudgeUp <step> | ||
25 | - NudgeDown <step> | ||
26 | - PrevWorkspace <step> | ||
27 | - NextWorkspace <step> | ||
28 | - Workspace <workspacenum> | ||
29 | We keep the Workspace1 Workspace2 etc | ||
30 | but they will be removed in next release | ||
31 | (new) - LeftWorkspace | ||
32 | this will change to the workspace to the left (no workspace cycling) | ||
33 | (new) - RightWorkspace | ||
34 | this will change to the workspace to the right (no workspace cycling) | ||
35 | (new) - SendToWorkspace <workspacenum> | ||
36 | sends current window to a workspace | ||
37 | |||
38 | * Huge code clean up | ||
15 | 39 | ||
16 | Bugfixes: | 40 | Bugfixes in 0.1.7: |
17 | * Close button (aterm, eterm etc) | 41 | * BadWindow error in ~FluxboxWindow |
18 | * Keys memory leak | 42 | * negative width in a window |
19 | * Keybinding bug | 43 | * Fixed lower/raise of windows when using windowmenu/keybinding |
20 | * Withdraw state fixed (opera will not open another instance | 44 | so now tabs should follow |
21 | if there is one already opened) | 45 | * Slit always on top crash |
22 | * Slit OnTop while Toolbar OnTop | ||
23 | * Alt + resize and pressing button 1 | ||
24 | * Tab toggle texture/position | ||
25 | * Windowmenu bug when resizing with num/caps/scrollock on | ||
26 | * Shade bug in Windowmenu | ||
27 | * Sticky toggle bug in Windowmenu | ||
28 | * Tab/Iconbar resource | ||
29 | * Crash on no title (the slit apps) | ||