From 7c7bbf922b63b9d536a2293c0587cb20df01eb2d Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Fri, 18 Mar 2022 21:11:36 -0700 Subject: [PATCH] 1.14.0 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9fd2dc3a..783db1a9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in 1.14.0, 18-03-2022 +============================= + +- Add an implementation of the dynamic launcher portal +- notification: Fix activation of default action with target +- New translations: oc, pt +- Translation updates + Changes in 1.12.0, 21-12-2021 ============================= diff --git a/configure.ac b/configure.ac index 9febf17d..4c90c8fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal-gtk],[1.12.0]) +AC_INIT([xdg-desktop-portal-gtk],[1.14.0]) AC_PROG_CC AM_PROG_CC_C_O