summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2021-02-01 09:03:45 +0100
committerMichael Stapelberg <michael@stapelberg.de>2021-02-01 09:03:45 +0100
commit0fb9123da9f8132b3603719e455ef5f77af02ad8 (patch)
tree996acca27968f9d58afb374602037a976b22ba3b
parent77d5bbb9b572b3e6680f2248b915594a7c06c435 (diff)
downloadi3-0fb9123da9f8132b3603719e455ef5f77af02ad8.tar.gz
i3-0fb9123da9f8132b3603719e455ef5f77af02ad8.zip
release i3 4.19.14.19.1
-rw-r--r--RELEASE-NOTES-4.1981
-rw-r--r--RELEASE-NOTES-4.19.127
-rw-r--r--meson.build2
3 files changed, 28 insertions, 82 deletions
diff --git a/RELEASE-NOTES-4.19 b/RELEASE-NOTES-4.19
deleted file mode 100644
index cd5bf2c6..00000000
--- a/RELEASE-NOTES-4.19
+++ /dev/null
@@ -1,81 +0,0 @@
-
- ┌──────────────────────────────┐
- │ Release notes for i3 v4.19 │
- └──────────────────────────────┘
-
-This is i3 v4.19. This version is considered stable. All users of i3 are
-strongly encouraged to upgrade.
-
-In this release, we switched from the autotools build system to the meson build
-system (https://mesonbuild.com/). Check https://github.com/i3/i3/issues/4086 for
-details. If this causes problems for you, you can revert the commit which
-removed autotools from the tree: we tried our best to keep both build systems
-working. Please reach out to us in that case!
-
- ┌────────────────────────────┐
- │ Changes in i3 v4.19 │
- └────────────────────────────┘
-
- • userguide: explain button6 and button7 (scroll wheel right/left)
- • ipc: always include the marks property (even if empty)
- • ipc: introduce GET_BINDING_STATE command
- • ipc: clarify workspace name field semantics
- • ipc: document parse_error COMMAND reply field
- • i3bar: launch using exec to avoid leaving useless shell process
- • i3bar: make dock client order deterministic (sorted by class/instance) as a
- side effect, i3bars without an explicit bar-id will be sorted according
- to their definition order in the config file
- • i3bar: update config when necessary (reduces redraws on bar mode changes)
- • i3bar: add coordinates relative to the current output in i3bar click events
- • i3bar: add “nonprimary” output option
- • i3bar: set WM_CLASS instance to bar id
- • i3-input: add different exit codes for when i3-input fails
- • i3-dmenu-desktop: Support symlinks in search path
- • pod2html: render without stylesheet by default
- • introduce “tiling_from” and ”floating_from” criteria
- • mention rofi in default config file
- • allow ppt values in move direction and move position commands
- • allow matching on empty properties like class, title, etc.
-
- ┌────────────────────────────┐
- │ Bugfixes │
- └────────────────────────────┘
-
- • i3-nagbar: Use _PATH_BSHELL to ensure using a bourne shell
- • i3bar: fix Xorg memory leak
- • i3bar: fix hang when pausing/resuming bar program
- • i3bar: fix crash on invalid JSON input
- • i3bar: kick tray clients before destroying the bar
- • ensure client windows have a size of at least 1px after resize
- • correctly handle overlapping decorations
- • limit workspace numbers within 0..INT32_MAX
- • fix a bug with tiling resize inside floating container
- • correctly handle mouse resize in fullscreen containers by
- not propagating $mod+right click to fullscreen clients
- • do not try to resize fullscreen and non-fullscreen windows
- • do not focus floating windows changing workspace with ConfigureNotify
- • set _NET_DESKTOP_VIEWPORT after randr changes
- • fix a bug with i3-nagbar not starting after it has already started once
- • fix conflict when moving parent of fullscreen window to workspace
- • fix named workspace assignments on output changes
- • fix named workspace assignment precedence on workspace renames
- • fix windows getting swallowed more than once
- • erase i3 --moreversion progress line before overwriting
- • fix test case 180-fd-leaks when running on Fedora
- • fix crash in `focus next sibling`
- • fix moving tiling windows out of the scratchpad
- • floating_maybe_reassign_ws: only re-focus if previously focused
- (fixes a focus issue with KDE notifications)
- • fix crash on invalid JSON input in stored layouts
- • fix monitor change during/with i3 restart by moving
- content for non-existing output containers
-
-Thanks for testing, bugfixes, discussions and everything I forgot go out to:
-
- 6144, acheronfail, Albert Safin, Alessandro Vinciguerra, Andrey Burov,
- Francesc Hervada-Sala, Heman Gandhi, Ian Fan, Ingo Bürk, izzel, Jason, Jason
- Nader, Jorg Heymans, Joseph, Konstantin Kharlamov, Lukas Kern, Mark Guptill,
- Martin T. H. Sandsmark, Matthew Martin, Maxim Schuwalow, Mike Sharov, Orestis
- Floros, Vasily Fomin, Wilhelm Schuster, xzfc, zero77
-
--- Michael Stapelberg, 2020-11-15
diff --git a/RELEASE-NOTES-4.19.1 b/RELEASE-NOTES-4.19.1
new file mode 100644
index 00000000..72e479c7
--- /dev/null
+++ b/RELEASE-NOTES-4.19.1
@@ -0,0 +1,27 @@
+
+ ┌──────────────────────────────┐
+ │ Release notes for i3 v4.19.1 │
+ └──────────────────────────────┘
+
+This is i3 v4.19. This version is considered stable. All users of i3 are
+strongly encouraged to upgrade.
+
+This is a bugfix release for v4.19
+
+ ┌────────────────────────────┐
+ │ Bugfixes │
+ └────────────────────────────┘
+
+ • fix workspaces not moving to assigned output after output becomes available
+ • fix duplicate bindcode after i3-config-wizard
+ • fix commented-out rofi call in default i3 config
+
+ ┌────────────────────────────┐
+ │ Thanks! │
+ └────────────────────────────┘
+
+Thanks for testing, bugfixes, discussions and everything I forgot go out to:
+
+ Anaël Beutot, Imran Virani, Orestis Floros
+
+-- Michael Stapelberg, 2021-02-01
diff --git a/meson.build b/meson.build
index 0bf023f2..14faf2d3 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
project(
'i3',
'c',
- version: '4.19',
+ version: '4.19.1',
default_options: [
'c_std=c11',
'warning_level=1', # enable all warnings (-Wall)