Skip to content

Commit 26c1500

Browse files
0.8.1
1 parent a8f7b0e commit 26c1500

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
Changes in 0.8.0, 02-09-2024
212
==========================
313

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.8.0',
2+
version: '0.8.1',
33
default_options: ['warning_level=2'],
44
meson_version: '>= 0.49.0')
55

0 commit comments

Comments
 (0)