Navigation Menu

Skip to content

Releases: duplicati/duplicati

v2.0.8.0-2.0.8.0_experimental_2024-04-19

Changes in this version:
After almost a year, a new experimental build is ready!

Since we are switching the underlying framework to .Net8, this release will be the last that runs on .NET 4 / Mono.
The new releases will be built with the framework included for minimal dependencies.

Thanks to all the amazing contributors and community for supporting the project!

For this release the following major changes are included:

  • Updates to various third-party libraries: mail, Ssh.Net, RestSharp, FluentFTP, Sharp.Xmpp, Uplink
  • Improved error handling with interrupted backups and damaged local database
  • Removed defunct links and backends
  • Changed to MIT license and removed donation messages
  • Even more options!

As always, a detailed change list is in the project changelog.

v2.0.7.103-2.0.7.103_canary_2024-04-19

19 Apr 06:36
Compare
Choose a tag to compare
Pre-release

Changes in this version:

  • Added microfix that adds a missing default value to the backup reports.

v2.0.7.102-2.0.7.102_canary_2024-04-03

03 Apr 09:25
Compare
Choose a tag to compare
Pre-release

Changes in this version:
This build is intended to be the last build that uses .Net4 (aka .Net Desktop).
Future builds are expected to use .Net8 and will require a manual update,
because the .Net builds are no longer operating system independent.

The upside is that there are fewer dependencies (no more Mono),
and execution times are greatly improved.

  • Removed donation messages
  • Updated MacOS Installer license text
  • Updated installer to support future manual upgrade
  • Added information to reports when encountering an exception

v2.0.7.101-2.0.7.101_canary_2024-03-08

08 Mar 12:51
Compare
Choose a tag to compare
Pre-release

Changes in this version:

  • Updated license to MIT, thanks @kenkendk
  • Fixed crash when logging startup errors, thanks @Jojo-1000
  • Updated SSH.Net, thanks @gpatel-fr
  • Fixed exception happening when stopping the running backup, thanks @Jojo-1000
  • Fixed issue with connecting to server thanks @kellycampbe
  • Improved file-backend listing speed, thanks @Jojo-1000
  • Added support for IPv6 addresses as hostnames, thanks @Jojo-1000
  • Added AliyunOSS backend, thanks @trueai-org
  • Added fix to not show empty form on restarts, thanks @kenkendk
  • Updated Uplink for Storj to 2.12, thanks @gpatel-fr and @kenkendk
  • Added machine and backup id options for reports, thanks @kenkendk
  • Fixed issues with using alternate OAuth server url, thanks @gpatel-fr and @kenkendk

v2.0.7.100-2.0.7.100_canary_2023-12-27

27 Dec 09:17
Compare
Choose a tag to compare
Pre-release

Changes in this version:
This canary is a bugfix release with error reporting improvements, no database format change.
Options changes:
--s3-disable-chunk-encoding added to the AWS backend (only useful for some providers)
--full-remote-verification changes from a boolean option to a tri-valued one. Existing configurations should not be impacted.
--aftp-log-to-console and --aftp-log-privateinfo-to-console added to the Alternative Ftp backend (for debugging purposes only)
--repair-force-block-use added to the database rebuild process (only for very damaged databases)

Changes:

  • Fix various bugs with backup filters, thanks @Jojo-1000
  • Fix highlighting in restore file picker, thanks @Jojo-1000
  • Update mail libraries, thanks gpatel-fr
  • Remove dead facebook link and add doc link, thanks @Jojo-1000
  • Remove obsolete hubic backend, thanks @gpatel-fr
  • Remove obsolete tool TlsTest, thanks @gpatel-fr
  • Update Serbian translation, thanks @Sagitarion
  • Improve result reporting for interrupted/failed backups, thanks @Jojo-1000
  • Add return code 3 to help.txt, thanks @gpatel-fr
  • Fix missing file error caused by interrupted compact, thanks @Jojo-1000 and @warwickmm
  • Include exception type and message in job log, thanks @Jojo-1000
  • Update thirdparty info to remove obsolete references, thanks @gpatel-fr
  • Remove JS error in negated 'IN' expressions, fixing bad restore prompt (thanks @gorosgobe and Bloomberg)
  • Update restsharp, thanks @gpatel-fr
  • Update FluentFTP (Alternative FTP) to 46.0.2 and fixes for initial directory creation, thanks @taz-il
  • Add console log to the Alternative FTP backend, thanks @gpatel-fr
  • Fix hidden username and password options when changing backends, thanks @Jojo-1000
  • Add option to disable chunked encoding for AWS S3, thanks @Jojo-1000
  • Specify the name of the backup when reporting failures, thanks @taz-il
  • Allow to perform tests without checking file list, thanks @gpatel-fr
  • Enhance database rebuilding of very damaged databases, thanks @gpatel-fr
  • Set the job state to error when post backup verification fails, thanks @gpatel-fr
  • Allow full-remote-verification to target only list and index files, thanks @gpatel-fr
  • Fix restore search error in RestoreController, thanks @Jojo-1000
  • Replace agsXmpp with Sharp.Xmpp, thanks @gpatel-fr
  • Set default log level to Dryrun if dryrun option is set, thanks @gpatel-fr
  • Enhance Python restore tool, thanks @gpatel-fr
  • Report all filesets in error in VerifyConsistency, thanks @gpatel-fr
  • Remove reliance on statusText for error messages (http2 proxy support), thanks @Jojo-1000
  • Keep user-defined whitespace in description field (allow multiline support), thanks @Jojo-1000
  • Force a vacuum of bug report database for privacy reasons, thanks @gpatel-fr

v2.0.7.2-2.0.7.2_canary_2023-05-25

25 May 16:53
Compare
Choose a tag to compare
Pre-release

Changes in this version:

  • update Github tests versions, thanks @taz-il
  • Add Catalyst Cloud as an OpenStack target, thanks @andrew Ruthven

v2.0.7.1-2.0.7.1_beta_2023-05-25

25 May 16:01
Compare
Choose a tag to compare
Pre-release

Changes in this version:
After almost 2 years, a new Beta has taken its time, but it’s finally
there. It’s a roll-up of all the fixes since the last beta build and is
expected to cause very few issues when upgrading. This release is almost
identical to Canary 106.

It involves a better UI for dark mode, better support for Dropbox,
Jottacloud, S3, Tencent backends, add IDrive backend, TLS modernization,
bug fixes, upgrades to libraries.

Points of attention:

  • database upgrade from 11 to 12: Downgrade from this version requires
    manually adjusting the version
    number in the database. The additions can be re-applied if the database is
    upgraded again later.

v2.0.7.0-2.0.7.0_experimental_2023-05-25

Changes in this version:
After almost 2 years, a new Beta has taken its time, but it’s finally
there. It’s a roll-up of all the fixes since the last beta build and is
expected to cause very few issues when upgrading. This release is almost
identical to Canary 106.

It involves a better UI for dark mode, better support for Dropbox,
Jottacloud, S3, Tencent backends, add IDrive backend, TLS modernization,
bug fixes, upgrades to libraries.

Points of attention:

  • database upgrade from 11 to 12: Downgrade from this version requires
    manually adjusting the version
    number in the database. The additions can be re-applied if the database is
    upgraded again later.

v2.0.6.106-2.0.6.106_canary_2023-05-03

03 May 15:31
Compare
Choose a tag to compare
Pre-release

Changes in this version:

  • Added endpoints for S3 compatible storage from Scaleway, thanks
    @adithajay
  • updates rumps to python3, add icon normal-warning, set rumps as default,
    thanks @gpatel-fr

v2.0.6.105-2.0.6.105_canary_2023-04-09

09 Apr 21:18
Compare
Choose a tag to compare
Pre-release

Changes in this version:

  • Disable automatic use of v2 authid for Jottacloud, thanks @albertony
  • Fix gui tests, thanks @gpatel-fr
  • Make Xamarin-based CocoaRunner the default on Mac, thanks @dgileadi
  • Fix #4716 by falling back to System hasher, thanks @vilaureu
  • Allow install on Debian bookworm by using libayatana-appindicator1, thanks @gpatel-fr
  • Build Debs with gzip compression for old debian releases, thanks @gpatel-fr
  • Add Impossible Cloud provider for S3 backend, thanks @daniel0m0baker
  • Add possibility to set custom SQlite pragmas, thanks @gpatel-fr
  • Updates Newtonsoft, Mega and SSH.NET libraries, thanks @gpatel-fr
  • Raise the file time shift to 2s for Mac unittests, thanks @gpatel-fr
  • Remove obsolete Letsencrypt cert in Docker builds, thanks @Bubblesaway (forum)