summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-07-14 17:09:34 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-07-14 17:18:41 +0200
commit359443f70f3e99019668c02942fb39cd9efb9425 (patch)
tree3e9e0c2be7dab234efece7b620ce9e02d5098fe5
parent3d81394cd23ac12c40631287fa43b63766eab4f4 (diff)
downloadlibnotify-359443f70f3e99019668c02942fb39cd9efb9425.tar.gz
Releasing version 0.8.00.8.0
Update NEWS.
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
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
=============