We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f7b0e commit 26c1500Copy full SHA for 26c1500
NEWS
@@ -1,3 +1,13 @@
1
+Changes in 0.8.1, 04-09-2024
2
+==========================
3
+
4
+- Fix a regression in the Remote Desktop where it wouldn't work with the
5
+ ScreenCast portal correctly.
6
+- Use non-deprecated functions in the GTK4 code
7
+- Run tests in CI so we catch regressions earlier
8
+- Make Qt tests use QTEST_GUILESS_MAIN
9
+- Fix an Input Capture test
10
11
Changes in 0.8.0, 02-09-2024
12
==========================
13
meson.build
@@ -1,5 +1,5 @@
project('libportal','c',
- version: '0.8.0',
+ version: '0.8.1',
default_options: ['warning_level=2'],
meson_version: '>= 0.49.0')
0 commit comments