Skip to content

Commit

Permalink
Release 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Feb 18, 2022
1 parent 8136ab8 commit 2156982
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.5)
project(OTPClient VERSION "2.4.7" LANGUAGES "C")
project(OTPClient VERSION "2.4.8" LANGUAGES "C")

configure_file("src/common/version.h.in" "version.h")
include_directories(${PROJECT_BINARY_DIR})
Expand Down
9 changes: 9 additions & 0 deletions data/com.github.paolostivanin.OTPClient.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ It's also possible to import/export backups from/to andOTP and import backups fr
</content_rating>

<releases>
<release version="2.4.8" date="2022-02-18">
<description>
<p>OTPClient 2.4.8 brings a couple of fixes</p>
<ul>
<li>fix show next OTP option (issue#234)</li>
<li>correctly decode URIs from QR codes</li>
</ul>
</description>
</release>
<release version="2.4.7" date="2021-11-16">
<description>
<p>OTPClient 2.4.7 implements some small code optimization</p>
Expand Down

0 comments on commit 2156982

Please sign in to comment.