Releases: cryptomator/cryptofs
Releases · cryptomator/cryptofs
Release 2.6.6
Changes
- Fixed replacing shortenend file fails #175
Release 2.6.5
Changes
- Fixed writing cached data not completely (#173)
- Updated dependencies:
- Google Guava to 32.0.0
Release 2.6.4
Changes
- Creating file channel to previously deleted file might write cached content (#170 )
- Closing file channel of deleted file throws exception (#169)
- Wrong file header used when two file channels to same file are opened (#168)
- Concurrently writing and truncate-opening a file might create invalid ciphertext (#165)
Release 2.6.3
Release 2.6.2
Bugfixes
- Cleartext buffer reused albeit other threads were potentially still reading from it (#158)
Misc
- replace Dagger builder by thread-safe factories
Full Changelog: 2.6.1...2.6.2
Release 2.6.1
Fixed issue when calling CryptoFileSystem::getCiphertextPath
with the cryptofs root (#155 )
Release 2.6.0
- CryptoFileSystem-API: Add method to get (data) ciphertext path from given cleartext path (see #154)
Release 2.5.3
- Health API: Fix for OrphanContentDir also processed non-cryptomator files (see 1589347)
Release 2.5.2
- Health API: Wrong fix for result MissingContentDir (#152 )
- Health API: Relax fix for result OrphanContentDir, allowing non-matching dirIdBackup to orphan path (see 38df17a)
Full Changelog: 2.5.1...2.5.2