Skip to content

Commit 536ff51

Browse files
committed
Bump version to v1.0.4
1 parent a712760 commit 536ff51

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33
## [Unreleased]
4+
## [1.0.4] - 4 Nov 2024
5+
- Fix protocol error on Wayfire, due to sending zwlr_layer_shell_surface_v1->configure too early
6+
- Fix crash when hovering over a tooltip on Hyprland, due to using an old copy of xdg-shell.xml
7+
- Fix protocol error on GTK4 >=4.16 on KDE and Hyprland, due to request arguments including references to client-only objects
8+
- Add xdg-dialog-v1 to the mock server used by the tests, so the invalid argument bug is regression tested
9+
- Drop Lua example and smoke test (the library should work with Lua just as well as before, but this is no longer tested or officially supported)
10+
- Fix and suppress various warnings
11+
412
## [1.0.3] - 10 Sep 2024
513
- Tests: make tests compatible with new libwayland format
614
- Tests: fix `integration-test-menu-popup` by sending wl_buffer.release in mock server

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('gtk4-layer-shell',
22
['c'],
3-
version: '1.0.3',
3+
version: '1.0.4',
44
license: 'MIT',
55
meson_version: '>=0.51.0',
66
default_options: ['c_std=gnu11', 'warning_level=3'])

0 commit comments

Comments
 (0)