Skip to content

Releases: Seagate/cloudfuse

v1.2.0

08 May 22:41
a2f37b3
Compare
Choose a tag to compare

This version is based on blobfuse2 2.2.1 (upstream).

Changes

  • #197 Disable symlinks by default
  • #188 Update file size when writing to a file

Bug Fixes

  • #199 Make Cloudfuse CLI run on other flavors and version of Linux - tested on CentOS

v1.1.3

11 Apr 17:10
5621e19
Compare
Choose a tag to compare

This version is based on blobfuse2 2.2.1 (upstream).

Changes

  • #159 Add instructions to install Cloudfuse as a service on Linux using systemd

Bug Fixes

  • #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

v1.1.2

14 Mar 20:58
5d82c08
Compare
Choose a tag to compare

This version is based on blobfuse2 2.2.1 (upstream).

Changes

  • #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

Bug Fixes

  • #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

v1.1.1

13 Feb 23:01
5a7c118
Compare
Choose a tag to compare

This version is based on blobfuse2 2.2.0 (upstream).
Bug Fixes

  • fix version output

v1.1.0

13 Feb 00:09
8e8fdff
Compare
Choose a tag to compare

This version is based on blobfuse2 2.2.0 (upstream).
Changes

  • improved performance of directory listing
  • merged upstream version 2.2.0

v1.0.1

20 Jan 00:01
Compare
Choose a tag to compare

This version is based on blobfuse2 2.1.2 (upstream).
Bug Fixes

  • #102 Fix S3 connection error caused by GUI defaulting profile to 'default'
  • #103 Improve --dry-run to detect config errors on Windows properly

v1.0.0

18 Jan 20:44
d7a9da0
Compare
Choose a tag to compare

This version is based on blobfuse2 2.1.2 (upstream).
Changes

  • 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 and unmount all added to Windows CLI
  • GUI now remembers the most recent mount directory
  • sample config files now install to %APPDATA%\Cloudfuse\ on Windows or /usr/share/doc/examples/ on Linux
  • config defaults in GUI and sample config files set up for persistent file cache and improved performance

Bug Fixes

  • #93 Respect no-symlinks Flag
  • #97 Validate config YAML to prevent GUI issues

v0.3.0

20 Dec 22:01
c555846
Compare
Choose a tag to compare

This version is based on blobfuse2 2.1.2 (upstream).
Changes

  • Windows mount no longer requires admin rights
  • Replaced service dedicated to restart mounts on bootup, 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

Bug Fixes

  • #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

0.2.1

30 Nov 18:06
75a68e7
Compare
Choose a tag to compare

This version is based on blobfuse2 2.1.2 (upstream).
Changes
-- Changed sync-to-flush to true by default.
Bug Fixes
-- #48 Prevent "Access Denied" when running as a Windows service

0.2.0

06 Nov 19:04
16f3804
Compare
Choose a tag to compare

Features

  • 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

Bug Fixes

  • #29 Listing directories on S3 now correctly lists directories up until the maximum configured
  • #28 User-Agent header is now sent on S3 requests