Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Panel Plugins
xfce4-time-out-plugin
Commits
2c39753d
Commit
2c39753d
authored
Aug 13, 2019
by
Landry Breuil
Browse files
Updates for release
parent
959128b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2c39753d
1.0.3 (13/9/2019)
=====
- make strings translatable (fixes #8716)
- Left-align labels for time settings (bug #6346)
- Add option to hide icon - fixes #12084
- New translations: hy_AM, be, eo
- Many translation updates
1.0.2 (9/3/2015)
=====
- Ditch _xfce_create_framebox() and use xfce_gtk_frame_box_new() instead
...
...
configure.ac.in
View file @
2c39753d
...
...
@@ -10,7 +10,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([time_out_version_major], [1])
m4_define([time_out_version_minor], [0])
m4_define([time_out_version_micro], [
2
])
m4_define([time_out_version_micro], [
3
])
m4_define([time_out_version_build], [r@REVISION@])
m4_define([time_out_version_tag], [])
m4_define([time_out_version], [time_out_version_major().time_out_version_minor().time_out_version_micro()ifelse(time_out_version_tag(), [git], [time_out_version_tag()-time_out_version_build()], [time_out_version_tag()])])
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment