From 359443f70f3e99019668c02942fb39cd9efb9425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 14 Jul 2022 17:09:34 +0200 Subject: [PATCH] Releasing version 0.8.0 Update NEWS. --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 9d3852e..1df7a96 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +New in 0.8.0 +============ + +* Use Desktop Portal Notification when running confined (snap and flatpak) + Now the library acts like a wrapper in such scenario, with some limited + capabilities, but this will enforce security and user control over the + allowed notifications. [Marco] +* notify-send: Handles SIGINT gracefully, closing waiting notification [Marco] +* Use NotifyClosedReason enum as closed reason return value [Marco] +* Bump dependency on GLib 2.38 [Marco] +* Various introspection docs improvements and fixes [Marco] + +Contributors: + Marco Trevisan + New in 0.7.12 =============