Releases: Yubico/yubioath-flutter
Releases · Yubico/yubioath-flutter
yubioath-desktop-4.1.2
- Version 4.1.2 (released 2017-05-12)
- Ubuntu: Fixed crash after entering password on Ubuntu 17.04
- Windows: Fixed issue with window spawning outside desktop.
yubioath-desktop 4.1.1
- Version 4.1.1 (released 2017-05-09)
- Windows: Fixed issue with missing OpenGL drivers, include ANGLE in windows build.
- macOS: Fixed issue with incorrect linking to OpenSSL, causing the application to freeze when reading credentials.
- Bugfix: Touch credentials were not being selected correctly.
- Bugfix: Steam credentials were incorrect when read from a YubiKey 4.
yubioath-desktop-4.1.0
- Version 4.1.0 (released 2017-04-10)
- Added a optional system tray shortcut.
- Sort credentials based on name.
- Improved scrolling, keep scroll position when credentials are reloaded.
- Bugfix: new passwords was always being cleared.
- Removed custom coloring of progress bar, use system theming.
yubioath-desktop-4.0.1
- Version 4.0.1 (released 2017-03-27)
- Bugfix: Follow color schemes better.
- Removed some spacing thath caused the layout to be slightly off.
- Improved focus switching betweeen search bar and credentials.
- Added keyboard shortcut (Ctrl/Cmd + F) for focus on the search bar.
- Select the top credential during search.
- Remember window location and dimensions between launches.
- Added a Edit menu in the menu bar for credentials.
- Improved error logging.
- macOS: Close app with Cmd + W.
- Windows installer: install Visual C++ redistributable packages if needed.
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.