Releasing version 0.8.0

Update NEWS.
This commit is contained in:
Marco Trevisan (Treviño) 2022-07-14 17:09:34 +02:00
parent 3d81394cd2
commit 359443f70f
No known key found for this signature in database
GPG Key ID: 9449C2F50996635F
1 changed files with 15 additions and 0 deletions

15
NEWS
View File

@ -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
=============