diff --git a/CMakeLists.txt b/CMakeLists.txt index e2f628e..2cf561f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/SECURITY.md b/SECURITY.md index 400206d..66395d3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 | diff --git a/data/com.github.paolostivanin.OTPClient.appdata.xml b/data/com.github.paolostivanin.OTPClient.appdata.xml index daa3fe0..a1a538b 100644 --- a/data/com.github.paolostivanin.OTPClient.appdata.xml +++ b/data/com.github.paolostivanin.OTPClient.appdata.xml @@ -89,6 +89,18 @@ + + +

OTPClient 3.7.0 brings the following changes:

+
    +
  • CHANGE: deleting a row, editing a row and showing the qr code is now done via right click on the target row (#359)
  • +
  • FIX: multiple fixes to QR handling (#364)
  • +
  • FIX: exporting to FreeOTP+ format (#367))
  • +
  • FIX: updated otpclient and otpclient-cli man pages (thanks @fvcr)
  • +
  • FIX: code more readable thanks to macros
  • +
+
+

OTPClient 3.6.0 brings a new feature and internal improvements: