Releases: Yubico/yubioath-flutter
Releases · Yubico/yubioath-flutter
Yubico Authenticator for Desktop 5.0.2
- Version 5.0.2 (released 2020-01-29)
- 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
Downloads available here: https://developers.yubico.com/yubioath-desktop/Releases/
Yubico Authenticator for Desktop 5.0.1
Version 5.0.1 (released 2019-10-16)
- 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.
Downloads available here: https://developers.yubico.com/yubioath-desktop/Releases/
yubioath-desktop-4.3.4
- Version 4.3.4 (released 2018-05-07)
- Support YubiKey Preview
- Add credential: allow space in secret key.
- Bugfix: Don’t show "No credentials found…" incorrectly.
- Bugfix: Forget the password when removing the device.
- Windows: 64-bit version added.
yubioath-desktop-4.3.3
- Version 4.3.3 (released 2018-02-15)
- Focus is not locked on the search field.
- Pressing ESC now clears the search field and deselects all credentials.
- Copying the code with a keyboard shortcut now works even if the search field has focus.
- The top progress bar is now only displayed when needed.
- Scanning QR codes should now work better on some multiple monitor setups.
- Improve the handling of touch credentials when the YubiKey is never touched.
- The application should no longer refresh credentials to often on slower systems.
- Credentials with a custom time period should now autorefresh correctly.
- Logging: The command line option
--log-file
is now supported, which writes the log to a file. The--log-file
option is ignored unless preceded by the--log-level
option. - Bugfix: The arrow key navigation is no longer broken after deleting a credential.
- Windows: OpenGL rendering is now chosen dynamically. It’s possible to override it with the QT_OPENGL environment variable.
yubioath-desktop-4.3.2
yubioath-desktop-4.3.1
Version 4.3.1
Bug fixes:
- Removed references to QML Array prototype methods added in Qt 5.9 (unavailable in Ubuntu Zesty and earlier)
Version 4.3.1+1
- Re-release for Mac because 4.3.1 was missing package signature
yubioath-desktop-4.3.0
Version 4.3.0 (released 2017-12-15)
- Now requires ykman version >= 0.5.0
New features:
- New icon
- Remembered passwords are now shared with ykman.
- Added option to hide window on launch
- Thanks to Steven Stallion for contributing!
- "About" dialog now shows OATH applet version instead of overall firmware version
- Touch credentials generate a code for the next period if current period ends in less than 10s
- Arrow keys now navigate the list while search field has focus
- Thanks to Arthur Burkart for contributing!
- Focus now starts on the search field, and ESC no longer removes focus from search field
- New
--log-level
CLI option with same function as--log-level
option toykman
version 0.5.0; seeykman --help
for usage
Bug fixes:
- Reduced idle CPU usage
- Improved error handling to prevent hanging UI
- Fixed tray icon remaining after exit on Windows
- Fixed sorting when some credentials have nonstandard periods
- Selection now stable across refreshes and searches
- Arrow keys now scroll the view only if the selection changes
yubioath-desktop-4.2.0
-
Added support for 7 digit credentials.
- Added support for credentials with a non 30-second period.
- Moved "Scan QR code" functionality, now available directly from main view.
- Flip moving direction of the time left indicator.
- Win 7: Fixed issue with OpenGL rendering.
- macOS: Allow OpenGL to use integrated GPU.
- Bugfix: Issuer was not displayed correctly on Ubuntu.
-
Release 4.2.0+2 (released 2017-11-17)
- Identical to release 4.2.0 except it unpacks to a directory with the same name as the archive
- GitHub forces changing the version number to
4.2.0.2
in the file name, it should be4.2.0+2
-
Release 4.2.0b (de-published)
- Source re-release with dependencies bundled in the archive
-
Release 4.2.0+deps (de-published)
- Identical to release 4.2.0b, but renamed to a valid Semantic Versioning version number
- GitHub forces changing the version number to
4.2.0.deps.2
in the file name, it should be4.2.0+deps.2
-
Release 4.2.0+deps.2 (de-published)
- Identical to release 4.2.0+deps except it unpacks to a directory with the same name as the archive
- GitHub forces changing the version number to
4.2.0.deps.2
in the file name, it should be4.2.0+deps.2
yubioath-desktop-4.1.4
- Version 4.1.4 (released 2017-08-17)
- Double-click on system tray icon now shows the credentials. Not supported on macOS.
- Windows: An issue with the video drivers on some machines have been resolved.
- The About dialog now closes when the ESC key is pressed.
- UI: The credential codes should now follow any font scaling done by the operating system.
- UI: Codes now have a space in them for better readability.
yubioath-desktop-4.1.3
- Version 4.1.3 (released 2017-08-03)
- Feature: Double-click to generate a code and copy it to the clipboard.
- Feature: When searching, press the ESC key to clear the search field and press Enter to generate and copy a code.
- Added an error message for adding a credential when there is no storage space left on the device.
- Added an error message for adding a too large key when in Slot mode.
- Clicking outside the search field now removes focus from it.
- Names on new credentials can’t be longer than 64 bytes.
- UI: Don’t show timer when there is no credentials.
- The default button in the password prompt is now OK.
- Bugfix: Fixed crash caused by some QR codes.
- Bugfix: The selected credential was not being updated correctly.
- macOS: Remove sandbox entitlements to work better when running on a system with gpg-agent.