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: