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
Package Registry
Model registry
Operate
Terraform modules
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
Pratik Karki
thunar
Commits
8acd863e
Commit
8acd863e
authored
3 years ago
by
Alexander Schwinn
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
5d6a29fc
No related branches found
Branches containing commit
Tags
thunar-1.7.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+45
-0
45 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
47 additions
and
2 deletions
NEWS
+
45
−
0
View file @
8acd863e
4.17.8
======
- Show `Configure Toolbar...` option on right-clicking toolbar items.
- Add built-in buttons for toolbar customization:
Search, Toggle,Reload, Zoom
- Allow to customize toolbar by using custom actions (Issues #607 #621)
- Location bar: Make sure to show the correct root button (Issue #725)
- Recursive search: Do not search when the search query is empty.
- Fix: Escape does not unselect files.
- Column headers: Configure columns popup on right-click
- Bulk renamer: Use wording "Extension" over "Suffix" (Issue #729)
- Look for thunar plugins at $THUNARX_DIRS (Issue #748)
- Speedup search by disabling row-related callbacks while searching
- Add spinner element to each tab to display search status
- Add option for vertical split panes (#722)
- List view name column improvements (#736)
- Option to show full path in tabs (Issue #627)
- Generate documentation for internal functions (Issue #617)
- Fix of various memory leaks
- Dont reload the view when text is copied (Issue #706)
- Use 'g_timeout_add_full' to set tree-view cursor (Issue #351)
- NULL checks to prevent crash on malformed bookmark URI (Issue #716)
- Skip files with IO errors during directory scan (Issue #696)
- Shortcuts View: Allow devices a drag and drop target (Issue #708)
- Support for thumbnail size x-large and xx-large (Issue #606)
- Add support for accelerators that include the `Tab` key (Issue #580)
- Add Recursive Search (!146)
- Use save way to copy a "struct tm" to prevent crash (Issue #700)
- Add UCA parameter to specify a number of files (Issue #26)
- Fix: User disabled accelerators are re-enabled on 2nd restart (!177)
- Add a GUI shortcuts editor (Issue #279)
- Use alphabetical sorting for devices in the side-pane (Issue #610)
- Translation Updates:
Albanian, Arabic, Armenian, Armenian (Armenia), Asturian, Basque,
Bengali, Catalan, Chinese (China), Chinese (Hong Kong), Chinese
(Taiwan), Czech, Danish, Dutch, Eastern Armenian, English
(Australia), English (United Kingdom), Esperanto, Estonian, Finnish,
French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Interlingue, Japanese, Kazakh, Korean, Latvian, Malay,
Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian
(Iran), Polish, Portuguese, Romanian, Serbian, Slovak, Spanish,
Swedish, Telugu, Thai, Turkish, Urdu, Urdu (Pakistan), Uyghur,
Vietnamese
4.17.7
======
- Use GList over gchar** for getting an uri list (Issue #684)
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
8acd863e
...
...
@@ -26,10 +26,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [3])
m4_define([thunar_version_major], [4])
m4_define([thunar_version_minor], [17])
m4_define([thunar_version_micro], [
7
])
m4_define([thunar_version_micro], [
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 *******************************************
...
...
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