Skip to content

Commit 3c75eab

Browse files
Release version 1.11.0 (#531)
1 parent 49a5c69 commit 3c75eab

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Cloudfuse Changelog #
22

3+
## **1.11.0** ##
4+
5+
April 25th 2025
6+
This version is based on [blobfuse2 2.4.0](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.4.0) (upstream).
7+
8+
### Features ###
9+
10+
- [#494](https://github.com/Seagate/cloudfuse/pull/494) Adds initial support for block cache on Windows
11+
- [#507](https://github.com/Seagate/cloudfuse/pull/507) Change default display capacity and other defaults to more
12+
sensible values
13+
- [#478](https://github.com/Seagate/cloudfuse/pull/478) Improve checksum support when using s3storage
14+
15+
### Bug Fixes ###
16+
17+
- [#520](https://github.com/Seagate/cloudfuse/pull/520) Unmount on Windows is no longer case sensitive
18+
- [#513](https://github.com/Seagate/cloudfuse/pull/513) Change default log level of GUI
19+
320
## **1.10.0** ##
421

522
March 28th 2025

build/windows_installer_build.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; https://jrsoftware.org/ishelp/index.php
44

55
#define MyAppName "Cloudfuse"
6-
#define MyAppVersion "1.10.0"
6+
#define MyAppVersion "1.11.0"
77
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
88
#define MyAppURL "https://github.com/Seagate/cloudfuse"
99
#define MyAppExeName "cloudfuseGUI.exe"

build/windows_installer_build_no_gui.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; https://jrsoftware.org/ishelp/index.php
44

55
#define MyAppName "Cloudfuse"
6-
#define MyAppVersion "1.10.0"
6+
#define MyAppVersion "1.11.0"
77
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
88
#define MyAppURL "https://github.com/Seagate/cloudfuse"
99
#define MyAppExeCLIName "cloudfuse.exe"

common/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040

4141
// Standard config default values
4242
const (
43-
cloudfuseVersion_ = "1.10.0"
43+
cloudfuseVersion_ = "1.11.0"
4444

4545
DefaultMaxLogFileSize = 512
4646
DefaultLogFileCount = 10

0 commit comments

Comments
 (0)