Skip to content
Snippets Groups Projects
Commit afa8a8bb authored by Simon Steinbeiss's avatar Simon Steinbeiss
Browse files

Updates for release

parent 7b00cb9c
No related branches found
No related tags found
No related merge requests found
Pipeline #2069 passed with stages
in 1 minute and 38 seconds
0.6.2
======
- Switch to new app icon and rDNS icon name
- Default to session autostart instead of DBus (Fixes #27)
- Add configurable log size limit (default: 100)
- Make buttons on non-1st notifications work
- panel-plugin: Add option to hide "Clear log" dialog
- log: properly handle iso8601 timestamps
- log: Use SHA-1 data hash in icon cache paths (bug #16825)
- log: Improve performance of adding notifications to log file (bug #14865)
- log: Refactor log keyfile element insertion into a separate function
- Add basic GitLab pipeline
- Fix GTimeVal deprecation (Bug #16805)
- Remove unused expire_timeout variable
- Fix memory leaks
- settings: Switch to symbolic close icon
- Translation Updates:
Bulgarian, Catalan, Chinese (China), Danish, Dutch, Eastern Armenian,
Estonian, Finnish, French, Galician, German, Hebrew, Indonesian,
Italian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål,
Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Turkish
0.6.1
======
- Fix hover effect without compositing (Bug #16586)
......
......@@ -9,9 +9,9 @@ dnl
dnl version info
m4_define([xfce4_notifyd_version_major], [0])
m4_define([xfce4_notifyd_version_minor], [6])
m4_define([xfce4_notifyd_version_micro], [1])
m4_define([xfce4_notifyd_version_micro], [2])
m4_define([xfce4_notifyd_version_build], [@REVISION@])
m4_define([xfce4_notifyd_version_tag], [git])
m4_define([xfce4_notifyd_version_tag], [])
m4_define([xfce4_notifyd_version], [xfce4_notifyd_version_major().xfce4_notifyd_version_minor().xfce4_notifyd_version_micro()ifelse(xfce4_notifyd_version_tag(), [git], [xfce4_notifyd_version_tag()-xfce4_notifyd_version_build()], [xfce4_notifyd_version_tag()])])
m4_define([notifications_spec_version], [1.2])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment