diff --git a/NEWS b/NEWS index d281a3c4ad9ad499447d76b5d6272f43f694eb23..9b7751c2a81d3e9028addac18e0295621a659531 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +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 -<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) diff --git a/configure.ac.in b/configure.ac.in index eaf8418fec40dc22c03f217565972cf3ee8b6c64..56bed296d1c835d035ef074432759a41d7ca4011 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -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 *******************************************