]> git.sur5r.net Git - i3/i3.github.io/blob - downloads/RELEASE-NOTES-3.b.txt
update debian.sur5r.net keyring
[i3/i3.github.io] / downloads / RELEASE-NOTES-3.b.txt
1 Release notes for i3 v3.β
2 -----------------------------
3
4 This is the second version (3.β, transcribed 3.b) of i3. It is considered stable.
5
6 The most important change probably is the implementation of floating clients,
7 primarily useful for dialog/toolbar/popup/splash windows. When using i3 for
8 managing floating windows other than the ones mentioned beforehand, please
9 keep in mind that i3 is a tiling window manager in the first place and thus
10 you might better use a "traditional" window manager when having to deal a
11 lot with floating windows.
12
13 Now that you’re warned, let’s have a quick glance at the other new features:
14   * jumping to other windows by specifying their position or window class/title
15   * assigning clients to specific workspaces by window class/title
16   * automatically starting programs (such as i3status + dzen2)
17   * configurable colors
18   * variables in configfile
19
20 Furthermore, we now have a user’s guide which should be the first document
21 you read when new to i3 (apart from the manpage).
22
23 Thanks for this release go out to mist, Atsutane, ch3ka, urs, Moredread,
24 badboy and all other people who reported bugs/made suggestions.
25
26 A list of changes follows:
27
28   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
29   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
30   * Bugfix: Force reconfiguration of all windows on workspaces which are
31     re-assigned because a screen was detached.
32   * Bugfix: Several bugs in resizing table columns fixed.
33   * Bugfix: Resizing should now work correctly in all cases.
34   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
35   * Bugfix: Correctly handle Mode_switch modifier.
36   * Bugfix: Don't raise clients in fullscreen mode.
37   * Bugfix: Re-assign dock windows to different workspaces when a workspace
38     is detached.
39   * Bugfix: Fix crash because of workspace-pointer which did not get updated
40   * Bugfix: Correctly initialize screen when Xinerama is disabled.
41   * Bugfix: Fullscreen window movement and focus problems fixed
42   * Implement jumping to other windows by specifying their position or
43     window class/title.
44   * Implement jumping back by using the focus stack.
45   * Implement autostart (exec-command in configuration file).
46   * Implement floating.
47   * Implement automatically assigning clients on specific workspaces.
48   * Implement variables in configfile.
49   * Colors are now configurable.
50
51 -- Michael Stapelberg, 2009-06-21