Skip to content
Snippets Groups Projects
Commit 8204be8b authored by Andre Miranda's avatar Andre Miranda
Browse files

Updates for release

parent 0fefaa88
No related branches found
No related tags found
No related merge requests found
1.8.9
======
- Remove 'auto-expand folders' from tree-view since it causes bad
usability with keyboard (Bug #15743)
- preferences: Add button icons to Help/Close
- Use designated initializer to avoid compile warnings (Bug #15734)
- Prevent premature disposal of clipboard manager (Bug #15635)
- Keep "Open with" menu items updated (Bug #15530)
- Translation Updates: Norwegian Bokmål, Norwegian Nynorsk, Portuguese,
Portuguese (Brazil), Turkish
1.8.8
=====
- Do not register "send to" as last used app (Bug #14118)
......
......@@ -26,10 +26,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [3])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [8])
m4_define([thunar_version_micro], [8])
m4_define([thunar_version_micro], [9])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
m4_define([thunar_version_tag], [git])
m4_define([thunar_version_tag], [])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
dnl *******************************************
......
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