Skip to content

Commit

Permalink
this commit marks the release point of version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Nov 19, 2024
1 parent 1a71c1c commit 802a00d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set_property( GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS ON )

project( sirikali )

set( PGR_VERSION "1.7.1" )
set( PGR_VERSION "1.7.2" )
set( COPYRIGHT_YEARS "2016-2024" )

file(WRITE ${PROJECT_BINARY_DIR}/VERSION_INFO "${PGR_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ version 1.4.2(December 18,2019)
-- Internally manage gocryptfs and securefs and make it possible to update them from within the app.
The ability is set to "off" by default and can be enabled in the settings menu.

version 1.7.2(November 18, 2024)
version 1.7.2(November 19, 2024)
[WINDOWS]
-- Fix API breakage in Cryfs version 1.0.0.
-- Do not check for minimum version of sshfs-win.
9 changes: 9 additions & 0 deletions src/flatpak/io.github.mhogomchungu.sirikali.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
</categories>

<releases>
<release version="1.7.2" type="stable" date="2024-11-19" >
<url type="details">https://github.com/mhogomchungu/sirikali/releases/download/$version/sirikali-$version.tar.xz/</url>
<description>
<p>Changelog</p>
<ul>
<li>Bundle Cryfs along side Securefs and Gocryptfs</li>
</ul>
</description>
</release>
<release version="1.7.1" type="stable" date="2024-11-11" >
<url type="details">https://github.com/mhogomchungu/sirikali/releases/download/$version/sirikali-$version.tar.xz/</url>
<description>
Expand Down

0 comments on commit 802a00d

Please sign in to comment.