|
| 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 |
0 commit comments