Bump version to 0.7.10

Update NEWS.
This commit is contained in:
Marco Trevisan (Treviño) 2022-04-27 19:00:22 +02:00
parent d138596c78
commit 2674c76f53
No known key found for this signature in database
GPG Key ID: 9449C2F50996635F
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@ -1,3 +1,22 @@
New in 0.7.10
=============
* notify-send: Support commas in icon filenames [Thorsten; !15]
* notify-send: Give failing exit code if showing notification fails [Ray, !13]
* notify-send: Support for replacing an existing notification [Paul; !17]
* notify-send: Add support for notification actions and responses [Ben; !18]
* notification: Send the application ID when possible [Corentin; !1]
* notification: Use g_memdup2 when available [Marco; !22]
* notification: Improve SNAP detection and confined desktop ID [Marco; !23]
* notification: Add support for getting actions activation token [Marco; !24]
* notify: Use application ID if any to set the fallback app name [Marco; !18]
* Build fixes and improvements [Marco; !22]
* Docs updates [Boris, David; !14, !20]
Contributors:
Marco Trevisan, Boris Shtrasman, Matthias Sweertvaegher, Thorsten Wißmann,
Ray Strode, Maximiliano Sandoval R, David King, Corentin Noël, Paul Collins,
Matthias Sweertvaegher, Ben Blain
New in 0.7.9
============
* Fixed linking in darwin [Iain, Marco; !5]

View File

@ -1,6 +1,6 @@
project('libnotify',
'c',
version: '0.7.9',
version: '0.7.10',
meson_version: '>= 0.47.0')
gnome = import('gnome')