We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1530a9 commit 26c2576Copy full SHA for 26c2576
NEWS
@@ -1,3 +1,13 @@
1
+Changes in 0.8.0, 02-09-2024
2
+==========================
3
+
4
+- Add API to allow for persistence on RemoteDesktop sessions
5
+- Implement support for the Input Capture portal
6
+- Add support for Qt 6
7
+- Support xdg-foreign with Qt 6
8
+- Fix screencasting on wlroots-based compositors
9
10
11
Changes in 0.7.1, 09-09-2023
12
==========================
13
meson.build
@@ -1,5 +1,5 @@
project('libportal','c',
- version: '0.7.1',
+ version: '0.8.0',
default_options: ['warning_level=2'],
meson_version: '>= 0.49.0')
0 commit comments