November 8th 2024 This version is based on blobfuse2 2.3.2 (upstream).
- #364 Fix daemon issue on builds with golang 1.23.2
November 6th 2024 This version is based on blobfuse2 2.3.2 (upstream).
- #358 Use Lyve Cloud bucket size by default for StatFs
- #358 Fix StatFs used capacity math bug in file cache
October 31st 2024 This version is based on blobfuse2 2.3.2 (upstream).
- #354 Fix cloudfuse naming in gui to be consistent
- #352 Properly pass settings and default use in get configs when config file does not exist
- #349 Bump pyside6 from 6.8.0 to 6.8.0.2 to fix GUI issues for Ubuntu 24.04
- #343 Change save button behavior in widgets
October 22nd 2024 This version is based on blobfuse2 2.3.2 (upstream).
- #312 Add option to set mount display capacity
- #342 Update default endpoint to LC2 (sv15.lyve) and improve error handling when connecting to Lyve Cloud
- #323 Don't evict open files
- #317 When renaming a directory, don't delete the local copy of its contents
August 28th 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #307 Allow all users to write to the mount by default (Windows only)
- #309 Uninstaller now removes WinFSP (Windows only)
August 7th 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #297 Add installation without GUI front-end
July 23th 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #294 Fix setting system path on Windows install
July 11th 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #263 When mounting to a Windows drive letter with network-share true, set volume name to container name
- #273 Default cloud component to s3storage when config has no components section
July 3rd 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #219 Improve performance with Windows Explorer
- #212 Detect region from endpoint by default
- #237 Allow empty bucket-name and default to the first accessible s3 bucket
- #238 Use base64 encoding for config passphrase
May 7th 2024 This version is based on blobfuse2 2.2.1 (upstream).
- #199 Make Cloudfuse CLI run on other flavors and version of Linux - tested on CentOS
April 10th 2024 This version is based on blobfuse2 2.2.1 (upstream).
- #159 Add instructions to install Cloudfuse as a service on Linux using systemd
- #167 GUI: Fix bug where GUI can not find Cloudfuse CLI
- #181 Fix: Renaming a directory leaves behind an empty source directory in file cache
March 14th 2024 This version is based on blobfuse2 2.2.1 (upstream).
- #116 By default encrypt and decrypt commands now output to the same directory as the supplied config file
- #122 Log file timestamps now include milliseconds
- #128 GUI: Add Cloudfuse version to about page
- cleanup CLI documentation
- update to latest Go dependencies
- update Python dependencies
- #149 GUL: Fix dependency-related crash on Linux
- #150 GUL: Fix about page appearance in dark mode
- #125 GUI: Scroll status textbox to latest output
- #148 GUI: Prevent user editing status textbox
February 13th 2024 This version is based on blobfuse2 2.2.0 (upstream).
- fix version output
February 12th 2024 This version is based on blobfuse2 2.2.0 (upstream).
- improved performance of directory listing
- merged upstream version 2.2.0
January 19th 2024 This version is based on blobfuse2 2.1.2 (upstream).
- #102 Fix S3 connection error caused by GUI defaulting profile to 'default'
- #103 Improve --dry-run to detect config errors on Windows properly
January 18th 2024 This version is based on blobfuse2 2.1.2 (upstream).
- service mount & unmount commands removed (just use mount & unmount)
- mount now runs as a service by default (foreground flag is respected) on Windows
mount list
andunmount all
added to Windows CLI- GUI now restores most recent mount directory on launch
- sample config files now install to %APPDATA%\Cloudfuse\ on Windows or /usr/share/doc/examples/ on Linux
- config defaults in GUI and samples set for persistent file_cache and improved performance
December 20th 2023 This version is based on blobfuse2 2.1.2 (upstream).
- Windows mount no longer requires admin rights
- Replaced service dedicated to restart mounts on boot up, with a new Windows startup tool that restarts mounts on login.
- Persistent mounts are now stored in AppData on Windows rather than the registry.
- Add --dry-run option
- Bump golang.org/x/crypto from 0.15.0 to 0.17.0
- #58 Fix Windows permissions
- #61 Keep window open on failed config write
- #62 Don't delete file cache on unmount when allow-non-empty-temp is set
- #70 Fix window position issue
November 30th 2023 This version is based on blobfuse2 2.1.2 (upstream).
- Changed sync-to-flush to true by default.
- #48 Prevent "Access Denied" when running as a Windows service
November 6th 2023 This version is based on blobfuse2 2.1.0 (upstream).
- Include an installer on Windows
- Linux installers now include the GUI and add it to the user applications.
- Unmount now accepts --lazy as an argument to unmount in background
- #29 Listing directories on S3 now correctly lists directories up until the maximum configured
- #28 User-Agent header is now sent on S3 requests
October 19th 2023 This release includes all features planned for the 1.0.0 release of cloudfuse, which will be released after additional bug fixes. This version is based on blobfuse2 2.1.0 (upstream).
- Runs on Windows using WinFSP, and runs as a Windows service to provide a persistent mount
- S3 cloud storage is now a supported cloud backend
- GUI for easy configuration on Linux and Windows