Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
thunar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
thunar
Commits
7f8e4b11
Commit
7f8e4b11
authored
12 years ago
by
Nick Schermer
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
689a52e5
No related branches found
Branches containing commit
Tags
thunar-1.5.3
Tags containing commit
No related merge requests found
Changes
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 @
7f8e4b11
1.6.2
=====
- Don't abort startup if dbus failed.
- Put * around string if * and ? are not used in the pattern.
- Revert "Remove right-click drag possibility (bug #3549)."
- Revert "Directly popup menus on selected items (bug #3550)."
- Update shortcuts headers when removing a shortcut (bug #9651).
- Implement tab middle click in location buttons (bug #9684).
- Add new tab option to right-click menu of location buttons.
- Small improvement in thumbnail frame.
- Key combos not working with location buttons (bug #9625).
- Open tree node if expanded and mounted (bug #9603).
- Use some more cairo renderering.
- Make Desktop in Go menu translatable (bug #9616).
- Send to menu not updated for directories (bug #9618).
- Fix freeze on /proc/kmsg.
- Show all volumes in the devices list.
- Removed translations: Dzongkha, Kazakh, Kurdish, Macedonian.
- Translation updates: Arabic, Czech, Italian, Japanese,
Georgian, Korean, Dutch (Flemish), Polish, Portuguese,
Russian, Ukrainian.
1.6.1
=====
- Fix bulk renamer url to the wiki.
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
7f8e4b11
...
...
@@ -25,10 +25,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [6])
m4_define([thunar_version_micro], [
1
])
m4_define([thunar_version_micro], [
2
])
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 *******************************************
...
...
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