Releases: cryptomator/jfuse
Releases · cryptomator/jfuse
Release 0.7.0
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
Release 0.6.2
What's Changed
- #37 Fallback to
System.loadLibrary(...)
when not explicitly setting a path viaFuseBuilder.setLibraryPath(...)
(Linux, macOS)
Full Changelog: 0.6.1...0.6.2
Release 0.6.1
Changes
- new error codes:
E2BIG
andENOATTR
(#34)
Release 0.6.0
Release 0.5.1
- Mounting filesystem multithreaded on Windows failed (#31)
Full Changelog: 0.5.0...0.5.1
Release 0.5.0
- [Breaking Change] migration to JDK 20 (#29)
Full Changelog: 0.4.2...0.5.0
Release 0.4.2
- Mounting: Throw exception if fuse_loop returns prematurely during mount (#30)
Full Changelog: 0.4.1...0.4.2
Release 0.4.1
- 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
- Add support for extended attributes
- Extend supported errno
Full Changelog: 0.3.3...0.4.0