]> git.sur5r.net Git - i3/i3.github.io/blob - downloads/RELEASE-NOTES-3.c.txt
Merge pull request #52 from fbrinker/swapping-workspaces
[i3/i3.github.io] / downloads / RELEASE-NOTES-3.c.txt
1 Release notes for i3 v3.γ
2 -----------------------------
3
4 This is the third version (3.γ, transcribed 3.c) of i3. It is considered stable.
5
6 This release contains many small improvements like using keysymbols in the
7 configuration file, named workspaces, borderless windows, an IPC interface
8 etc. (see below for a complete list of changes)
9
10 Thanks for this release go out to bapt, badboy, Atsutane, tsdh, xeen, mxf,
11 and all other people who reported bugs/made suggestions.
12
13 Special thanks go to steckdenis, yellowiscool and farvardin who designed a logo
14 for i3.
15
16 A list of changes follows:
17
18   * Implement a reload command
19   * Implement keysymbols in configuration file
20   * Implement assignments of workspaces to screens
21   * Implement named workspaces
22   * Implement borderless/1-px-border windows
23   * Implement command to focus screens
24   * Implement IPC via unix sockets
25   * Correctly render decoration of floating windows
26   * Map floating windows requesting (0x0) to center of their leader/workspace
27   * Optimization: Render stack windows on pixmaps to reduce flickering
28   * Optimization: Directly position new windows to their final position
29   * Bugfix: Repeatedly try to find screens if none are available
30   * Bugfix: Correctly redecorate clients when changing focus
31   * Bugfix: Don’t crash when clients reconfigure themselves
32   * Bugfix: Fix screen wrapping
33   * Bugfix: Fix selecting a different screen with your mouse when not having
34     any windows on the current workspace
35   * Bugfix: Correctly unmap stack windows and don’t re-map them too early
36   * Bugfix: Allow switching layout if there are no clients in the this container
37   * Bugfix: Set WM_STATE_WITHDRAWN when unmapping, unmap windows when
38     destroying
39   * Bugfix: Don’t hide assigned clients to inactive but visible workspaces
40
41 -- Michael Stapelberg, 2009-08-19