From 766697d002ac0cb3dc7d8cca6487c79b26f71fee Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 25 Nov 2024 15:43:44 +0100 Subject: [PATCH 1/3] add latest known appdata --- resources/com.yubico.yubioath.appdata.xml | 91 +++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 resources/com.yubico.yubioath.appdata.xml diff --git a/resources/com.yubico.yubioath.appdata.xml b/resources/com.yubico.yubioath.appdata.xml new file mode 100644 index 000000000..4cb1ca40a --- /dev/null +++ b/resources/com.yubico.yubioath.appdata.xml @@ -0,0 +1,91 @@ + + + com.yubico.yubioath + com.yubico.yubioath.desktop + + MIT + BSD-2-Clause + + Yubico Authenticator + Graphical interface for displaying OATH codes with a YubiKey + https://www.yubico.com/products/services-software/download/yubico-authenticator/ + https://support.yubico.com/support/tickets/new + https://github.com/Yubico/yubioath-desktop/issues + + + Yubico + + +

Generating Open Authentication (OATH) time-based TOTP and event-based HOTP one-time password codes, with the help of a YubiKey that protects the shared secrets.

+

Features:

+
    +
  • Add a credential by scanning a QR code on the screen
  • +
  • Favorite your most used credentials for easy access
  • +
  • Keep your secret seeds safe by storing them on a YubiKey
  • +
  • Require a touch on YubiKey to generate the code
  • +
  • Protect your credentials with a device password
  • +
  • Connect an external smart card reader and use the YubiKey over NFC
  • +
+
+ + + ​ + https://raw.githubusercontent.com/Yubico/yubioath-desktop/master/screenshot.png + https://raw.githubusercontent.com/Yubico/yubioath-desktop/master/screenshot.png + Different modes and themes + + + + + + + + + + + + + + + + + + +
    +
  • Allow spaces in secret key when adding accounts
  • +
  • UI: Move favorite button to the credential card
  • +
  • UI: Improved scrolling behaviour
  • +
  • Windows: Improve how .dll files are loaded, thanks to Marius Gabriel Mihai for reporting this!
  • +
  • Windows: Initial support for .msi installers. If upgrading from the .exe installer, make sure to uninstall the older version before using the .msi
  • +
+
+
+ + +
    +
  • New colors for the account icons.
  • +
  • Use Roboto font on all platforms.
  • +
  • Increase some text sizes for better readability.
  • +
  • Change icon for the Settings button and move it to the left.
  • +
  • SysTray: Open application on double-click.
  • +
  • Terminology: Use "Accounts" instead of "Credentials".
  • +
  • Bugfix: Clear old accounts correctly when switching between devices.
  • +
  • Add keyboard shortcut (Ctrl/Cmd + i) for info popup.
  • +
+
+
+ + +
    +
  • New UI based on Material Design and Qt Quick Controls 2
  • +
  • Add Dark Mode and Light Mode
  • +
  • Feature: Allow switching between connected YubiKeys
  • +
  • Feature: Select favorite credentials, available from the System Tray/Menu Bar
  • +
  • Show some information about the connected YubiKey, such as firmware version and serial number
  • +
  • Add experimental support for external smart card readers, enabling the use of a YubiKey over NFC
  • +
  • Add initial accessability support
  • +
+
+
+
+
From ea19b104065837254635c7c91ac55f962715fea3 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 25 Nov 2024 16:57:40 +0100 Subject: [PATCH 2/3] review and update values --- resources/com.yubico.yubioath.appdata.xml | 85 ++--------------------- 1 file changed, 6 insertions(+), 79 deletions(-) diff --git a/resources/com.yubico.yubioath.appdata.xml b/resources/com.yubico.yubioath.appdata.xml index 4cb1ca40a..c106cabef 100644 --- a/resources/com.yubico.yubioath.appdata.xml +++ b/resources/com.yubico.yubioath.appdata.xml @@ -1,91 +1,18 @@ - com.yubico.yubioath - com.yubico.yubioath.desktop + com.yubico.authenticator + com.yubico.authenticator.desktop MIT - BSD-2-Clause + Apache-2.0 Yubico Authenticator - Graphical interface for displaying OATH codes with a YubiKey + Graphical interface for managing a YubiKey https://www.yubico.com/products/services-software/download/yubico-authenticator/ - https://support.yubico.com/support/tickets/new - https://github.com/Yubico/yubioath-desktop/issues + https://support.yubico.com/hc/en-us/requests/new + https://github.com/Yubico/yubioath-flutter/issues Yubico - -

Generating Open Authentication (OATH) time-based TOTP and event-based HOTP one-time password codes, with the help of a YubiKey that protects the shared secrets.

-

Features:

-
    -
  • Add a credential by scanning a QR code on the screen
  • -
  • Favorite your most used credentials for easy access
  • -
  • Keep your secret seeds safe by storing them on a YubiKey
  • -
  • Require a touch on YubiKey to generate the code
  • -
  • Protect your credentials with a device password
  • -
  • Connect an external smart card reader and use the YubiKey over NFC
  • -
-
- - - ​ - https://raw.githubusercontent.com/Yubico/yubioath-desktop/master/screenshot.png - https://raw.githubusercontent.com/Yubico/yubioath-desktop/master/screenshot.png - Different modes and themes - - - - - - - - - - - - - - - - - - -
    -
  • Allow spaces in secret key when adding accounts
  • -
  • UI: Move favorite button to the credential card
  • -
  • UI: Improved scrolling behaviour
  • -
  • Windows: Improve how .dll files are loaded, thanks to Marius Gabriel Mihai for reporting this!
  • -
  • Windows: Initial support for .msi installers. If upgrading from the .exe installer, make sure to uninstall the older version before using the .msi
  • -
-
-
- - -
    -
  • New colors for the account icons.
  • -
  • Use Roboto font on all platforms.
  • -
  • Increase some text sizes for better readability.
  • -
  • Change icon for the Settings button and move it to the left.
  • -
  • SysTray: Open application on double-click.
  • -
  • Terminology: Use "Accounts" instead of "Credentials".
  • -
  • Bugfix: Clear old accounts correctly when switching between devices.
  • -
  • Add keyboard shortcut (Ctrl/Cmd + i) for info popup.
  • -
-
-
- - -
    -
  • New UI based on Material Design and Qt Quick Controls 2
  • -
  • Add Dark Mode and Light Mode
  • -
  • Feature: Allow switching between connected YubiKeys
  • -
  • Feature: Select favorite credentials, available from the System Tray/Menu Bar
  • -
  • Show some information about the connected YubiKey, such as firmware version and serial number
  • -
  • Add experimental support for external smart card readers, enabling the use of a YubiKey over NFC
  • -
  • Add initial accessability support
  • -
-
-
-
From f2aa78e13c2ae7dfdc6851cc68373656b8458e9d Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 25 Nov 2024 17:06:57 +0100 Subject: [PATCH 3/3] renamed --- ....yubioath.appdata.xml => com.yubico.authenticator.appdata.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resources/{com.yubico.yubioath.appdata.xml => com.yubico.authenticator.appdata.xml} (100%) diff --git a/resources/com.yubico.yubioath.appdata.xml b/resources/com.yubico.authenticator.appdata.xml similarity index 100% rename from resources/com.yubico.yubioath.appdata.xml rename to resources/com.yubico.authenticator.appdata.xml