]> git.sur5r.net Git - i3/i3.github.io/blob - downloads/RELEASE-NOTES-tree-pr3.txt
repositories: revert to apt install ./keyring.deb
[i3/i3.github.io] / downloads / RELEASE-NOTES-tree-pr3.txt
1 Release notes for i3 tree-pr3
2 -----------------------------
3
4 This is the third PREVIEW RELEASE for the tree branch. It is *NOT* part of
5 i3’s regular releases and should *NOT* be packaged in the usual way for
6 distributions. Instead, provide a separate, unofficial package if possible.
7
8 The so called tree branch is the place where the next version of i3 is
9 developed. This time, we did a major code refactoring bringing many changes.
10 The idea is to use a tree as datastructure instead of separate lists (like one
11 for outputs, workspaces and a table for storing your window layout).
12
13 Quite a few advantages arise from this new data structure. The most prominent
14 ones will be a slightly different look and feel, the possibility to store your
15 layout and restore it later, correct resizing, a much cleaner command parser
16 and more little improvements.
17
18 As this is a preview release, some things are not working yet. Generally,
19 though, the core developers are using it already and think it’s good enough to
20 try it out. With this release, we want to gather feedback from you, so please
21 report any bugs you encounter in our bugtracker at http://bugs.i3wm.org/
22
23 What should be working in this release?
24 ---------------------------------------
25
26  • Basic window management, navigation, moving
27  • Fullscreen mode, correct aspect ratio
28  • Stacked/Tabbed layout, floating mode
29  • Splitting (for fancy layouts), resizing
30  • Restarts (preserving the layout), crash handler
31  • RandR changes, keyboard layout changes
32  • Dock clients
33  • Assignments
34  • i3bar, get it from http://git.merovius.de/
35
36 If any of these features do not work (correctly), please file a bugreport.
37
38 What is not working in this release?
39 ------------------------------------
40
41  • Configfile compatibility
42
43  -- Michael Stapelberg, 2011-05-28