diff --git a/debian/yubioath-desktop.install b/debian/yubioath-desktop.install index f264e73f8..292d235fb 100644 --- a/debian/yubioath-desktop.install +++ b/debian/yubioath-desktop.install @@ -1,2 +1,2 @@ -resources/yubioath-desktop.desktop usr/share/applications +resources/com.yubico.yubioath.desktop usr/share/applications resources/icons/com.yubico.yubioath.svg usr/share/pixmaps diff --git a/docker/xenial-appimage/Dockerfile b/docker/xenial-appimage/Dockerfile index a8277ad3b..a446e39a4 100644 --- a/docker/xenial-appimage/Dockerfile +++ b/docker/xenial-appimage/Dockerfile @@ -45,7 +45,7 @@ RUN mkdir -p yubioath-desktop/appDir/usr \ && dpkg -x libykpers*.deb appDir/ \ && qmake \ && make \ - && cp resources/yubioath-desktop.desktop appDir/ \ + && cp resources/com.yubico.yubioath.desktop appDir/ \ && cp resources/icons/com.yubico.yubioath.svg appDir/ \ && cp ./yubioath-desktop appDir/usr/bin/ \ && wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" \ diff --git a/resources/com.yubico.yubioath.appdata.xml b/resources/com.yubico.yubioath.appdata.xml new file mode 100644 index 000000000..02b15d401 --- /dev/null +++ b/resources/com.yubico.yubioath.appdata.xml @@ -0,0 +1,76 @@ + + + com.yubico.yubioath + com.yubico.yubioath.desktop + + MIT + BSD-2-Clause + + Yubico Authenticator + Graphical interface for displaying OATH codes with a YubiKey + https://support.yubico.com/support/tickets/new + + + 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 + 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
  • +
+
+
+
+
\ No newline at end of file diff --git a/resources/yubioath-desktop.desktop b/resources/com.yubico.yubioath.desktop similarity index 100% rename from resources/yubioath-desktop.desktop rename to resources/com.yubico.yubioath.desktop