Skip to content

Releases: cryptomator/cryptofs

Release 2.4.2

13 May 09:36
c5432f8
Compare
Choose a tag to compare
  • Changed name for recovery dir to LOST+FOUND
  • Fixed not returning null on unsupported attribute view (#131)
  • Fixed NullPointerException when root filesystem path is used in fs operation (#132)
  • Deprecated CryptoFileSystemProperties.PROPERTY_MASTERKEY_FILENAME

Release 2.4.1

26 Apr 15:05
2.4.1
62fd056
Compare
Choose a tag to compare
  • Fixed incorrect bytes being used to extend file when starting to write beyond EOF (#129)
  • Increase data recoverability by storing a backup of the dirid inside every cipher directory (#113)

Release 2.4.0

30 Mar 13:57
d9c8bef
Compare
Choose a tag to compare

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

16 Dec 12:15
0def366
Compare
Choose a tag to compare

Fixes

  • Persisting a long filename adds null bytes after actual string in name.c9s (#121 )

Features

  • extended shortened resource check to fix #121 and apply basic syntax check on content of name.c9s

Release 2.3.0

29 Nov 16:21
6f92a4c
Compare
Choose a tag to compare

New Features:

  • Backup vault config on every filesystem creation (#119)

Release 2.2.0

09 Nov 09:32
51bdba5
Compare
Choose a tag to compare

Extend backup functionality to allow any vault critical file to be backuped. (Kudos goes to @barthr)

Release 2.1.1

20 Oct 10:22
2.1.1
Compare
Choose a tag to compare
  • allow reading vault config files signed with HS384 or HS512 #116

Release 2.1.0

19 Oct 10:04
f7046e1
Compare
Choose a tag to compare

Health Check API: Provides checks to anaylze the vault for structural problems (e.g. missing dir.c9rfiles) 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

18 Oct 11:02
2.1.0-rc2
7f247f7
Compare
Choose a tag to compare
Release 2.1.0-rc2 Pre-release
Pre-release
  • updated to JDK 17

Release 2.1.0-rc1

18 Oct 08:48
2.1.0-rc1
829bf48
Compare
Choose a tag to compare
Release 2.1.0-rc1 Pre-release
Pre-release
  • merged attr simplifications from develop