Skip to content

Commit

Permalink
Roll to 2.3.0 and update changelog (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor authored Jul 3, 2024
1 parent b009d15 commit fb3627c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Cloudfuse Changelog #

## **1.3.0** ##

July 3rd 2024
This version is based on [blobfuse2 2.3.0](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.3.0) (upstream).

### Changes ###

- [#219](https://github.com/Seagate/cloudfuse/pull/219) Improve performance with Windows Explorer
- [#212](https://github.com/Seagate/cloudfuse/pull/212) Detect region from endpoint by default
- [#237](https://github.com/Seagate/cloudfuse/pull/237) Allow empty bucket-name and default to the first accessible s3 bucket
- [#238](https://github.com/Seagate/cloudfuse/pull/238) Use base64 encoding for config passphrase

## **1.2.0** ##

May 7th 2024
Expand Down
2 changes: 1 addition & 1 deletion build/windows_installer_build.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; https://jrsoftware.org/ishelp/index.php

#define MyAppName "Cloudfuse"
#define MyAppVersion "1.2.0"
#define MyAppVersion "1.3.0"
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
#define MyAppURL "https://github.com/Seagate/cloudfuse"
#define MyAppExeName "cloudfuseGUI.exe"
Expand Down
2 changes: 1 addition & 1 deletion common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (

// Standard config default values
const (
cloudfuseVersion_ = "1.2.0"
cloudfuseVersion_ = "1.3.0"

DefaultMaxLogFileSize = 512
DefaultLogFileCount = 10
Expand Down

0 comments on commit fb3627c

Please sign in to comment.