summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-23 14:24:41 +0000
committerB Stack <bgstack15@gmail.com>2020-07-23 14:24:41 +0000
commit6182a3a1a339fdbc882c30a01e25c1db7ad7728c (patch)
treef7f50de0ac3c85e16687014bd7ad37babe75861d /freefilesync/debian/changelog
parentMerge branch 'irfanview-bump' into 'master' (diff)
parentfix date for 10.25 (diff)
downloadstackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.tar.gz
stackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.tar.bz2
stackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 11.0 See merge request bgstack15/stackrpms!169
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog25
1 files changed, 25 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 2bd53b5..4b1a593 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,28 @@
+freefilesync (11.0-1+devuan) obs; urgency=medium
+
+ * Revised file layout on main grid
+ * Skip download/upload when copying Google Drive files inside account
+ * Support moving Google Drive files between shared drives and My Drive
+ * Support copying Google Drive shortcuts between accounts
+ * Support copying Google Docs, Sheets, Slides, etc. within account
+ * Fixed parsing uninitialized Google Drive modification time
+ * Fixed Google Drive file already existing check running too late
+ * Ignore slash/backslash differences during manual search
+ * Avoid creating orphan database entry if one DB file fails to load
+ * Limit modification time error count for log file warning message
+ * Support copying WSL symlinks
+ * Avoid duplicate MTP/Google Drive item creation from multiple threads
+ * Fixed TMPDIR not found during startup (macOS)
+ * Added sync variant icons
+ * Avoid redundant icon format conversions
+ * Buffer high-DPI image scaling results
+ * Improved MTP thumbnail scaling performance
+ * Avoid race condition during parallel file icon rendering (Linux)
+ * Allow creating folder name with leading/trailing spaces
+ * Start supporting GTK3 (Linux)
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 22 Jul 2020 12:55:46 -0400
+
freefilesync (10.25-2+devuan) obs; urgency=medium
* gtk2 build (stable)
bgstack15