]> git.sur5r.net Git - i3/i3.github.io/blob - tree/index.html.mako
ed9ae4717f885d7aee024e2768eed80b8ca646d4
[i3/i3.github.io] / tree / index.html.mako
1 <%!
2         section = "tree"
3 %>
4 <%inherit file="_templates/i3.mako" />
5 <div id="content">
6
7 <div style="background-color: white; float:right; width: 250px; border: 1px solid black; padding: .5em; margin-top: 100px; margin-right: 20px; text-align: center; color: black; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 3px 3px 3px black; -webkit-box-shadow: 3px 3px 3px black; box-shadow: 3px 3px 3px black;">
8 Download<br>
9 <a href="/downloads/i3-tree-pr4.tar.bz2">i3-tree-pr4.tar.bz2</a><br>
10 (408 KB)
11 </div>
12
13 <h2>After a lot of bugfixes,</h2>
14
15 <p>
16 we are happy to release the fourth preview version of i3-tree!
17 </p>
18
19 <p>
20 This release is a release candidate for i3 version 4.0.
21 </p>
22
23
24 <h2>What works right now</h2>
25
26 <ul>
27 <li>Basic window management, navigation, moving</li>
28 <li>Fullscreen mode, correct aspect ratio</li>
29 <li>Stacked/Tabbed layout, floating mode</li>
30 <li>Splitting (for fancy layouts), resizing</li>
31 <li>Restarts (preserving the layout), crash handler</li>
32 <li>RandR changes, keyboard layout changes</li>
33 <li>Dock clients</li>
34 <li>Assignments</li>
35 <li>Configfile compatibility</li>
36 <li>i3bar, get it from <a href="http://git.merovius.de/">git.merovius.de</a></li>
37 </ul>
38
39 <h2>Feedback</h2>
40
41 <p>
42 The goal of this release is to gather feedback. We want to know how you feel
43 about the changes and what suggestions, improvements or questions you have.
44 Please use our <a href="http://i3wm.org/contact/">IRC channel</a>, <a
45 href="http://bugs.i3wm.org/">our bugtracker</a> (double-check that
46 you specify version "tree" for reports), <a
47 href="http://i3wm.org/contact/">our mailing list</a> or <a
48 href="http://twitter.com/i3wm">Twitter</a>/<a
49 href="http://identi.ca/i3wm">identica</a>.
50 </p>
51
52 <p>
53 To ensure that the next i3 release will work just fine for you, please check
54 that <em>-tree</em> does what you expect it to.
55 </p>
56
57 <h2>Thanks</h2>
58
59 <p>
60 I want to thank Merovius for convincing me of the possibility to use a tree
61 data structure for i3.
62 </p>
63
64 <p>
65 Furthermore, we would not be able to provide this release without the help of
66 fernandotcl (thanks for a lot of patches!) and the help of all testers,
67 especially mseed.
68 </p>
69
70 </div>