Skip to content

Releases: cryptomator/jfuse

Release 0.7.0

21 Mar 10:54
0.7.0
8e5a31d
Compare
Choose a tag to compare

This is the first production-ready release since we can now rely on a stable FFM API. We will clean up a few things before going 1.0, though.

What's Changed

  • #61 Update project to JDK 22 and JEP 454

Full Changelog: 0.6.3...0.7.0

Release 0.6.3

20 Oct 10:58
0.6.3
325b4c3
Compare
Choose a tag to compare
Release 0.6.3 Pre-release
Pre-release

Changes

  • Fixes crashes when trying to resolve NULL pointers (#39 )

Full Changelog: 0.6.2...0.6.3

Release 0.6.2

28 Sep 08:08
0.6.2
171a297
Compare
Choose a tag to compare
Release 0.6.2 Pre-release
Pre-release

What's Changed

  • #37 Fallback to System.loadLibrary(...) when not explicitly setting a path via FuseBuilder.setLibraryPath(...) (Linux, macOS)

Full Changelog: 0.6.1...0.6.2

Release 0.6.1

05 Sep 11:36
0.6.1
ea3ec46
Compare
Choose a tag to compare
Release 0.6.1 Pre-release
Pre-release

Changes

  • new error codes: E2BIG and ENOATTR(#34)

Release 0.6.0

30 Aug 13:13
0.6.0
cf6c755
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release

Changes

  • [BREAKING] Migration to JDK 21 (#32)
  • errno ENODATA (#33)

Full Changelog: 0.5.1...0.6.0

Release 0.5.1

06 Apr 09:06
0.5.1
174b226
Compare
Choose a tag to compare
Release 0.5.1 Pre-release
Pre-release
  • Mounting filesystem multithreaded on Windows failed (#31)

Full Changelog: 0.5.0...0.5.1

Release 0.5.0

04 Apr 21:18
0.5.0
8187bd8
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release
  • [Breaking Change] migration to JDK 20 (#29)

Full Changelog: 0.4.2...0.5.0

Release 0.4.2

22 Mar 12:37
0.4.2
eb45bed
Compare
Choose a tag to compare
Release 0.4.2 Pre-release
Pre-release
  • Mounting: Throw exception if fuse_loop returns prematurely during mount (#30)

Full Changelog: 0.4.1...0.4.2

Release 0.4.1

13 Mar 08:52
0.4.1
75c2070
Compare
Choose a tag to compare
Release 0.4.1 Pre-release
Pre-release
  • Statvfs struct: Instead of exception set to max value when input parameter is out of type range (#28)

Full Changelog: 0.4.0...0.4.1

Release 0.4.0

16 Feb 08:59
0.4.0
7844848
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release
  • Add support for extended attributes
  • Extend supported errno

Full Changelog: 0.3.3...0.4.0