From 9d94a7c7b390d5924153308281676729ce482817 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Mon, 11 Mar 2024 11:28:02 +0100 Subject: [PATCH] Update appdata and security.md --- SECURITY.md | 3 ++- data/com.github.paolostivanin.OTPClient.appdata.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 15164b5..0eafdf8 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.5.x | :white_check_mark: | - | +| 3.6.x | :white_check_mark: | - | +| 3.5.x | :white_check_mark: | 31-Mar-2024 | | 3.4.1 | :white_check_mark: | 31-May-2024 | | 3.4.0 | :x: | 29-Feb-2024 | | 3.3.x | :x: | 29-Feb-2024 | diff --git a/data/com.github.paolostivanin.OTPClient.appdata.xml b/data/com.github.paolostivanin.OTPClient.appdata.xml index 6b0f566..daa3fe0 100644 --- a/data/com.github.paolostivanin.OTPClient.appdata.xml +++ b/data/com.github.paolostivanin.OTPClient.appdata.xml @@ -89,6 +89,17 @@ + + +

OTPClient 3.6.0 brings a new feature and internal improvements:

+
    +
  • NEW: add possibility to import plain/encrypted backups using the CLI
  • +
  • FIX: make GUI and CLI independent, so that CLI only can be built and installed without GTK.
  • +
  • FIX: check file size against memlock before importing a backup
  • +
  • FIX: code cleanup and internal refactoring
  • +
+
+

OTPClient 3.5.2 brings some small improvements: