Releases: falk-werner/webfuse
Releases · falk-werner/webfuse
webfuse 2.0.1
Changes;
- Add support of Ubuntu 20.04
webfuse 2.0.0
Webfuse 2.0.0 introduces a complete re-implementation of webfuse to provide the following features:
- allow read- and write-access to filesystem
- provide full access to all common fuse options
- provide basic examples within the main repository
Note that these changes are incompatible to previous versions ob webfuse.
Incompatible changes:
- webfuse base repository now provides execuables instead of libraries
(C programming libraries are not needed anymore) - webfuse executable is incompatible to previous webfuse daemon
(in order to behave like an ordinary fuse filesystem) - webfuse websocket protocol changes to
webfuse2
(use a binary protocol instead of a json-based one)