Releases: cryptomator/cryptofs
Releases · cryptomator/cryptofs
1.4.1
Fixed directory listing: Directories with long names will now show up correctly.
1.4.0
Vault format 6 now requires all passwords to be strictly unicode NFC strings. CryptoFS automatically normalizes all passwords, thus accepting all normalization forms.
1.3.1
Fixed integer overflow during read of large files.
1.2.3
Fixed integer overflow during write of large files.
1.2.2
Fixed IOExceptions in DirectoryStreams, if invalid directory files are encountered.
1.2.1
Fixed an issue leading to inifinite loops in Files.createDirectories etc. if the encrypted directory used by CryptoFS was deleted by another process while a CryptoFileSystem was initialized.
1.1.2
Merge branch 'release/1.1.2'