There was an error while loading. Please reload this page.
1 parent a1a15cc commit fc4d62cCopy full SHA for fc4d62c
2 files changed
NEWS
@@ -1,7 +1,17 @@
1
-Changes in 0.10.1, YYYY-MM-DD
+Changes in 0.11.0, 2026-09-12
2
=============================
3
4
-TBD
+Features:
5
+
6
+- Support globalshortcuts (#226)
7
8
+Bug fixes:
9
10
+- Various Meson cleanups (#232)
11
+- Document XDP_OPEN_FILE_FLAG_DIRECTORY flag separately so that since annotation lands in the introspection (#230)
12
+- Remove erroneous CLOSED signal from inputcapture (#229)
13
+- Add G_{BEGIN,END}_DECLS macros (#228)
14
+- Remove CONST annotation from get_type methods (#227)
15
16
Changes in 0.10.0, 2026-06-17
17
meson.build
@@ -1,5 +1,5 @@
project('libportal','c',
- version: '0.10.1',
+ version: '0.11.0',
default_options: ['warning_level=2'],
meson_version: '>= 0.62.0')
0 commit comments