Releases: falense/b2_fuse
Releases · falense/b2_fuse
Apple pie (v1.3)
Pear Pie (v1.2)
- Addition of a local storage backed driver, allowing Dropbox like functionality
- B2Bucket backend split into B2Bucket, B2BucketThreaded and B2BucketCached
- Fix for issue #3
Pear Pie (v1.2-beta)
Initial release 7.1.16
Added a threaded bucket backend. Significantly improves write performance with a large number of small files by using concurrent uploads.
Update 14.2.16:
It is now possible to use b2fuse with a local (persistent) copy. This allows for significantly faster read and write, at the cost of local disk space. This is similar to how Dropbox etc. works. This feature is experimental.
Orange cake (v1.1)
Orange cake (v1.0)
First stable release of b2_fuse. All major functions are implemented, bug fixes will be added as needed.