From cb9093b375e589f2dea5472fcf760475a46259fb Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Mon, 18 Mar 2019 22:42:44 +0100 Subject: [PATCH] Update appdata.xml --- data/com.github.paolostivanin.OTPClient.appdata.xml | 9 +++++++++ src/otpclient.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/data/com.github.paolostivanin.OTPClient.appdata.xml b/data/com.github.paolostivanin.OTPClient.appdata.xml index 910ae64..6c94357 100644 --- a/data/com.github.paolostivanin.OTPClient.appdata.xml +++ b/data/com.github.paolostivanin.OTPClient.appdata.xml @@ -83,6 +83,15 @@ It's also possible to import encrypted backups from andOTP and Authenticator+. + + +

OTPClient 1.4.1 brings some fixes to the flatpak version.

+
    +
  • fix setting menu not being accessible
  • +
  • fix window size not being remembered
  • +
+
+

OTPClient 1.4.0 brings full support to andOTP.

diff --git a/src/otpclient.h b/src/otpclient.h index ff72995..d552580 100644 --- a/src/otpclient.h +++ b/src/otpclient.h @@ -5,7 +5,7 @@ G_BEGIN_DECLS #define APP_NAME "OTPClient" -#define APP_VERSION "1.4.0" +#define APP_VERSION "1.4.1" #define HOTP_RATE_LIMIT_IN_SEC 3