Skip to content

Releases: cryptomator/cryptofs

Release 2.5.3

06 Dec 12:34
2.5.3
ae19036
Compare
Choose a tag to compare
  • Health API: Fix for OrphanContentDir also processed non-cryptomator files (see 1589347)

Release 2.5.2

05 Dec 10:25
2.5.2
e1e07f3
Compare
Choose a tag to compare
  • 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

Hotfix 2.5.1

25 Nov 15:44
2.5.1
2f42f3c
Compare
Choose a tag to compare

What's Fixed:

  • Health API: MissingDirIdBackup falsely reported

Full Changelog: 2.5.0...2.5.1

Release 2.5.0

25 Nov 10:43
2.5.0
ebf8253
Compare
Choose a tag to compare

What's Changed

  • Health API: Decouple result fix from severity (#149)
    • Severity indicates data loss and vault structure integrity
    • If a fix is present can be determined via new method DiagnosticResult.getFix(...)
    • DiagnosticResult.fix(...) is marked deprecated
  • Fixed dirIdBackup not created for vault root (#146)
  • Removed redundant DiagnosticResult (#148)
  • Included stats for metadata accesses by @BeyerMart (#130)
  • Updated cryptolib version to 2.1.0

Full Changelog: 2.4.5...2.5.0

Release 2.4.5

26 Oct 06:59
2.4.5
Compare
Choose a tag to compare
  • updated com.auth0:java-jwt to 2.4.1

Release 2.4.4

06 Oct 15:25
2.4.4
Compare
Choose a tag to compare
  • Hotfix for a broken Health Check

Release 2.4.3

06 Oct 13:02
2.4.3
Compare
Choose a tag to compare

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

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)