]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add 4.13 release
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Nov 2016 18:55:24 +0000 (19:55 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Nov 2016 18:55:24 +0000 (19:55 +0100)
docs/index.html
downloads/RELEASE-NOTES-4.13.txt [new file with mode: 0644]
downloads/i3-4.13.tar.bz2 [new file with mode: 0644]
downloads/i3-4.13.tar.bz2.asc [new file with mode: 0644]
downloads/index.html
index.html

index c177e980fe8aa8fee8cc28ebff02e1845b77bda5..5e79ddd2212a7aeb19fd085caa3be53edc3d8be6 100644 (file)
@@ -4,7 +4,7 @@ title: Docs
 group: Docs
 ---
 <div id="content">
-<h2>Documentation for i3 v4.12</h2>
+<h2>Documentation for i3 v4.13</h2>
 
 <p>
 One of i3’s goals is good documentation. The documents which you will find
diff --git a/downloads/RELEASE-NOTES-4.13.txt b/downloads/RELEASE-NOTES-4.13.txt
new file mode 100644 (file)
index 0000000..0e85456
--- /dev/null
@@ -0,0 +1,114 @@
+
+ ┌────────────────────────────┐
+ │ Release notes for i3 v4.13 │
+ └────────────────────────────┘
+
+This is i3 v4.13. This version is considered stable. All users of i3 are
+strongly encouraged to upgrade.
+
+For users, there are two changes to be aware of:
+
+1. The X server DPI is read from the Xft.dpi X resource (if available).
+   Previously, i3 used to directly look at the X server’s DPI (based on screen
+   resolution and physical size). Looking at Xft.dpi is more consistent with
+   other software, more likely to be correct (because it’s user-specified and
+   not read from possibly broken hardware information) and allows users to
+   override the value.
+
+2. It is now possible to set config file variables from X resources using the
+   “set_from_resource” directive. This allows users to have a single source of
+   truth for e.g. theming X11 applications (specify “*color0: #121212” and have
+   it apply to URxvt and your i3 config).
+
+For packagers, there are three changes that likely require action:
+
+1. cairo/pango are now required dependencies, as announced in the i3 v4.12
+   release notes.
+
+2. The aforementioned “set_from_resource” feature requires the new dependency
+   libxcb-util-xrm.
+
+3. i3 now uses the GNU build system (autotools). Please see
+   https://github.com/i3/i3/commit/4a52a7e9fb6fb2e1f0256b2e086cfa313f411cd8 for
+   a lot more details about the rationale and what this means for your package.
+   Bottomline, things should get simpler for you, though :).
+
+ ┌────────────────────────────┐
+ │ Changes in i3 v4.13        │
+ └────────────────────────────┘
+
+  • build: wire up version handling for non-release tarballs (as opposed to git
+    checkouts)
+  • build: switch to the GNU build system
+  • i3bar: disable pango markup for plain-text input
+  • man/i3-msg: point out default ipc message type
+  • config: introduce support for specifying variables from X resources
+  • config: ensure variables match on longest-length, eliminating problems
+    where one variable was a prefix of another
+  • config: do not count '\' in comment lines as line continuation
+  • ipc: introduce a new GET_BINDING_MODES command
+  • ipc: implement new window::mark event
+  • ipc: add “output” to IPC events referencing a container
+  • make fullscreen windows open on the output which is indicated by their
+    geometry (fixes LibreOffice Impress multi-monitor presentations)
+  • focus newly managed windows only if they don’t use the globally active
+    input mode (fixes issues with RubyMine)
+  • remove title indentation in nested containers (rationale was unclear,
+    nobody spoke up when we asked about the feature on i3-discuss)
+  • use the last known timestamp when calling xcb_set_input_focus (might fix
+    rare race conditions in focus handling)
+  • introduce the “smart” option for hide_edge_borders, which will hide borders
+    when there is precisely one window on the workspace
+  • handle _MOTIF_WM_HINTS changes (_MOTIF_WM_HINTS were previously only
+    considered when managing a new window)
+  • don’t change border style if BS_NORMAL is requested in _MOTIF_WM_HINTS
+  • only add numlock fallback for keybindings where necessary (allows users to
+    correctly bind keys on the numpad)
+  • do not match docks in config and command criteria
+  • get DPI from the Xft.dpi resource instead of directly looking at the screen
+    resolution/size
+  • handle _NET_ACTIVE_WINDOW for scratchpad windows (for pagers)
+  • set _NET_WM_DESKTOP to sticky for scratchpad windows
+  • add new criteria “tiling” and “floating”
+  • implement special output name “current” for commands
+  • handle ResizeRequests for tray clients (fixes VLC tray icon)
+
+ ┌────────────────────────────┐
+ │ Bugfixes                   │
+ └────────────────────────────┘
+
+  • i3bar: fix crash when the I3SOCK environment variable is present
+  • i3-dmenu-desktop: do not die on failed open
+  • i3-input: properly position in non-standard cases (fixes an issue where
+    i3-input would launch off-screen)
+  • i3-save-tree: rename “mark” to “marks” to reflect our recent change to
+    allow multiple marks
+  • mouse bindings: only grab the mouse buttons that need to be grabbed
+  • no_focus: correctly count the number of windows (makes no_focus work with
+    tabbed/stacked workspace layouts).
+  • properly close disabled outputs restored during a restart (this fixes state
+    handling when RandR changes happen during i3 restarts)
+  • don’t trigger bindings on window border clicks unless --border was
+    specified for the binding
+  • traverse numbered workspaces in correct order
+  • fix transition from named to numbered workspaces in “workspace next|prev”
+  • avoid setting urgency hint on content containers and above (fixes crashes)
+  • don’t trigger unrelated key bindings for --release bindings
+  • fix colormap handling for containers (fixes taking screenshots using xwd)
+  • check output crossing on ENTER_NOTIFY to dockarea (fixes pointer jumping)
+  • fix a use-after-free bug (fixes “floating enable” on single split windows)
+
+ ┌────────────────────────────┐
+ │ Thanks!                    │
+ └────────────────────────────┘
+
+Thanks for testing, bugfixes, discussions and everything I forgot go out to:
+
+  Benedikt Heine, Cedric Buissart, Chih-Chyuan Hwang, Denton Liu, eplanet, Eric
+  Engeström, EvilPudding, Ferdinand Bachmann, Hong, Ingo Bürk, Jakob Schnell,
+  Jakub Wilk, johannes karoff, Johannes Lange, joshrosso, Julien Lequertier,
+  Kacper Kowalik, Kenneth Lyons, Kyle Kneitinger, madroach, Michael Vetter,
+  Nathan Schulte, Øsse, Peder Stray, Tony Crisci, Trevor Merrifield, wentasah,
+  yshui, Zamarin Arthur
+
+-- Michael Stapelberg, 2016-11-08
diff --git a/downloads/i3-4.13.tar.bz2 b/downloads/i3-4.13.tar.bz2
new file mode 100644 (file)
index 0000000..ec1994c
Binary files /dev/null and b/downloads/i3-4.13.tar.bz2 differ
diff --git a/downloads/i3-4.13.tar.bz2.asc b/downloads/i3-4.13.tar.bz2.asc
new file mode 100644 (file)
index 0000000..e2476a0
--- /dev/null
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJYIh9WAAoJEE5xYO1KyO4dh/EP/03z7ax46TUasZOrdLwPQoSo
+gin8IjpP8ohgaM78VZBJuGrvaUblhKShq87h1570EKjsi+zwlYui6ifsjNiFRHId
+JD4tL6T4T+rhs3Gy0jxGGKdVbYmEWydyuEE4JAtN0/pyYsHRF+arbfEQq7jFAqFe
+/++sBxgb7qy0GItZTBbaUuLZJDoxqPAxV3dPA2YsEgWGMy4HM/23XWvBmK1rAJ3k
+AEDmtbj2nU8Bh5gZyeAfXWJmq4q+NOHI5WVYMESHS2U6rbb9P+7kxZyokkpTMQVO
+i738c0RBfV0YOmFcahzHSKqKvBOjLylNYQYbvIGawYhvpvRnWA5RqTL0D2rpNKaD
+eLXY0bEiXTxMmibLv6At0D8nuk/nHyja6RZDOZ48ku1AvaAWpjCZvRSKAJnAiiSM
+hGeJfnSFZUPMYS88bTzjktX8ZTbMSfBWS7VYtAEKkWXrtVEMog5VzgVfPVqEOkC2
+NhI7+jcx7Cdy1uDEIyjaoUVZa36YPptUUYPIDyj6EQ7bM19bD4vSsY7Vg44CnW95
+Nghka1nLsX1DA+aMcJCOPAo8YBxE1KYuLQWaI1gKf/0NZ5gMs2xSrgnMD7WTNtI9
+RjU8renf2adz08/IeDqHDPZHFQeMcjDFHvwEFwTEF47XxEDd0BqgvVPxdvddI65m
+STjSRxosVrP2AraVkQv9
+=NHb2
+-----END PGP SIGNATURE-----
index 30600abd3150893c5d53e992e03faa55a0752505..d363a8264f31855d10fb6bc2d459eb15b0d2a6a7 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.12.
+  The current stable version is 4.13.
 </p>
 
 <p>
@@ -75,6 +75,15 @@ Please verify all releases before using them.
   </thead>
 
   <tbody>
+  <tr>
+    <td>4.13</td>
+    <td><a href="/downloads/i3-4.13.tar.bz2">i3-4.13.tar.bz2</a></td>
+    <td>1.1 MiB</td>
+    <td><a href="/downloads/i3-4.13.tar.bz2.asc">signature</a></td>
+    <td>2016-11-08</td>
+    <td><a href="/downloads/RELEASE-NOTES-4.13.txt">release notes</a></td>
+  </tr>
+
   <tr>
     <td>4.12</td>
     <td><a href="/downloads/i3-4.12.tar.bz2">i3-4.12.tar.bz2</a></td>
index adfd7e94a361f63a63cf63c63946a922e46b446a..47fc52302155e8dce3bcece4b7be320d9e29b097 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.12</span>
+        <span style="margin-left: 2em; color: #c0c0c0">4.13</span>
         </a>
     </div>
 </div>