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
269
Issues
269
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
2
Merge Requests
2
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
2e1013cc
Commit
2e1013cc
authored
Nov 09, 2019
by
Alexander Schwinn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
2a5cd0c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
NEWS
NEWS
+14
-1
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
2e1013cc
1.6.18
======
- Crash on refresh if remote folder has been removed (Bug #15961)
- Remove 'auto-expand folders' from tree-view since it causes bad
usability with keyboard (Bug #15743)
- Changed Wiki links to https://docs.xfce.org/xfce/thunar/4.12/start
- Dont restart the folder monitor on each refresh - Fixes "ghost files
after moving files" (Bug #13364)
- Fix build without HAVE_GIO_UNIX (Bug #12863)
- Translation Updates:
Catalan, Chinese (Taiwan), Danish, Norwegian Bokmål, Persian (Iran),
Slovenian,
1.6.17
======
- tree view jumps (scrolls) when clicking on a directory (Bug #15174)
...
...
@@ -1100,4 +1113,4 @@ Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
- The "Open With" dialog now allows users to remove launchers that were
previously added via the custom command box.
- The number of relocations for the libraries was reduced to improve the
application startup time.
application startup time.
\ No newline at end of file
configure.ac.in
View file @
2e1013cc
...
...
@@ -26,10 +26,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
7
])
m4_define([thunar_version_micro], [1
8
])
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