Skip to content

Commit

Permalink
this commit marks the release point of version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Jan 22, 2025
1 parent aec8ca7 commit 5fd35f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,12 @@ version 1.4.2(December 18,2019)
[LINUX]
-- Make it possible to install cryptomator from within the app.
-- Minimum supported version of cryptomator is 0.6.0 and works in flatpak version only.

version 1.8.1(January 22, 2025)
[WINDOWS]
-- Qt6 build now depends on version 6.8.1. This update prevents crashing when using cppcryptfs.
[LINUX]
-- Disable eCryptfs support because ecryptfs-simple project is dead.
[FLATPAK]
-- Update gocryptfs to version 2.5.0.
-- Update KDE runtime to version 6.8.
6 changes: 3 additions & 3 deletions src/flatpak/io.github.mhogomchungu.sirikali.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id" : "io.github.mhogomchungu.sirikali",
"runtime" : "org.kde.Platform",
"runtime-version" : "6.7",
"runtime-version" : "6.8",
"sdk" : "org.kde.Sdk",
"command" : "io.github.mhogomchungu.sirikali",
"finish-args" : [
Expand Down Expand Up @@ -232,8 +232,8 @@
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/rfjakob/gocryptfs/releases/download/v2.4.0/gocryptfs_v2.4.0_src-deps.tar.gz",
"sha256" : "45158daf20df7f94e0c9ec57ba07af21df2e25e15b8584bf3c7de96adbbc2efd"
"url" : "https://github.com/rfjakob/gocryptfs/releases/download/v2.5.0/gocryptfs_v2.5.0_src-deps.tar.gz",
"sha256" : "eed73d59a3f5019ec5ce6a2026cbff95789c2280308781bfa7da4aaf84126a67"
},
{
"type" : "patch",
Expand Down
2 changes: 1 addition & 1 deletion src/flatpak/patches/gocryptfs_version.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
- fmt.Printf("%s %s%s; go-fuse %s; %s %s/%s\n",
- tlog.ProgramName, GitVersion, tags, GitVersionFuse, built,
+ fmt.Printf("%s v2.4.0%s; go-fuse %s; %s %s/%s\n",
+ fmt.Printf("%s v2.5.0%s; go-fuse %s; %s %s/%s\n",
+ tlog.ProgramName, tags, GitVersionFuse, built,
runtime.GOOS, runtime.GOARCH)
}
Expand Down

0 comments on commit 5fd35f7

Please sign in to comment.