Skip to content
Snippets Groups Projects
Commit 2074df6b authored by Nick Schermer's avatar Nick Schermer
Browse files

Updates for release.

parent a76b6e50
No related branches found
No related tags found
No related merge requests found
1.5.0
=====
- Add support for multiple selections in file preferences dialog.
- Depend on Gtk 2.24 and Glib 2.30.
- Implement selection inversion.
- Improve refresh feedback when using dnd between 2 windows.
- Resize rename dialog based on filename length (bug #7684).
- Force bulk renamer when Shift is pressed (bug #7684).
- Add a sentence case rename mode to sbr.
- Regenerate thumbnails on file changes (bug #8473).
- Hide recommended applications that are not visible (bug #9169).
- Sort recommended applications (bug #8927).
- Use system-file-manager icon-name in desktop file (bug #9128).
- Check mime type in desktop files in the sendto menu (bug #7392).
- Improvement in the file progress dialog.
- Show full template filename in menu (bug #6140).
- Store metadata (emblems) in GVFS's daemon.
- Use Path from desktop file as CWD (bug #5760).
- Add working directory entry to apr (bug #5760).
- Add hidden option to show full path in window title (bug #6412).
- Unset DBUS variables once registered (bug #8800).
- Only collect image data if the mime-type is image/* (bug #2913).
- Don't copy templates but create them (bug #8312).
- Add menu item to hide the menu bar.
- Improve statusbar selection text (bug #8989).
- Don't allow starting multiple daemons (bug #3814).
- Make massing plugin warnings non-fatal (bug #2604).
- Show transfer rate in transfer dialog (bug #8250).
- Check free space before copying (bug #5658).
- Port settings to xfconf.
- Handle null content-types when sorting (bug #8465).
- Scroll to first file with pattern select.
- Add secure desktop file launching (bug #5012).
- Use g_utf8_collate_key_for_filename for sorting (bug #7110).
- Only deep-count on the same filesystem.
- Don't force scrolling to the window edge.
- Translation updates: Amharic, Arabic, Asturian, Belarusian,
Bengali, Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek,
English (United Kingdom), Esperanto, Spanish (Castilian), Estonian,
Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian,
Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean,
Kurdish, Lithuanian, Latvian, Macedonian, Norwegian Bokmal, Dutch
(Flemish), Norwegian Nynorsk, Panjabi (Punjabi), Polish, Portuguese,
Portuguese (Brazilian), Romanian, Russian, Sinhala, Slovak, Albanian,
Serbian, Swedish, Telugu, Turkish, Uyghur, Ukrainian, Urdu, Urdu
(Pakistan), Vietnamese, Chinese (China), Chinese (Taiwan).
1.4.0
=====
- Add a 64x64 and 128x128 icon for Thunar.
......
......@@ -24,11 +24,11 @@ dnl ***************************
m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [4])
m4_define([thunar_version_minor], [5])
m4_define([thunar_version_micro], [0])
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 *******************************************
......@@ -138,15 +138,15 @@ XDT_CHECK_LIBX11_REQUIRE()
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
XDT_CHECK_PACKAGE([EXO], [exo-1], [0.9.0])
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.24.0])
XDT_CHECK_PACKAGE([GDK_PIXBUF], [gdk-pixbuf-2.0], [2.14.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.10.0])
XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
dnl ********************************************
......@@ -158,7 +158,7 @@ dnl **********************************
dnl *** Optional GIO UNIX features ***
dnl **********************************
XDT_CHECK_OPTIONAL_PACKAGE([GIO_UNIX], [gio-unix-2.0],
[2.24.0], [gio-unix], [GIO UNIX features])
[2.30.0], [gio-unix], [GIO UNIX features])
dnl **********************************
dnl *** Optional support for D-BUS ***
......
......@@ -16,6 +16,8 @@ thunar/thunar-dbus-client.c
thunar/thunar-dbus-service.c
thunar/thunar-deep-count-job.c
thunar/thunar-details-view.c
thunar/thunar-device-monitor.c
thunar/thunar-device.c
thunar/thunar-dialogs.c
thunar/thunar-dnd.c
thunar/thunar-emblem-chooser.c
......
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