Skip to content
Snippets Groups Projects
Commit 9482b6e2 authored by Harald Judt's avatar Harald Judt
Browse files

Updates for release

parent a0b81ac8
No related branches found
No related tags found
No related merge requests found
1.6.8
=====
- Watch for CHANGES_DONE_HINT instead of CHANGED and ATTRIBUTE_CHANGED (bug #8377) (Harald Judt)
- Shortcut view: Fix "selection in selection" graphical bug when renaming shortcut (Harald Judt)
- Fix broken shortcut renaming (bug #11885) (Harald Judt)
- Unescape URIs in the shortcut view (bug #10831) (Harald Judt)
- Fix compiler warning because of missing curly braces (Harald Judt)
- Fix compilation error because of wrong variable name (Harald Judt)
- Fix unescaping of local paths in path entry (bug #8190) (Harald Judt)
- Fix escaping and unescaping URI in path entry (bug #8910) (Harald Judt)
- Let the tree view keep the focus when clicking on an item (bug #11863) (Harald Judt)
- Fix switching to the 10th tab via <alt>-<0> keyboard shortcut (Harald Judt)
- Fix removal of a directory wrongly affecting the current tab (bug #10981) (Harald Judt)
- Keep the scroll position when restoring the file selection (Harald Judt)
- Restore selection only when rows-reordered signal is received (bug #11855) (Harald Judt)
- For folders copied always append "copy #" to the end of their names (bug #11862) (Harald Judt)
- Update F5 binding for new ThunarWindow::reload signal (Evangelos Foutras)
- Do not perform the complete folder reload in idle (bug #11849) (Harald Judt)
- Coverity CID 60623: Unused value (Harald Judt)
- Coverity CID 60621: Missing return statement (Harald Judt)
- Coverity CID 60620: Explicit null dereferenced (Harald Judt)
- Coverity CID 60619: Explicit null dereferenced (Harald Judt)
- Coverity CID 60617: Unchecked return value (Harald Judt)
- Remove unused variable in thunar_standard_view_set_history (Harald Judt)
- Remove startup notification dependencies (bug #11837) (Harald Judt)
- Translation updates: Galician, German, Lithuanian
1.6.7
=====
- Improve drag & drop and selecting in the details view (bug #11605) (Harald Judt)
......
......@@ -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], [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 *******************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment