Releases: cryptomator/cryptofs
Releases · cryptomator/cryptofs
Release 2.4.2
Release 2.4.1
Release 2.4.0
Features
- Performance improvement: Instead of allocating byte arrays on every decryption/encryption operation new, use a pool of recyclable arrays (#125)
Release 2.3.1
Release 2.3.0
New Features:
- Backup vault config on every filesystem creation (#119)
Release 2.2.0
Extend backup functionality to allow any vault critical file to be backuped. (Kudos goes to @barthr)
Release 2.1.1
- allow reading vault config files signed with
HS384
orHS512
#116
Release 2.1.0
Health Check API: Provides checks to anaylze the vault for structural problems (e.g. missing dir.c9r
files) and for a restricted set of diagnosed problems fixes.
With the first release there are three checks:
- Directory Check: Checks for the existence of
dir.c9r
files and their corresponding directories - Type Check: Checks for all cleatext file types needing several encrypted files if they are well formed
- Shortened Check: Checks for valid name shortening
For more info, check the org.cryptomator.cryptofs.health
package.
Release 2.1.0-rc2
- updated to JDK 17
Release 2.1.0-rc1
- merged attr simplifications from develop