summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-06 18:47:46 +0000
committerB Stack <bgstack15@gmail.com>2020-09-06 18:47:46 +0000
commit30917413465d45d251aadc03f461c72de6ba45de (patch)
tree42630c1d1b71b4817af809929093592a45575670 /freefilesync/debian/changelog
parentMerge branch 'ublock-bump' into 'master' (diff)
parentadd gui_status_handler.h to revert (diff)
downloadstackrpms-30917413465d45d251aadc03f461c72de6ba45de.tar.gz
stackrpms-30917413465d45d251aadc03f461c72de6ba45de.tar.bz2
stackrpms-30917413465d45d251aadc03f461c72de6ba45de.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 11.1 See merge request bgstack15/stackrpms!183
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog26
1 files changed, 26 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 4b1a593..45bc14c 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,29 @@
+freefilesync (11.1-1+devuan) obs; urgency=low
+
+ * [bgstack15] still has the broken file tree layout
+ * New file group layout on main grid (reloaded)
+ * Alternate colors for main grid folder groups
+ * Added file group context menu
+ * Quick selection of items in folder group
+ * Fixed FTP access errors with Explicit SSL/TLS
+ * Fixed Google Drive error when double quotes in file name
+ * Fixed RTL layout bug with number input control
+ * Fixed grid column default sizes
+ * Fixed grid rendering performance during mouse scrolling
+ * Update all config files transactionally
+ * Respect user-preferred number/time format (Linux)
+ * Fixed floating panels not being resizable (Linux)
+ * Instantly open selection context menu on right mouse button down
+ * Further improved high DPI support
+ * Updated deprecated system API calls (requires macOS 10.10 or later)
+ * Fixed crash when accessing Nexis storage (macOS)
+ * Avoid buffer flush when aborting native file output
+ * Clear preview after folder history selection
+ * Pre-allocate target file without setting size
+ * Unified system error message formatting
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 01 Sep 2020 20:33:42 -0400
+
freefilesync (11.0-1+devuan) obs; urgency=medium
* Revised file layout on main grid
bgstack15