From 5e45e780eecacfe199ee9582cce4c54a27ce186f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 14 Sep 2020 14:06:42 -0400 Subject: [PATCH] 1.8.0 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a0447828..a380d20b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes in 1.8.0 +================ + +- filechooser: Return the current filter +- screenshot: Fix cancellation +- appchooser: Avoid a crash +- wallpaper: Properly preview placement settings +- wallpaper: Drop the lockscreen option +- printing: Improve the notification +- Translation updates + Changes in 1.7.1 ================ diff --git a/configure.ac b/configure.ac index 9ebb3e59..e1723e25 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal-gtk],[1.7.1]) +AC_INIT([xdg-desktop-portal-gtk],[1.8.0]) AC_PROG_CC AM_PROG_CC_C_O