Releases: cryptomator/fuse-nio-adapter
Releases · cryptomator/fuse-nio-adapter
Release 2.0.0-beta2
- use Mount-API in version 1.2.0-beta2, adding
VOLUME_NAME
capability and removes all parameters ingetDefaultMountFlags()
method
Full Changelog: 2.0.0-beta1...2.0.0-beta2
Release 2.0.0-beta1
- updated to mount API 1.2.0-beta1
- fixed bugs when mounting via WinFSP on Windows ARM
- added separate mounter for mounting via WinFSP as a network drive
Full Changelog: 2.0.0-alpha2...2.0.0-beta1
Release 2.0.0-alpha2
What's Changed
- #70 removed various dependencies, reducing the number of required modules significantly
- #71 refactored lock implementation (now using caffeine)
- applied some more modern coding techniques
Full Changelog: 2.0.0-alpha1...2.0.0-alpha2
Release 2.0.0-alpha1
- replace
fuse-jnr
withjfuse
- which requires JDK 19
- added
module-info.java
- replaced old mount API with new standardized mount SPI from integrations-api
Full Changelog: 1.3.4...2.0.0-alpha1
Release 1.3.4
Bugfixes:
- #65 : Fix truncation if new size is larger than the current file size
Release 1.3.3
Bugfixes:
- #62 : Update dependencies, fixing CVE-2014-4043
Release 1.3.2
Bugfixes:
- #52 : Enforce minimum supported osxFuse/macFuse version of 4.0.4 (inclusive)
Features:
- Configurable threshold for mount timeout: Via system property
org.cryptomator.frontend.fuse.mountTimeOut
the threshold can be set. See also README
Release 1.3.1
Release 1.3.0
Adds new filename charset transcoding capabilities, see #56
Release 1.2.9
Just a dependency update