Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Sep 16, 2021
1 parent 0ad8b32 commit 3a9ac80
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
25 changes: 14 additions & 11 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Changes in git
================

- Make portal backends with GNOME dependencies optional. Use
--disable-wallpaper to build without the wallpaper backend
--disable-screenshot to build without the screenshot backend
--disable-screencast to build without the screencast and remoting
backends
--disable-background to build without the background backend
--disable-settings to build without the settings backend
--disable-appchooser to build without the appchooser backend
Changes in 1.10.0
=================

- filechooser: Fix a focus issue
- inhibit: Autostart org.gnome.ScreenSaver
- screencast: Force window icon size
- Make portal backends with GNOME dependencies optional and
disable them by default. Use xdg-desktop-portal-gnome, or use
--enable-wallpaper to build with the wallpaper backend
--enable-screenshot to build with the screenshot backend
--enable-screencast to build with screencast/remoting backends
--enable-background to build with the background backend
--enable-settings to build with the settings backend
--enable-appchooser to build with the appchooser backend
- Translation updates

Changes in 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])

AC_INIT([xdg-desktop-portal-gtk],[1.8.0])
AC_INIT([xdg-desktop-portal-gtk],[1.10.0])

AC_PROG_CC
AM_PROG_CC_C_O
Expand Down

0 comments on commit 3a9ac80

Please sign in to comment.