]> git.sur5r.net Git - i3/i3/blob - RELEASE-NOTES-4.14.1
Merge branch 'release-4.16.1'
[i3/i3] / RELEASE-NOTES-4.14.1
1
2  ┌──────────────────────────────┐
3  │ Release notes for i3 v4.14.1 │
4  └──────────────────────────────┘
5
6 This is i3 v4.14.1. This version is considered stable. All users of i3 are
7 strongly encouraged to upgrade.
8
9 This is a bugfix release for v4.14.
10
11  ┌────────────────────────────┐
12  │ Changes in i3 v4.14.1      │
13  └────────────────────────────┘
14
15   • docs/hacking-howto: promote contributing-related sections
16   • docs/ipc: tree reply: document focus, nodes and floating_nodes
17   • docs/ipc: urgent: complete the list of container types
18   • docs/ipc: document how to detect i3’s byte order in memory-safe languages
19   • docs/ipc: document the (existing since v4.14) GET_CONFIG request
20   • docs/userguide: document that i3 can accept RandR output names
21   • include AnyEvent-I3 in dist tarballs
22   • append_layout: validate JSON before loading
23   • move: fix erratic behavior with single container child jumping outputs
24   • ipc: rename COMMAND to RUN_COMMAND for consistency
25   • replace http:// with https:// where applicable
26
27  ┌────────────────────────────┐
28  │ Bugfixes                   │
29  └────────────────────────────┘
30
31   • fix various memory errors
32   • fix output and tray_output related issues with RandR 1.5
33   • avoid use of uninitialized in init_dpi_end
34   • properly initialize sigaction struct
35   • swap: invert condition to log debug message in correct situation
36   • swap: fix crash on invalid container id
37   • fix a crash when restarting with marks
38   • i3bar: fix a memory leak
39   • test workers: re-seed random number generator after fork
40   • tests: run environment-modifying 533-randr15.t at the very end
41   • tests: unflake t/257-keypress-group1-fallback.t
42   • tests: unflake t/263-edge-borders.t
43   • tests: unflake tests by not starting i3bar
44   • fix a crash with configfiles which do not end in a newline.
45   • append_layout: free incomplete containers when JSON parsing fails
46   • layout toggle: fix crash with invalid parameters
47   • outputs: avert crash by fixing focus when creating output containers
48   • correctly raise floating videos to the top when switching between windows
49     programmatically
50   • fix crash when a floating window is tiled while being resized via mouse
51
52  ┌────────────────────────────┐
53  │ Thanks!                    │
54  └────────────────────────────┘
55
56 Thanks for testing, bugfixes, discussions and everything I forgot go out to:
57
58   hwangcc23, Ingo Bürk, Kent Fredric, Martin T. H. Sandsmark, Orestis Floros,
59   Theo Buehler, Vladimir Panteleev 
60
61 -- Michael Stapelberg, 2017-09-24