Skip to content

Commit fc4d62c

Browse files
committed
Release 0.11.0
1 parent a1a15cc commit fc4d62c

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

NEWS

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
Changes in 0.10.1, YYYY-MM-DD
1+
Changes in 0.11.0, 2026-09-12
22
=============================
33

4-
TBD
4+
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)
515

616
Changes in 0.10.0, 2026-06-17
717
=============================

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libportal','c',
2-
version: '0.10.1',
2+
version: '0.11.0',
33
default_options: ['warning_level=2'],
44
meson_version: '>= 0.62.0')
55

0 commit comments

Comments
 (0)