File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Cloudfuse Changelog #
22
3+ ## ** 2.1.0** ##
4+
5+ February 3rd 2026
6+ This version is based on [ blobfuse2 2.5.0] ( https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.5.0 ) (upstream).
7+
8+ ### Features ###
9+
10+ - [ #825 ] ( https://github.com/Seagate/cloudfuse/pull/825 ) Generate shell completions on install
11+ - [ #818 ] ( https://github.com/Seagate/cloudfuse/pull/818 ) Improve CLI with better documentation and shortcuts
12+ - [ #819 ] ( https://github.com/Seagate/cloudfuse/pull/819 ) Use new S3 transfer manager for improved S3 uploads
13+
314## ** 2.0.3** ##
415
516January 23rd 2026
Original file line number Diff line number Diff line change 33; https://jrsoftware.org/ishelp/index.php
44
55#define MyAppName " Cloudfuse"
6- #define MyAppVersion " 2.0.3 "
6+ #define MyAppVersion " 2.1.0 "
77#define MyAppPublisher " SEAGATE TECHNOLOGY LLC"
88#define MyAppURL " https://github.com/Seagate/cloudfuse"
99#define MyAppExeCLIName " cloudfuse.exe"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import (
3939
4040// Standard config default values
4141const (
42- cloudfuseVersion_ = "2.0.3 "
42+ cloudfuseVersion_ = "2.1.0 "
4343
4444 DefaultMaxLogFileSize = 512
4545 DefaultLogFileCount = 10
You can’t perform that action at this time.
0 commit comments