Releases: cryptomator/cryptofs
Releases · cryptomator/cryptofs
Release 2.4.4
- Hotfix for a broken Health Check
Release 2.4.3
What's Changed
- #135 Add "missing dirid backup file" result to directory check
- #136 adjustable shortening treshold
- #138 More dirIdCheck results
- #139 Implement fix for missing content dir
- #140 report correct symlink size by @revintec
- #144 support atomic open + set attributes
New Contributors
Full Changelog: 2.4.2...2.4.3
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.