Releases: Yubico/yubioath-flutter
Releases · Yubico/yubioath-flutter
yubioath-desktop-4.0.0
- 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
- 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
- Bugfix release:
- Don't import OSX libs outside of OSX.
- Packaging related fixes.
yubioath-desktop-3.0.0
- 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
- 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
- Bugfix release: Fix adding credentials via the UI.
yubioath-desktop-2.2.0
- 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
- 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
- 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
- Minor packaging related fixes.