Skip to content

Releases: Yubico/yubioath-flutter

yubioath-desktop-4.0.0

20 Mar 11:04

Choose a tag to compare

  • Version 4.0.0 (released 2017-03-20)
    • The UI has been completely rewritten, to allow us to use a more modern technology stack. All main functionality and concepts are kept the same.
    • CLI version has been removed from this project, the functionality is now found in the YubiKey Manager (ykman) tool.
    • Slot mode and CCID mode are now kept separated, choose which mode to use under "Settings".
    • Added keyboard shortcuts for copy code, generate code, delete credential, add credential and settings.
    • Added support for reseting all OATH credentials and password.

yubioath-desktop-3.1.0

22 Nov 15:28

Choose a tag to compare

  • Version 3.1.0 (released 2016-11-22)
    • Added a search bar for credentials.
    • Added support for adding SHA256 credentials in the GUI.
    • Smart card is now being disconnected when the application is hidden.
    • Bugfix: QR codes were sometimes not being parsed.

yubioath-desktop-3.0.1

13 Jun 11:21
yubioath-desktop-3.0.1

Choose a tag to compare

  • Bugfix release:
    • Don't import OSX libs outside of OSX.
    • Packaging related fixes.

yubioath-desktop-3.0.0

09 Jun 11:42

Choose a tag to compare

  • Added compatibility with Python 3 (Python 2 is still supported).
  • Added support for generating alphanumeric Steam authenticator codes for entries prefixed with "Steam:".
  • Added a confirmation dialog box when overwriting entries.
  • Added the capability to delete slot-based credentials.
  • UX enhancements: split up issuer and name; added larger OTP codes.
  • CLI was rewritten using the "click" library.
  • CLI gained a "gui" subcommand which launches the full GUI.
  • Binaries were renamed (yubioath -> yubioath-gui, yubioath-cli -> yubioath).

yubioath-desktop-2.3.0

20 Nov 10:01
yubioath-desktop-2.3.0

Choose a tag to compare

  • Re-schedule timer each time period based on system time to prevent Qt timer
    drift.
  • Clear password memory cache on minimize to prevent accidentally leaving the
    YubiKey unlocked unattended.
  • Support for credentials which require touch (YubiKey 4 only).

yubioath-desktop-2.2.1

20 Aug 10:57
yubioath-desktop-2.2.1

Choose a tag to compare

  • Bugfix release: Fix adding credentials via the UI.

yubioath-desktop-2.2.0

18 Aug 12:47
yubioath-desktop-2.2.0

Choose a tag to compare

  • Allow spaces in OATH keys.
  • Don't crash if smartcard subsystem isn't available.
  • Disable systray icon by default.
  • Added a flag to start the application minimized to the systray.
  • Added the ability to scan QR codes from the screen.

yubioath-desktop-2.1.1

02 Jul 12:48
yubioath-desktop-2.1.1

Choose a tag to compare

  • Added man pages.
  • Fixed bug with non-CCID YubiKeys not displaying slot-bsed credentials.
  • Windows installer/uninstaller checks for running instance, and closes it.

yubioath-desktop-2.1.0

29 Jun 11:48
yubioath-desktop-2.1.0

Choose a tag to compare

  • Added setting to kill scdaemon on show, to release the device (GUI only).
  • Added the ability to program standard YubiKeys with slot-based TOTP credentials.
  • Added functionality to the CLI for programming YubiKeys.
  • Added the reset command for wiping a device (CLI only).
  • Better handling of composite modes.
  • Support non-ascii characters in card reader names.

yubioath-desktop-2.0.1

29 Jun 11:57
yubioath-desktop-2.0.1

Choose a tag to compare

  • Minor packaging related fixes.