Skip to content

Commit

Permalink
Update CMakeLists.txt and appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Mar 8, 2024
1 parent 36625da commit 656ec79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(OTPClient VERSION "3.5.1" LANGUAGES "C")
project(OTPClient VERSION "3.5.2" LANGUAGES "C")
include(GNUInstallDirs)

configure_file("src/common/version.h.in" "version.h")
Expand Down
13 changes: 12 additions & 1 deletion data/com.github.paolostivanin.OTPClient.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,18 @@
</content_rating>

<releases>
<release version="3.5.0" date="2024-03-05">
<release version="3.5.2" date="2024-03-08">
<description>
<p>OTPClient 3.5.2 brings some small improvements:</p>
<ul>
<li>NEW: add possibility to export plain/encrypted Authenticator Pro/2FAS backups using the CLI</li>
<li>FIX: improve popover layout</li>
<li>FIX: exporting plaing Aegis via CLI</li>
<li>FIX: cleanup code</li>
</ul>
</description>
</release>
<release version="3.5.1" date="2024-03-05">
<description>
<p>OTPClient 3.5.1 brings a small improvement and some code clean-up:</p>
<ul>
Expand Down

0 comments on commit 656ec79

Please sign in to comment.