The CLI version 3.2.3 has been released: Release Duplicacy Command Line Version 3.2.3 · gilbertchen/duplicacy · GitHub
3.2.3 change:
- Upgrade storj.io/uplink to v1.12.1 to fix an 64 bit alignment issue: e99dfea
3.2.2 change:
- Save storj credentials in keychain/keyring after a storj storage has been successfully created: 7bfc0e7
3.2.1 changes:
- Removed a false check that caused an initialization error with zstd-enabled storages: #653 (thanks to @gorbak25)
- Allow two copy-compatible storages to have different compression levels: 4e9d2c4
- Skip identical entries when listing chunks: d92b173
- Upgraded Go version to 1.19.13
3.2.0 changes:
- Added a Samba backend: 3a81c10
- Implemented zstd compression: 53b0f3f
- Added support for custom OneDrive credentials: #632 (thanks to @sevimo123)
- Added support for SharePoint document libraries to the ODB backend: #633 (thanks to @sevimo123)
- Fixed a connection leak in the Dropbox backend on some http errors: gilbertchen/go-dropbox#5 (thanks to @northnose)
- Fixed bugs that caused the B2 and Google Drive backends to fail to download metadata chunks that have been marked as fossils: ff207ba 1f9ad0e
- Fixed a crash when some backends return with an empty entry path: cdf8f5a
- Fixed a crash caused by concurrent access to a map during chunk verification: #649 (thanks to @northnose)
- Fixed a chunk leak when listing files in a revision: 9be475f