diff --git a/NEWS b/NEWS index 51399cabc80d2a0f2d9ba24ce87787e83775fef7..a003feb45db13be76c65850c7523fb5b1689b6bd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,103 @@ +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) +- Drop timer on finalize (Bug #15305) +- Store column width setting asynchronously and only once (Bug #15305) +- When move to trash fails, ask whether to delete files (Bug #15975) +- Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list +view) (Bug #15936) +- Extra padding for Eject button when scrollbar is visible (Bug #15312) +- Use standard icon instead of custom +- Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, + Czech, Dutch, French, Galician, Greek, Hungarian, Italian, Japanese, + Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, + Spanish, Swedish, Ukrainian + +1.8.11 +====== +- Thunar 1.8.10 crashing on startup in FreeBSD and Fedora, caused by +nonfunctional pango version check (Bug #16136, Bug #16138) +- Translation Updates: +Interlingue, Spanish, + +1.8.10 +====== + - Allow compilation with panel 4.15 + - thunar-job: callee should keep track of the number of processed files + (Bug #16117) + - Thunar does not show a context menu on right-click when started via + trash-panel-plugin (Bug #16000) + - Make sure icon text is centered after unchecking "Text beside icons" + - Remove the vertical gap between icon and its label (Bug #16041) + - Fix icon view alignment (Bug #16107) + - Not possible to grab scrollbar on the very right pixels when Thunar + is maximized (Bug #16050) + - Wrap text of error dialog + - Not possible to empty the trash via the pathbar context menu + - Crash on refresh if remote folder has been removed (Bug #15961) + - Center action buttons in conflict dialog window (Bug #15973) - + Prevent usage of deprecated gtk_dialog_get_action_area + - Ensure user customizable action uses currently selected file path + (Bug #15119) + - make filename label selectable in conflict dialog window + - Center action buttons in conflict dialog window (Bug #15973) + - Clear user customizable action shortcut when the action is deleted + - Prevent Gtk-CRITICAL when adding or modifying a user customizable + action. + - Thunar SendTo Email: Add missing archive formats for archive + detection (Bug #15917) + - sendto plugin: fix content type resolution. (Bug #15916) + - sendto plugin: extract function tse_file_is_archive (Bug #15916) + - sendto plugin: move g_file_info_get_content_type() call out of the + cycle (Bug #15916) + - All glory to lowercase (Bug #15394) + - mismatched names between thunar.appdata.xml and thunar.desktop (Bug + #15498) + - Replace text "Enter the new name:" by "Enter the name:" for file + creation dialog (Bug #15423) + - Remove superfluous .desktop file "Thunar-folder-handler.desktop.in" + (Bug #15467) + - Prevent unnecessary fallback copy-delete in file move when overwriting + - Fix possible memory leak + - Fix popup menus size (Bug #15832) + - Add Alt+D as alternative accelerator for Open Location (Bug #15828) + - Do not insert hyphens at intra-word line breaks (Bug #15856) +- Translation Updates: + Albanian, Arabic, Belarusian, Bulgarian, Catalan, Chinese (Taiwan), + Croatian, Danish, Dutch, English (United Kingdom), French, Galician, + German, Hungarian, Italian, Japanese, Korean, Lithuanian, Malay, + Norwegian Bokmål, Persian (Iran), Polish, Portuguese, Portuguese + (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, + Ukrainian, + +1.8.9 +====== +- Remove 'auto-expand folders' from tree-view since it causes bad +usability with keyboard (Bug #15743) +- preferences: Add button icons to Help/Close +- Use designated initializer to avoid compile warnings (Bug #15734) +- Prevent premature disposal of clipboard manager (Bug #15635) +- Keep "Open with" menu items updated (Bug #15530) +- Translation Updates: Norwegian Bokmål, Norwegian Nynorsk, Portuguese, +Portuguese (Brazil), Turkish + 1.8.8 ===== - Do not register "send to" as last used app (Bug #14118) diff --git a/configure.ac.in b/configure.ac.in index e031117f8587fb470460fc4280b5e6b36737e11d..5c82a19131ef872695bc45fa280e71dcfd88652f 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -26,7 +26,7 @@ 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], [5]) +m4_define([thunar_version_micro], [13]) m4_define([thunar_version_nano], []) m4_define([thunar_version_build], [@REVISION@]) m4_define([thunar_version_tag], [git])