]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add 4.14 release
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 4 Sep 2017 05:56:05 +0000 (07:56 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 4 Sep 2017 05:56:05 +0000 (07:56 +0200)
docs/index.html
downloads/RELEASE-NOTES-4.14.txt [new file with mode: 0644]
downloads/i3-4.14.tar.bz2 [new file with mode: 0644]
downloads/i3-4.14.tar.bz2.asc [new file with mode: 0644]
downloads/index.html
index.html

index 12c23d76abc2b9dcfa1310d6ce6b17d4fe4cb06a..9457fa6e459dfe23364c862f3d0df7c16d6b8901 100644 (file)
@@ -4,7 +4,7 @@ title: Docs
 group: Docs
 ---
 <div id="content">
-<h2>Documentation for i3 v4.13</h2>
+<h2>Documentation for i3 v4.14</h2>
 
 <p>
 One of i3’s goals is good documentation. The documents which you will find
diff --git a/downloads/RELEASE-NOTES-4.14.txt b/downloads/RELEASE-NOTES-4.14.txt
new file mode 100644 (file)
index 0000000..2ab058f
--- /dev/null
@@ -0,0 +1,94 @@
+
+ ┌────────────────────────────┐
+ │ Release notes for i3 v4.14 │
+ └────────────────────────────┘
+
+This is i3 v4.14. This version is considered stable. All users of i3 are
+strongly encouraged to upgrade.
+
+Aside from many bug and documentation fixes, the “swap” command is a notable
+addition of this release. As is almost tradition at this point, keybinding
+handling has seen some fixes as well. A noticeable change for users with such
+monitors is i3’s support for RandR 1.5, which transparently supports the TILE
+property of first-gen 4K monitors and current 5K or 8K monitors.
+
+ ┌────────────────────────────┐
+ │ Changes in i3 v4.14        │
+ └────────────────────────────┘
+
+  • build: link libiconv explicitly for systems which need it
+  • build: move AnyEvent-I3 into the i3 repository
+  • docs/hacking-howto: add compilation instructions
+  • docs/ipc: add missing cases to the workspace event
+  • docs/ipc: document the “primary” field of the OUTPUTS reply
+  • docs/ipc: replace Go IPC library with a maintained one
+  • docs/ipc: add link to the ocaml-i3ipc library
+  • docs/ipc: fix invalid trailing commas in JSON examples
+  • docs/layout-saving: add section about troubleshooting window titles
+  • docs/testsuite: update for the move to autotools
+  • docs/userguide: clarify the move command syntax
+  • docs/userguide: correct “Esc” to “Escape”
+  • docs/userguide: clarify focus_follows_mouse behavior
+  • docs/userguide: expand on combining “workspace number” with a name
+  • docs/userguide: mention the magic v4 config marker
+  • man/i3.man: correct configuration lookup order
+  • i3bar, i3-config-wizard, i3-nagbar: use the Xft.dpi setting (see 4.13 notes)
+  • i3bar: restart bar status command on reload if it changed
+  • i3bar: treat left/right scrolling like up/down scrolling
+  • i3bar: accept “primary” in the “output” configuration directive
+  • i3-input: do not set input focus, grabbing the keyboard suffices
+  • i3-msg: return an exit code when missing the -t argument
+  • i3-sensible-editor: correct “mc-edit” to “mcedit”
+  • i3-sensible-terminal: add lilyterm, tilix, terminix, konsole
+  • respect SYSCONFDIR when looking for the default xdg directory
+  • use RandR 1.5 to query screens, supporting the TILE property commonly used
+    by multi-stream transport (MST) monitors, such as first-gen 4K monitors, or
+    current 5K and 8K monitors
+  • respect minimum size hints for floating windows
+  • support the _NET_MOVERESIZE_WINDOW client message (for e.g. wmctrl)
+  • validate binding modes are not defined more than once
+  • only react to the last ExposeEvent in a series of events
+  • add the shutdown IPC event (upon “restart” or “exit”)
+  • treat left/right scrolling like up/down scrolling (on window titles)
+  • make the “layout toggle” command optionally take a sequence of layouts
+  • introduce --exclude-titlebar flag for mouse bindings
+  • introduce the “swap” command
+  • support the primary output in the “focus” and “move” commands
+  • compare keybinding modifiers for equality, not subset
+  • introduce the GET_CONFIG ipc request (i3-msg -t get_config)
+  • start i3-nagbar when encountering invalid set statements
+  • focus windows upon ConfigureWindow requests with stack-mode=Above
+
+ ┌────────────────────────────┐
+ │ Bugfixes                   │
+ └────────────────────────────┘
+
+  • i3bar: correct the color codes used for statusline errors
+  • i3bar: avoid freeze after VisibilityNotify
+  • i3-dmenu-desktop: fix quoted command names
+  • i3-dmenu-desktop: avoid adding items multiple times
+  • fix various X11 resource leaks, memory leaks and memory errors
+  • fix IPC success reply for the workspace command
+  • report errors during logfile creation
+  • fix the signal handler being blank
+  • display marks and the title even if the title is empty (for title_format)
+  • fix changing workspace layout from stacked/tabbed for empty workspaces
+  • add numlock fallback to “bindcode” where necessary
+  • fix a crash on restart when using marks
+  • fix renaming workspaces when the new name starts with “to”
+  • respect dont_warp flag when moving containers
+
+ ┌────────────────────────────┐
+ │ Thanks!                    │
+ └────────────────────────────┘
+
+Thanks for testing, bugfixes, discussions and everything I forgot go out to:
+
+  akash akya, Armaël Guéneau, Baptiste Daroussin, Chih-Chyuan Hwang, cresh,
+  David Jimenez Sequero, Franz König, fred777, Ingo Bürk, Jakub Wilk,
+  Jens-Wolfhard Schicke-Uffmann, Johannes Lange, lasers, lebenlechzer,
+  loungecube, Maarten Dirkse, Manuel Mendez, Max Fisher, Mihai Coman, Nathan
+  Schulte, s3rb31, Sebastian Larsson, Stefan Hagen, Tobias Hänel, Tony Crisci,
+  Trevor Merrifield, Zbyněk Moravec
+
+-- Michael Stapelberg, 2017-09-04
diff --git a/downloads/i3-4.14.tar.bz2 b/downloads/i3-4.14.tar.bz2
new file mode 100644 (file)
index 0000000..4052b5e
Binary files /dev/null and b/downloads/i3-4.14.tar.bz2 differ
diff --git a/downloads/i3-4.14.tar.bz2.asc b/downloads/i3-4.14.tar.bz2.asc
new file mode 100644 (file)
index 0000000..e84f299
--- /dev/null
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEQk4U1wPnxtQ9nW82TnFg7UrI7h0FAlms6mMACgkQTnFg7UrI
+7h18DA//cPHBQRju3wfL9CAmmbY/4N/2qlS/cBk5WutvVIjtraPsTcmzFN5E6Yui
+PICf5cYG3LzZFIeS5loutMsmacmDhy9miGjI9uvUHnGXD5nX08jwrud09ADWihDJ
+chs1jaHxwXTbPrPwKP+3VDWMPFs8cNj02jDXAdyA6v2uhTDSb0gBBAXLsmaRXztM
+1rkucLt3JRZuMMA/wynatnPtbgzPerUBHjJbq/TmuM3nHq6hhqYADgaBtnTjxPF8
+5u5n3fTFObm/E008frC6ot+6p8iU3W6Z+wmZtl00TJAJ9ojFug2Qdjkj32o/JFCG
+mSQreLmLHuqovSMSDNp79oN066afFBMjW63lD+7zg4RiZhR2skj0sMXzGNoxzu6I
+LL+US9vVUE1Iy/QGe3otQndnfbVsreevCIPdoT1IG8UlGKp1LVl7nDZ7xWlWlC9m
+dvWfjBDytEtXYe/3eGLyYK4S9frx+G+Xee0G+5KaUmRf//EqSbdKLKWPAMcbqj+J
+ctUAuMRJTQU8/S+XCS1vdNo837D5XaWpZXgG13WWmIDayPI+CSf6VtRwc6sT9N+n
+pz6dzs+PiXZU4Q93MqiwJ9xZg/kcQvH1jVhr+8gCe6GOZOd6KFz33CozRHR0WLqo
+F2lSExFCT4OUynxCU1cMgaj20PraAE3yUmsOqhQUxxEMUISByo8=
+=UxDz
+-----END PGP SIGNATURE-----
index d363a8264f31855d10fb6bc2d459eb15b0d2a6a7..1048a006062956673e21a512dabb728747617194 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.13.
+  The current stable version is 4.14.
 </p>
 
 <p>
@@ -75,6 +75,15 @@ Please verify all releases before using them.
   </thead>
 
   <tbody>
+  <tr>
+    <td>4.14</td>
+    <td><a href="/downloads/i3-4.14.tar.bz2">i3-4.14.tar.bz2</a></td>
+    <td>1.1 MiB</td>
+    <td><a href="/downloads/i3-4.14.tar.bz2.asc">signature</a></td>
+    <td>2017-09-04</td>
+    <td><a href="/downloads/RELEASE-NOTES-4.14.txt">release notes</a></td>
+  </tr>
+
   <tr>
     <td>4.13</td>
     <td><a href="/downloads/i3-4.13.tar.bz2">i3-4.13.tar.bz2</a></td>
index 9b77893fe2e23258a4e1a6446f78a0061497bb97..2a0265c4cf3ff9da8bacc40b7dac048491d20db6 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.13</span>
+        <span style="margin-left: 2em; color: #c0c0c0">4.14</span>
         </a>
     </div>
 </div>