Skip to content

Commit 864a47d

Browse files
committed
add 4.24 release
1 parent 1d5d24c commit 864a47d

6 files changed

+90
-3
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
group: Docs
55
---
66

7-
<h2>Documentation for i3 v4.23</h2>
7+
<h2>Documentation for i3 v4.24</h2>
88

99
<p>One of i3’s goals is good documentation. The documents which you will find below will hopefully answer all your questions. If you have any corrections or suggestions please let us know!</p>
1010

downloads/RELEASE-NOTES-4.24.txt

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
2+
┌──────────────────────────────┐
3+
│ Release notes for i3 v4.24 │
4+
└──────────────────────────────┘
5+
6+
This is i3 v4.24. This version is considered stable. All users of i3 are
7+
strongly encouraged to upgrade.
8+
9+
Aside from a number of bug fixes and detail improvements, the tiling drag
10+
feature has been extended to allow swapping containers with the mouse.
11+
See the swap_modifier in the userguide:
12+
https://i3wm.org/docs/userguide.html
13+
14+
┌────────────────────────────┐
15+
│ Changes in i3 v4.24 │
16+
└────────────────────────────┘
17+
18+
• docs/userguide: add note to default_border about title bar in stacked/tabbed
19+
• docs/userguide: fix focus output next example
20+
• docs/hacking-howto: update build instructions
21+
• docs/testsuite: update instructions
22+
• docs/ipc: update section on IPC socket location
23+
• docs/ipc: describe workspace events in more detail
24+
• i3-sensible-terminal: add rio
25+
• i3bar: use short-form text on a per-block basis
26+
• reap zombie children when starting
27+
• do not grab mouse pointer when executing bindings
28+
• tiling drag: swap containers with the mouse
29+
• disable automatic v3-to-v4 migration script
30+
• pass _NET_WM_STATE_MAXIMIZED_{HORZ, VERT} (fixes tab bar in Google Chrome)
31+
• avoid creating redundant containers when switching between layouts
32+
• deprecate smart_borders in favour of hide_edge_borders smart/smart_no_gaps
33+
• float windows of type _NET_WM_WINDOW_TYPE_NOTIFICATION by default
34+
• add “popup_during_fullscreen all”
35+
• mark fullscreen windows as maximized
36+
• support multiple _NET_WM_STATE changes in one ClientMessage
37+
• fix size_t format specifiers on 32-bit systems
38+
39+
┌────────────────────────────┐
40+
│ Bugfixes │
41+
└────────────────────────────┘
42+
43+
• i3bar: fix clicks when horizontal padding is used
44+
• consider workspace_auto_back_and_forth in focus workspace
45+
• workspace next/prev: do not skip identically numbered workspaces
46+
• make order of numbered workspace consistent with non-numbered
47+
• fix crash with focus output and command criteria matching scratchpad window
48+
• fix crash when reloading config with invalid criteria
49+
• fix error log related crash
50+
51+
┌────────────────────────────┐
52+
│ Thanks! │
53+
└────────────────────────────┘
54+
55+
Thanks for testing, bugfixes, discussions and everything I forgot go out to:
56+
57+
a-kenji, Alessandro Vinciguerra, Bimba Laszlo, colona_, Eddie Lebow, Harimbola
58+
Santatra, Junicchi, Malix, Nikolay Nechaev, Orestis Floros, rsgowman,
59+
sethpollen, Seth Pollen, systec-awe, Tasos Sahanidis, Theo Buehler, Wesley
60+
Schwengle, Yonas Yanfa, yuvallangerontheroad
61+
62+
-- Michael Stapelberg, 2024-11-06

downloads/i3-4.24.tar.xz

1.3 MB
Binary file not shown.

downloads/i3-4.24.tar.xz.asc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
3+
iQIzBAABCgAdFiEEQk4U1wPnxtQ9nW82TnFg7UrI7h0FAmcrpvEACgkQTnFg7UrI
4+
7h2TBA/+IDUW3BU1+KzrzFnQaTfuM6yeZklkbt5wYJ4WTHcRSKkKvqbe0OJH9sM6
5+
MjV4oR/sHfM+ckFH7/egWwf8PSG92Nuc4LbUHdaf4aW2o+LoDn7h98nYKrqVYXnP
6+
lFQLOJ6PO9KxmNyozwaslTHxijxkQxK1ucSk5gZL19HGwSthU6EXr2R/F33dRqlA
7+
qspxEBS9ZCtLD6wqhHSatKOI1A209vlGSWLX05al9izL8IT0MNKQR9D1HGPSYzhd
8+
yN9AM8KelUUUfwqotc67eYbpk3x19GTd8UX27FPMQ3ieZ16VFbmUqYD7Jlb+2BsO
9+
Dlvu0KIBjRz2YviM8KNJPAQeN6lb4w53/+NjFjI8+7Fq+5bGDmivkP6JrLQCA6nW
10+
aVh+st3inRfwUHWNL0WM+j/GODfPxYSQ0DMpHSD4ip3nLq2BLFwptw91d5skw24c
11+
gLO90DoCYos/0n1laZPtQFlwm5blsnqzIret0XtppuTZYfKL5rBFGO3IPAtMvo3N
12+
hTpLWi57bw3EphHz3Nq2W0kijPqV0V4jtTz9EAast/be3JpyW1H3dZnvDssxxwMf
13+
8ek3hfaGwyCWyDdPKLVPrdw67+v8F6C3IIhddRDrDwNuASNkQxrttJgzz8M5oHb2
14+
M/xdVEQJHgNaCoBmowNK5SZv7TwCX8DRX7cnBn8xIxWspGKfzlI=
15+
=V8vQ
16+
-----END PGP SIGNATURE-----

downloads/index.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Distributions</h2>
3030

3131
<h2>Downloads</h2>
3232

33-
<p>The current stable version is 4.23.
33+
<p>The current stable version is 4.24.
3434

3535
<p>All releases are cryptographically signed with the following <a href="https://gnupg.org/">GnuPG</a> key:
3636

@@ -57,6 +57,15 @@ <h2>Downloads</h2>
5757
</thead>
5858

5959
<tbody>
60+
<tr>
61+
<td>4.24</td>
62+
<td><a href="/downloads/i3-4.24.tar.xz">i3-4.24.tar.xz</a></td>
63+
<td>1.3 MiB</td>
64+
<td><a href="/downloads/i3-4.24.tar.xz.asc">signature</a></td>
65+
<td>2024-11-06</td>
66+
<td><a href="/downloads/RELEASE-NOTES-4.24.txt">release notes</a></td>
67+
</tr>
68+
6069
<tr>
6170
<td>4.23</td>
6271
<td><a href="/downloads/i3-4.23.tar.xz">i3-4.23.tar.xz</a></td>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Do What I Mean. Good Docs. Clean Code. Sounds good?</h2>
1414
<a class="download" href="downloads">
1515
<span class="info-arrow"></span>
1616
Download the latest version
17-
<span class="version">4.23</span>
17+
<span class="version">4.24</span>
1818
</a>
1919
</div>
2020

0 commit comments

Comments
 (0)