]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add 4.11 release
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 30 Sep 2015 06:58:41 +0000 (08:58 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 30 Sep 2015 06:58:41 +0000 (08:58 +0200)
docs/index.html
downloads/RELEASE-NOTES-4.11.txt [new file with mode: 0644]
downloads/i3-4.11.tar.bz2 [new file with mode: 0644]
downloads/i3-4.11.tar.bz2.asc [new file with mode: 0644]
downloads/index.html
index.html

index 56e363f52fafeed6ad4604b924ff2afa6f70d9a8..85b5c735e2ea51b696edf9b09b2ba47d8af24ae2 100644 (file)
@@ -4,7 +4,7 @@ title: Docs
 group: Docs
 ---
 <div id="content">
-<h2>Documentation for i3 v4.10.4</h2>
+<h2>Documentation for i3 v4.11</h2>
 
 <p>
 One of i3’s goals is good documentation. The documents which you will find
diff --git a/downloads/RELEASE-NOTES-4.11.txt b/downloads/RELEASE-NOTES-4.11.txt
new file mode 100644 (file)
index 0000000..2cbadda
--- /dev/null
@@ -0,0 +1,115 @@
+
+ ┌────────────────────────────┐
+ │ Release notes for i3 v4.11 │
+ └────────────────────────────┘
+
+This is i3 v4.11. This version is considered stable. All users of i3 are
+strongly encouraged to upgrade.
+
+Aside from plenty of new features, there are several changes that might result
+in behavioral changes, depending on your specific configuration and
+environment. As usual, we tried hard to keep the current behavior, and when we
+changed behavior, we strongly believe it’s for the better.
+
+Keyboard binding handling has been made more correct, for details see:
+https://github.com/i3/i3/commit/bf3cd41b5ddf1e757515ab5fbf811be56e5f69cc
+
+ ┌────────────────────────────┐
+ │ Changes in i3 v4.11        │
+ └────────────────────────────┘
+
+  • docs/debugging: provide instructions on how to debug i3bar
+  • docs/debugging: added a note about sensitive data
+  • docs/userguide: add a note to both “exec”s about semicolon and comma
+  • docs/userguide: quoted strings need to be used, escaping isn’t possible
+  • docs/userguide: make syntax of syntax descriptions consistent
+  • docs/userguide: recommend “exec exec” for correct signal handling
+  • docs/userguide: explain i3-config-wizard’s behavior
+  • i3-nagbar: open on the primary screen
+  • i3-config-wizard: respect XDG config directories
+  • i3-input: position i3-input at window with input focus
+  • i3bar: use a reasonable default sep_block_width if a separator_symbol is given
+  • i3bar: add binding mode indicator
+  • i3bar: add bindsym command (deprecates wheel_{up,down}_cmd)
+  • i3bar: make tray padding configurable
+  • makefiles: respect EXEC_PREFIX and PKG_CONFIG
+  • added a --toggle switch to mark: “mark [--toggle] <mark>”
+  • added “focus_on_window_activation” directive
+  • added “no_focus” directive
+  • added “move [container|window] [to] mark <str>” command
+  • added “move [window|container] [to] position mouse|cursor|pointer” command
+  • added “title_format” command
+  • added “resize set [width] [height]” command
+  • added “sticky” command (for floating containers)
+  • added “workspace” criterion
+  • added “window_type” criterion
+  • make center coordinates relative to current workspace
+  • draw marks in window decoration (configure with show_marks)
+  • only mark a window if only one window is matched
+  • make floating window mouse handling consistent with tiled windows
+  • add a --border flag to enable mouse binds to trigger on border click
+  • set the _NET_WM_STATE_HIDDEN atom on windows that are currently not visible
+    due to being in the non-focused tab of a stacked or tabbed container
+  • ignore InputHint when not in WM_HINTS
+  • display which config is used in i3 --moreversion
+  • support config file line continuation
+  • use WM_SIZE_HINTS when present to set the geometry of floating windows
+  • add “tray_output primary” to the default config
+  • use libxkbcommon for translating keysyms, support all XKB groups
+  • support special value “__focused__” in criteria
+  • support _NET_WM_VISIBLE_NAME
+  • make sure borders are never counted as adjacent to the edge for floating
+    containers
+  • support moving dock clients to another output
+  • let “focus” report success depending on whether a window was matched
+  • handle _NET_WM_STATE_STICKY (for floating containers)
+  • make “debuglog on” command persist over restarts
+  • randr: use root window in case of no randr outputs
+  • set proper WM_CLASS on frame windows
+
+ ┌────────────────────────────┐
+ │ Bugfixes                   │
+ └────────────────────────────┘
+
+  • i3bar: only detect clicks within the statusline width
+  • i3bar: fix flickering shortened status bar on other output(s)
+  • i3bar: send custom-defined command upon click on the non-statusline part of
+    i3bar even if workspace_buttons is set to “no”.
+  • i3-config-wizard: Make window size and click coordinates dependent on font
+  • i3-save-tree: retain “rect” for floating cons
+  • move urgency hint when moving container
+  • fix percents when attaching a window to a ws creates a new split con
+  • cope with non-null-terminated x class properties
+  • get workspace name when renaming current workspace
+  • allow single-child non-default layout cons to be moved between outputs
+  • allow --whole-window right after 'bindsym' within binding modes
+  • remove windows from the save set when unmapping (fixes problems with e.g.
+    owncloud when restarting i3)
+  • serialize con_id with %p in run_binding()
+  • initialize workspace rect to the output's upon creation
+  • mkdirp: do not throw an error if directory exists
+  • grab all buttons when managing a window to also allow 'bindsym
+    --whole-window button4 …' to work correctly
+  • properly clear the urgency hint when set by i3
+  • layout restore: load floating containers correctly
+  • layout restore: remove remaining criteria when swallowing window
+  • layout restore: When appending a layout containing a marked container, make
+    sure that any other containers with the same mark are unmarked during
+    insertion of the new container.
+  • use the EWMH support window rather than the root window as an input focus fallback
+  • use the focused container to determine the target window_mode when using
+    floating mode_toggle
+
+ ┌────────────────────────────┐
+ │ Thanks!                    │
+ └────────────────────────────┘
+
+Thanks for testing, bugfixes, discussions and everything I forgot go out to:
+
+  Andrzej Pronobis, Chris West (Faux), Deiz, Felix C. Stegerman, Georgiy Tugai,
+  hwangcc23, Ingo Bürk, Kacper Kowalik (Xarthisius), lasers, lambithal, Michael
+  Hofmann, Michael Tipton, Micha Rosenbaum, Nikita Mikhailov, Nils Schneider,
+  PopeLevi, rr-, shdown, Simon Nagl, Theo Buehler, Thomas Anderson, Tim Creech,
+  Tony Crisci
+
+-- Michael Stapelberg, 2015-09-30
diff --git a/downloads/i3-4.11.tar.bz2 b/downloads/i3-4.11.tar.bz2
new file mode 100644 (file)
index 0000000..15b2543
Binary files /dev/null and b/downloads/i3-4.11.tar.bz2 differ
diff --git a/downloads/i3-4.11.tar.bz2.asc b/downloads/i3-4.11.tar.bz2.asc
new file mode 100644 (file)
index 0000000..374e909
--- /dev/null
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJWC4dbAAoJEE5xYO1KyO4dVBgQAMuatYQZDBdvzrWaxhsN9YR4
+6jcq6PEd8D9PvP9rgMA78i/sv2azHD5xtTBD8kt0O2GJMNngswpjfmXNZVlRtQbP
+hTJ2NRbOYhX29ZRoy0rzHqfvqB+pkdds1RuRMsW1YSDxV3dEOzSBig47KQYoVT/Z
+67wbQSTdDjS4hF0z59eJ67ZnVmQN1UsgWwAi85S5WdaZlnl9cmMAgb71QYXwzXWB
+P5Pg4IRefGcdvzsmgSC9mA/S+W57XVqmGI/GaLPOUirICM0ekLbq4+Arb+06KHE3
+RVmYYoCzAKZ0oS5G4F8L+WzobIgGsAHYgykn2NCOMTUgq/2zehseZsIfSSJeZx8/
+sANE/+iTP32k4nORYRb0DUzRGrkqZUHLY/8SMMJ3nILBpDqmPi5N8IIZ0cmOoIR1
+fQzUtsAUKFDcQvaExe2F6xWArc2G3HS29da6WDKiAA82yLh37U281jD7xi0S7k/n
+hJb5XRSsODxsKF6K1LU2IxpWBtzk2c/R5GhnHR44jlVDJYneuWyW1wOLoI3Z0RWH
+sHmIitBPTrxn0h3JcIrSTE7aqh9sDbzmK/k1wnARDi0mMqqxDH3BaJAfPFfYihyq
+MUAgdp5UQ/1jrPp786XCtTU6RSLMNqk1WRt6xn+4R7FelqkYT2mn+UJMENN2ffdV
+qXeqwKwpqYBFcwqPATch
+=Fl+o
+-----END PGP SIGNATURE-----
index ea0da3e8276c76e4dad32f77d3ebe3339d6ca5d9..ba0ca10e71c4814e11dd13fde296c3c287b4a43a 100644 (file)
@@ -40,7 +40,7 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
 <h2>Downloads</h2>
 
 <p>
-  The current stable version is 4.10.4.
+  The current stable version is 4.11.
 </p>
 
 <p>
@@ -63,6 +63,15 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
   </thead>
 
   <tbody>
+  <tr>
+    <td>4.11</td>
+    <td><a href="/downloads/i3-4.11.tar.bz2">i3-4.11.tar.bz2</a></td>
+    <td>951 KiB</td>
+    <td><a href="/downloads/i3-4.11.tar.bz2.asc">signature</a></td>
+    <td>2015-09-30</td>
+    <td><a href="/downloads/RELEASE-NOTES-4.11.txt">release notes</a></td>
+  </tr>
+
   <tr>
     <td>4.10.4</td>
     <td><a href="/downloads/i3-4.10.4.tar.bz2">i3-4.10.4.tar.bz2</a></td>
index 82438d063dd20156c3a00d6e8abeb0bf0b34bd4d..4f5af439c0aadbd2de92a34bb03a3abbd29e3e83 100644 (file)
@@ -22,7 +22,7 @@ title: Your New Jekyll Site
         <a href="/downloads">
         <span style="font-weight: bold; color: #3A8ECD; margin-right: .5em">➡</span>
         Download the latest version
-        <span style="margin-left: 2em; color: #c0c0c0">4.10.4</span>
+        <span style="margin-left: 2em; color: #c0c0c0">4.11</span>
         </a>
     </div>
 </div>