We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab0d1b commit f68764eCopy full SHA for f68764e
NEWS
@@ -1,3 +1,13 @@
1
+Changes in 0.4
2
+==============
3
+
4
+- Make GTK4 support work with GTK 4.0
5
+- Qt5 support
6
+- OpenURI: Support write access
7
+- Build fixes
8
+- Add more tests
9
+- Require GLib 2.58
10
11
Changes in 0.3
12
==============
13
meson.build
@@ -1,5 +1,5 @@
project('libportal','c',
- version: '0.3',
+ version: '0.4',
meson_version: '>= 0.46.0')
cc = meson.get_compiler('c')
0 commit comments