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
67d77a32
Commit
67d77a32
authored
12 years ago
by
Nick Schermer
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
3d8fb7d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+26
-0
26 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
28 additions
and
2 deletions
NEWS
+
26
−
0
View file @
67d77a32
1.6.1
=====
- Fix bulk renamer url to the wiki.
- Show NoDisplay=true applications (bug #9595).
- Fast read content type of unreadable files (bug #9553).
- Submenu the sidepane visibility menu.
- Hide shortcut pane header when there are no items.
- Keybindings to switch to tab with Alt+N (bug #9585).
- Make tabs scrollable.
- Session-save mount operation passwords.
- Check trash status 2s after startup from session.
- Clear mutex to avoid memleak with 2.32 api.
- Fix file menu displacement after a forced update (bug #9604).
- Put remote bookmarks in places and improve icon loading.
- Use ThunarBrowser to resolve locations in launcher.
- Translation updates: Amharic, Arabic, Asturian, Belarusian,
Bengali, Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek,
English (United Kingdom), Esperanto, Spanish (Castilian), Estonian,
Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian,
Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean,
Kurdish, Lithuanian, Latvian, Macedonian, Norwegian Bokmal, Dutch
(Flemish), Norwegian Nynorsk, Panjabi (Punjabi), Polish, Portuguese,
Portuguese (Brazilian), Romanian, Russian, Sinhala, Slovak, Albanian,
Serbian, Swedish, Telugu, Turkish, Uyghur, Ukrainian, Urdu, Urdu
(Pakistan), Vietnamese, Chinese (China), Chinese (Taiwan).
1.6.0
=====
- Drop spacing betweek Kind and icon in file properties.
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
67d77a32
...
...
@@ -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], [
0
])
m4_define([thunar_version_micro], [
1
])
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