Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfce4-notifyd
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Apps
xfce4-notifyd
Commits
afa8a8bb
Commit
afa8a8bb
authored
4 years ago
by
Simon Steinbeiss
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
7b00cb9c
No related branches found
No related tags found
No related merge requests found
Pipeline
#2069
passed with stages
Stage: build
Stage: distcheck
in 1 minute and 38 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+22
-0
22 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
24 additions
and
2 deletions
NEWS
+
22
−
0
View file @
afa8a8bb
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)
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
afa8a8bb
...
...
@@ -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])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment