]> git.sur5r.net Git - i3/i3/blob - RELEASE-NOTES-4.0.2
Merge branch 'master' into next
[i3/i3] / RELEASE-NOTES-4.0.2
1
2  ┌─────────────────────────────┐
3  │ Release notes for i3 v4.0.2 │
4  └─────────────────────────────┘
5
6 This is the third release of the new major version of i3, v4.0.2. It is a
7 bugfix release and considered stable. A lot of bugs and suggestions have been
8 reported since the release of v4.0.1. This release fixes 44 bugs and includes a
9 few other minor improvements.
10
11
12  ┌────────────────────────────┐
13  │ Changes in v4.0.2          │
14  └────────────────────────────┘
15
16   • i3-config-wizard: handle mouse button clicks on <win> and <alt> texts
17   • i3-config-wizard: check the modifier mapping to decide whether to use Mod1
18     or Mod4
19   • migrate-config: use \s, be a bit more whitespace tolerant
20   • userguide: s/mod+h/mod+s for stacking
21   • userguide: provide the default colors in the colors example
22   • userguide: document force_focus_wrapping directive
23   • userguide: properly document the resize command
24   • userguide: properly document command chaining and criteria
25   • Bugfix: Correctly bind on multiple keycodes if a symbol has more than one
26   • Bugfix: Allow multiple criteria in 'for_window'
27   • Bugfix: Ensure a minimum size when using the 'resize' command
28   • Bugfix: Start on the first named workspace, not always on '1'
29   • Bugfix: Fix resize command with direction != up for floating windows
30   • Bugfix: Correctly set the _NET_CLIENT_LIST_STACKING hint (chromium tabbar)
31   • Bugfix: 'workspace <next|prev>' now takes all outputs into account
32   • Bugfix: i3-wsbar: make workspace names clickable again
33   • Bugfix: i3-wsbar: correctly handle EOF on stdin
34   • Bugfix: i3-wsbar: display a separator between workspaces of each output
35   • Bugfix: Correctly handle the 'instance' criterion (WM_CLASS)
36   • Bugfix: Use correct format string in load_layout (fixes crash in restart)
37   • Bugfix: Fix border rendering (border lines were "cutting" through)
38   • Bugfix: Raise floating windows immediately when dragging/resizing
39   • Bugfix: Make focus switching work accross outputs again
40   • Bugfix: migration-script: handle resize top/bottom correctly
41   • Bugfix: Fix focus issue when moving containers to workspaces
42   • Bugfix: Warp cursor when changing outputs again
43   • Bugfix: i3bar: fix switching to workspaces with extremely long names
44   • Bugfix: i3bar: fix switching to workspaces "next" and "prev"
45   • Bugfix: i3bar: Correctly allocate pixmap for statuslines which are longer
46     than the screen
47   • Bugfix: i3bar: set statusline = NULL on EOF / SIGCHLD
48   • Bugfix: Correctly initialize the verbose flag
49   • Bugfix: Don’t start with workspace 'next' when the command 'workspace next'
50     is bound in the config file
51   • Bugfix: Set focus to where the mouse pointer is when starting
52   • Bugfix: Don’t change focus when assigned windows start on invisible
53     workspaces
54   • Bugfix: Don’t use absolute paths for exec in the config file
55   • Bugfix: Fix crash when using 'focus mode_toggle' on an empty workspace
56   • Bugfix: Make the 'resize' command work inside tabbed/stacked cons
57   • Bugfix: Correctly place floating windows on their appropriate output
58   • Bugfix: Fix coordinates when moving a floating window to a different output
59   • Bugfix: Correctly keep focus when moving non-leaf windows
60   • Bugfix: Accept '\t' in the set command
61   • Bugfix: Only consider tiling windows when attaching tiling windows to a
62     workspace
63   • Bugfix: Correctly render containers when a split container is focused
64   • Bugfix: Correctly recognize duplicate workspace assignments
65   • Bugfix: Re-enable X11 Eventmask •after• pushing all the X11 changes
66   • Bugfix: Fix focus stealing with assignments of floating windows
67   • Bugfix: Re-implement reconfiguring height of dock windows
68   • Bugfix: IPC: return name_json if available
69   • Bugfix: Make 'floating enable' check for dock windows
70
71
72  ┌────────────────────────────┐
73  │ Thanks!                    │
74  └────────────────────────────┘
75
76 Thanks go out to the following contributors / reporters:
77
78   andi, Atsutane, BeF, ccount, cls, edelkind, eeemsi, f8l, ioflag, Jan, kraM,
79   marforio, Merovius, Moredread, mseed, Niklas, nutron, pnutzh4x0r, rogutes,
80   Sander, sbedivere, sur5r, thomasba, tilman, Tim, ubitux
81
82 -- Michael Stapelberg, 2011-08-28