diff options
| author | lukefromdc <[email protected]> | 2025-10-18 22:39:44 -0400 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2025-10-18 22:46:42 -0400 |
| commit | 7893db170f25c21bb5fa1a98377651bca8123694 (patch) | |
| tree | c8fb9301fbc52227332338b0361e9ac6ceb3e07d | |
| parent | 72e54b9a44cc255f38159fb175f896297c571134 (diff) | |
| download | mate-notification-daemon-7893db170f25c21bb5fa1a98377651bca8123694.tar.bz2 mate-notification-daemon-7893db170f25c21bb5fa1a98377651bca8123694.tar.xz | |
Bump version to 1.29.0
| -rw-r--r-- | NEWS | 22 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +### mate-notification-daemon 1.29.0 + + * daemon: Fix use-after-free crash in idle reposition timeout + * daemon: Fix crash when monitor is disconnected + * history: Add enable/disable toggle + * capplet: Add notification count badge + * capplet: Add notification history context module + * capplet: Add D-Bus context for notification daemon communication + * daemon: Add notification history tracking API + * daemon: Bump libwnck to 43.0 + * capplet: Add timeout and persistence controls + * daemon: implement Desktop Notifications Specification 1.3 + * daemon: report dbus method invocation as handled on error + * Fix background of nodoka theme in RTL + * Crate a second notification with a button + * Use transparent background for the coutdown + * Allow to set countdown color from CSS + * Add countdown CSS class + * Add actions-box CSS class + * Add also theme name + * Add notification-box CSS class + ### mate-notification-daemon 1.28.3 * ci:fix faraday version issue blocking Travis deployment diff --git a/configure.ac b/configure.ac index ea75f7b..d2f66b5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. dnl ################################################################ dnl # Initialize autoconf dnl ################################################################ -AC_INIT([mate-notification-daemon], [1.28.3], [https://mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.29.0], [https://mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |
