Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
thunar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
279
Issues
279
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xfce
thunar
Commits
a673c061
Commit
a673c061
authored
Mar 23, 2020
by
Alexander Schwinn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
13a09f1e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
NEWS
NEWS
+17
-0
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
a673c061
1.8.13
======
- Use tre-view toplevel path of the cursor, if available, in order to
prevent jumping (Bug #16024)
- Increase vertical gap between icon and its label slightly (Bug #16041)
- Fix crash when inserting USB device in tree-view mode. (Bug #15172)
- Fix jump to Home when ejecting a currently viewed device (Bug #16504)
- Allow context menu when editing location in pathbar (Bug #16483)
- Sort device entries in tree view (Bug #16471)
- Allow to open multiple files at once (Bug #2487)
- Fix incorrect pathbar autocomplete (Bug #16267)
- Avoid unreadable names in detailed view (Bug #16391)
- Prevent crash when renaming files (Bug #10805)
- Translation Updates:
Belarusian, Croatian, Finnish, French, Hebrew, Indonesian, Kazakh,
Malay, Portuguese, Portuguese (Brazil),
1.8.12
======
- NULL is the proper sentinel for g_object_new() (Bug #16310)
...
...
configure.ac.in
View file @
a673c061
...
...
@@ -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], [1
2
])
m4_define([thunar_version_micro], [1
3
])
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 *******************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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