Skip to content

Releases: falk-werner/webfuse

webfuse 2.0.1

08 Jan 17:35
Compare
Choose a tag to compare

Changes;

  • Add support of Ubuntu 20.04

webfuse 2.0.0

11 Feb 08:39
Compare
Choose a tag to compare

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)