We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f3fc1 commit a689a39Copy full SHA for a689a39
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
## [Unreleased]
4
+## [1.0.2] - 7 Nov 2023
5
+- Fix tests on Arch
6
+- Realize and unrealize on remap instead of setting visibility
7
+- Fix major use-after-free bug causing many crashes
8
9
## [1.0.1] - 1 Jul 2023
10
- Add lua example
meson.build
@@ -1,6 +1,6 @@
project('gtk4-layer-shell',
['c'],
- version: '1.0.1',
+ version: '1.0.2',
license: 'MIT',
meson_version: '>=0.51.0',
default_options: ['c_std=gnu11', 'warning_level=3'])
0 commit comments