Changelog History
Page 1
-
v2.0.5.103 Changes
February 18, 2020π Changes in this version:
π This is a rebuild of 2.0.5.102 with a fix for MacOS packages
- π Improved performance of the recovery-tool, thanks @tfriedel and @warwickmm
- π¦ Debian and RPM packages now require Mono 5.0, thanks @drwtsn32x
- π Fixed issue with USN returning too many results, thanks @drwtsn32x
- Code quality improvements, thanks @warwickmm
- β Added
.odg
and.otg
as compressed file types, thanks @warwickmm - π Improved USN changes by looking at size and attributes, thanks @drwtsn32x
- Code quality improvements, thanks @drwtsn32x
- β Unittest improvements, thanks @warwickmm
- The OVH backend now points to Keystone v3, thanks @warwickmm
- π Fixed allowing minutes in retention rules, thanks @Pectojin
- π Fixed loading SQLite on Windows, thanks @warwickmm
-
v2.0.5.102 Changes
February 18, 2020π Changes in this version:
- π Improved performance of the recovery-tool, thanks @tfriedel and @warwickmm
- π¦ Debian and RPM packages now require Mono 5.0, thanks @drwtsn32x
- π Fixed issue with USN returning too many results, thanks @drwtsn32x
- Code quality improvements, thanks @warwickmm
- β Added
.odg
and.otg
as compressed file types, thanks @warwickmm - π Improved USN changes by looking at size and attributes, thanks @drwtsn32x
- Code quality improvements, thanks @drwtsn32x
- β Unittest improvements, thanks @warwickmm
- The OVH backend now points to Keystone v3, thanks @warwickmm
- π Fixed allowing minutes in retention rules, thanks @Pectojin
- π Fixed loading SQLite on Windows, thanks @warwickmm
-
v2.0.5.101 Changes
January 23, 2020π Changes in this version:
- π Improved tests, thanks @drwtsn32x
- π Fixed a case where repair fails due to missing
dindex
files, thanks @warwickmm - π Fixed an issue where compacted files would miss a blocklist, thanks @seantempleton
- π³ Now producing Docker multi-arch images, thanks @dnrce
- π Improved code quality and testing, thanks @warwickmm
-
v2.0.5.100
January 18, 2020 -
v2.0.5.1 Changes
January 18, 2020π Changes in this version:
π This beta release is a collection of additions and improvements from many contributors.
π Since it is released more than a year after the last beta, there is a large number of changes.Important notes:
π On Linux, macOS, and other systems that require Mono, this version requires Mono v5 or later.
β‘οΈ On macOS please remove the current beta and install this version, instead of using the updater. Doing so, will make Duplicati compatible with Gatekeeper and allow you to grant permissions.
π A big thanks to all Duplicati contributors, supporters, fans and users for keeping the project evolving and improving.
π Note that the beta
v2.0.4.23
has database version8
and this release has database version10
. This means that your local database will be upgraded once you run this version, and you cannot roll back without some manual intervention.Here is a short list of some of the more notable changes:
- π Numerous bug fixes and performance enhancements.
- β‘οΈ Updated translations, new languages added.
- π Improved support for macOS Catalina
- β Add support for minio backend.
- π Improve tray icon to reflect warning state.
- π Fix long path issue when path has 259 or 260 characters.
- β Remove support for Amazon Cloud Drive.
- π Fix input issues with dark theme.
- π Fix bug in handling filter expressions.
- π Fix purge operation with simple filters and case-sensitive filesystems.
- π Fix ignoring of --tempdir option when using the command-line.
- π Improved list of S3 compatible options and providers.
- π Fix ability to stop backup after current file has finished processing.
- β‘οΈ Updates to support libraries
- π Improve logging during database recreation.
- β Add option to skip vacuum operations within specified duration,
--auto-vacuum-interval
. - β Add option to skip compact operations within specified duration,
--auto-compact-interval
. - π Fix backup corruption from upload throttling. #3787
- π Fix for βUnexpected difference in filesetβ. #3800
- π Fix for βCheckingErrorsForIssue1400β and βFoundIssue1400Errorβ. #3868
- π Fix for βFTP (Alternative)β upload verification.
- β¬οΈ Server database version is still 6. Backup database rose to 10. This may impede downgrades.
-
v2.0.5.0 Changes
January 03, 2020π Changes in this version:
π This is once again a cumulative release for more than 6 months of hard work.
π This release has a large number of stability improvements and speed optimizations.β‘οΈ If you are using macOS, please re-install from the .dmg or .pkg, as the launcher has been updated to work with GateKeeper.
β‘οΈ Using the built-in update mechanism will not update the launcer and will not work well with GateKeeper on macOS Catalina.A big thanks to the community members who work hard with fixing issues and responding on the forum:
https://forum.duplicati.com -
v2.0.4.38 Changes
December 29, 2019π Changes in this version:
- π Fixed AutoUpdater environment setting to be parsed as a boolean, thanks @drwtsn32x
- Code cleanup for the SSH backend, thanks @verhoek
- π Fixed an issue with restoring metadata on Windows, thanks @drwtsn32x
- π Improved AppVeyor test builds, thanks @warwickmm
- β‘οΈ Updated translations, thanks @kenkendk
-
v2.0.4.37 Changes
December 12, 2019π Changes in this version:
- β‘οΈ Updated and improved TrayIcon's for warning state, thanks @drwtsn32x
- π Fixed a selection issue for file restores, thanks @drwtsn32x
- β‘οΈ Updated build system and added tests, thanks @verhoek
- β Added support for Minio as an S3 backend option, thanks @verhoek
-
v2.0.4.36 Changes
December 08, 2019π Changes in this version:
- β Removed Amazon Cloud Drive support, thanks @warwickmm
- π Fixed an edge case where paths longer than 258 characters and short than 260 characters produced errors, thanks @drwtsn32x
- π Fixed a number of edge cases where partial backups could create defect backups when used with retention rules, thanks @warwickmm
- π Fixed a problem with SharePoint reporting conflicts after v2.0.4.35, thanks @warwickmm
-
v2.0.4.35 Changes
November 29, 2019π Changes in this version:
- π Made password input in dark-theme better, thanks @mithileshz
- π Fixed resource leaks and shutdown code for OneDrive, thanks @tygill
- β Report a warning if the backup was cancelled, thanks @warwickmm
- π Do not warn if deletion fails but actually removes the remote file, thanks @drwtsn32x
- Prevent storing journal data on incomplete backups, thanks @drwtsn32x
- π Disabled file attribute masking on Windows 10, thanks @drwtsn32x