File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11project (' 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' ])
You can’t perform that action at this time.
0 commit comments