diff --git a/NEWS b/NEWS index 83f03af9..e73a49ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Major changes in 0.7 +==================== + +* Add a more complete app chooser dialog + +* Fix problems with the notification portal + +* Translation updates: + Brazilian Portuguese + Czech + Italian + Polish + + Major changes in 0.6 ==================== diff --git a/configure.ac b/configure.ac index e2a9ea69..d0c940f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal-gtk],[0.6]) +AC_INIT([xdg-desktop-portal-gtk],[0.7]) AC_PROG_CC AM_PROG_CC_C_O