Skip to content

Commit

Permalink
Update cmakelists, security.md and appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Jun 28, 2024
1 parent ca0ced5 commit 9925ef5
Show file tree
Hide file tree
Showing 3 changed files with 15 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.6.0" LANGUAGES "C")
project(OTPClient VERSION "3.7.0" LANGUAGES "C")
include(GNUInstallDirs)

configure_file("src/common/version.h.in" "version.h")
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The following list describes whether a version is eligible or not for security u

| Version | Supported | EOL |
|---------|--------------------|-------------|
| 3.6.x | :white_check_mark: | - |
| 3.7.x | :white_check_mark: | - |
| 3.6.x | :white_check_mark: | 31-Aug-2024 |
| 3.5.x | :x: | 31-Mar-2024 |
| 3.4.1 | :x: | 31-May-2024 |
| 3.4.0 | :x: | 29-Feb-2024 |
Expand Down
12 changes: 12 additions & 0 deletions data/com.github.paolostivanin.OTPClient.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@
</content_rating>

<releases>
<release version="3.7.0" date="2024-06-28">
<description>
<p>OTPClient 3.7.0 brings the following changes:</p>
<ul>
<li>CHANGE: deleting a row, editing a row and showing the qr code is now done via right click on the target row (#359)</li>
<li>FIX: multiple fixes to QR handling (#364)</li>
<li>FIX: exporting to FreeOTP+ format (#367))</li>
<li>FIX: updated otpclient and otpclient-cli man pages (thanks @fvcr)</li>
<li>FIX: code more readable thanks to macros</li>
</ul>
</description>
</release>
<release version="3.6.0" date="2024-03-11">
<description>
<p>OTPClient 3.6.0 brings a new feature and internal improvements:</p>
Expand Down

0 comments on commit 9925ef5

Please sign in to comment.