2020-01-29 11:19:49 +03:00
* Version 5.0.2 (released 2020-01-29)
2020-01-20 11:34:39 +03:00
** Allow spaces in secret key when adding accounts
** UI: Move favorite button to the credential card
** UI: Improved scrolling behaviour
2020-01-29 11:19:49 +03:00
** 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
2020-01-13 15:10:56 +03:00
2019-10-16 10:21:14 +03:00
* 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.
2019-09-23 11:02:40 +03:00
* Version 5.0.0 (released 2019-09-23)
2019-09-09 16:11:31 +03:00
** 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
2019-09-23 11:02:40 +03:00
** Add experimental support for external smart card readers, enabling the use of a YubiKey over NFC
** Add initial accessability support
2019-09-09 16:11:31 +03:00
2019-06-11 12:20:24 +03:00
* Version 4.3.6b (released 2019-06-11)
** Fixes problem where YubiKey was not being detected on macOS.
2019-05-29 09:42:23 +03:00
* Version 4.3.6 (released 2019-05-29)
** Windows: improve support for YubiKey NEO on Windows 10
2019-05-27 13:46:30 +03:00
2019-01-02 17:55:23 +03:00
* Version 4.3.5 (released 2019-01-02)
** Bugfix: Show correct message when YubiKey doesn't have the correct transport enabled.
** Improve error handling in Slot Mode.
2019-01-02 11:32:33 +03:00
** Linux: Add experimental support for .AppImage
2018-05-07 14:27:19 +03:00
* Version 4.3.4 (released 2018-05-07)
2018-04-27 11:26:05 +03:00
** Support YubiKey Preview
2018-05-07 13:33:45 +03:00
** Add credential: allow space in secret key.
2018-04-27 11:26:05 +03:00
** Bugfix: Don't show "No credentials found..." incorrectly.
2018-05-07 13:33:45 +03:00
** Bugfix: Forget the password when removing the device.
** Windows: 64-bit version added.
2018-04-27 11:26:05 +03:00
2018-02-15 10:38:29 +03:00
* Version 4.3.3 (released 2018-02-15)
2018-02-13 10:40:01 +03:00
** Focus is not locked on the search field.
2018-02-09 15:45:36 +03:00
** 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.
2018-02-15 18:38:29 +03:00
** 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.
2018-02-09 15:45:36 +03:00
** 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.
2017-12-20 15:36:44 +03:00
* Version 4.3.2+1 (released 2017-12-20)
** Re-release of 4.3.2 for Mac, because package signature was missing from 4.3.2 release
* Version 4.3.1+1 (released 2017-12-20)
** Re-release of 4.3.1 for Mac, because package signature was missing from 4.3.1 release
2017-12-19 19:14:15 +03:00
* Version 4.3.2 (released 2017-12-19)
2017-12-19 18:25:02 +03:00
** Bugfix: Fixed crash on attempt to generate code for touch credential in YubiKey Slots mode
** Bugfix: Fixed crash in QR scan
2017-12-19 19:14:15 +03:00
* Version 4.3.1 (released 2017-12-17)
2017-12-17 02:42:56 +03:00
** Bugfix: Removed references to QML Array prototype methods added in Qt 5.9 (unavailable in Ubuntu Zesty and earlier)
2017-12-19 19:14:15 +03:00
* Version 4.3.0 (released 2017-12-15)
2017-12-15 18:00:33 +03:00
** Now requires ykman version >= 0.5.0
2017-12-18 15:27:32 +03:00
** Feature: New icon
2017-12-13 20:31:04 +03:00
** Feature: Remembered passwords are now shared with ykman.
** Feature: Added option to hide window on launch
*** Thanks to Steven Stallion for contributing!
** Feature: "About" dialog now shows OATH applet version instead of overall firmware version
** Feature: Touch credentials generate a code for the next period if current period ends in less than 10s
** Feature: Arrow keys now navigate the list while search field has focus
*** Thanks to Arthur Burkart for contributing!
** Feature: Focus now starts on the search field, and ESC no longer removes focus from search field
** Feature: Added `--log-level` CLI option with same function as `--log-level` option to `ykman` version 0.5.0; see `ykman --help` for usage
** Bugfix: Reduced idle CPU usage
** Bugfix: Improved error handling to prevent hanging UI
** Bugfix: Fixed tray icon remaining after exit on Windows
** Bugfix: Fixed sorting when some credentials have nonstandard periods
** Bugfix: Selection now stable across refreshes and searches
** Bugfix: Arrow keys now scroll the view only if the selection changes
2017-11-07 12:34:42 +03:00
2017-11-17 21:12:12 +03:00
* Version 4.2.0+deps.2 (de-published)
2017-11-17 16:23:10 +03:00
** Identical to release 4.2.0+deps except it unpacks to a directory with the same name as the archive
2017-11-17 21:12:12 +03:00
* Version 4.2.0+deps (de-published)
2017-11-17 16:19:37 +03:00
** Identical to release 4.2.0b, but renamed to a valid Semantic Versioning version number
2017-11-17 21:12:12 +03:00
* Version 4.2.0b (de-published)
2017-11-16 19:34:55 +03:00
** Source re-release with dependencies bundled in the archive
2017-11-17 16:34:44 +03:00
* Version 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
2017-09-14 16:11:27 +03:00
* Version 4.2.0 (released 2017-09-14)
2017-09-13 13:30:12 +03:00
** Added support for 7 digit credentials.
** Added support for credentials with a non 30-second period.
2017-09-14 15:25:49 +03:00
** Moved "Scan QR code" functionality, now available directly from main view.
** Flip moving direction of the time left indicator.
2017-09-13 13:30:12 +03:00
** Win 7: Fixed issue with OpenGL rendering.
2017-09-14 15:25:49 +03:00
** macOS: Allow OpenGL to use integrated GPU.
** Bugfix: Issuer was not displayed correctly on Ubuntu.
2017-09-13 13:30:12 +03:00
2017-08-17 11:23:37 +03:00
* Version 4.1.4 (released 2017-08-17)
2017-08-14 15:19:40 +03:00
** 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.
2017-08-17 11:23:37 +03:00
** 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.
2017-08-14 15:19:40 +03:00
2017-08-03 13:38:01 +03:00
* Version 4.1.3 (released 2017-08-03)
2017-08-03 11:46:43 +03:00
** 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.
2017-08-03 13:38:01 +03:00
** Added an error message for adding a too large key when in Slot mode.
2017-07-31 16:01:08 +03:00
** 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.
2017-08-03 11:46:43 +03:00
** macOS: Remove sandbox entitlements to work better when running on a system with gpg-agent.
2017-07-31 16:01:08 +03:00
2017-05-12 11:27:59 +03:00
* 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.
2017-05-09 09:50:59 +03:00
* 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.
2017-05-02 17:06:23 +03:00
2017-04-10 13:33:30 +03:00
* 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.
2017-03-27 16:06:12 +03:00
* Version 4.0.1 (released 2017-03-27)
2017-03-27 14:48:45 +03:00
** Bugfix: Follow color schemes better.
2017-03-27 16:06:12 +03:00
** Removed some spacing thath caused the layout to be slightly off.
2018-11-08 01:22:18 +03:00
** Improved focus switching between search bar and credentials.
2017-03-27 16:06:12 +03:00
** Added keyboard shortcut (Ctrl/Cmd + F) for focus on the search bar.
2017-03-27 14:48:45 +03:00
** Select the top credential during search.
** Remember window location and dimensions between launches.
** Add 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.
2017-03-20 12:00:07 +03:00
* Version 4.0.0 (released 2017-03-20)
2017-03-20 11:20:16 +03:00
** 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.
2018-11-08 01:23:54 +03:00
** CLI version has been removed from this project, the functionality is now found in the YubiKey Manager (ykman) tool.
2017-03-20 11:20:16 +03:00
** 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.
2018-11-08 01:24:23 +03:00
** Added support for resetting all OATH credentials and password.
2017-03-20 11:20:16 +03:00
2016-12-19 10:28:05 +03:00
* Version 3.1.0b (released 2016-12-16)
** Fix crash on macOS related to how the application was built.
New installer for macOS based on previous release.
2016-11-22 15:13:21 +03:00
* Version 3.1.0 (released 2016-11-22)
2016-11-22 12:28:35 +03:00
** 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.
2016-06-13 14:17:26 +03:00
* Version 3.0.1 (released 2016-06-13)
** Bugfix release:
- Don't import OSX libs outside of OSX.
- Packaging related fixes.
2016-06-09 14:03:22 +03:00
* Version 3.0.0 (released 2016-06-09)
2016-06-09 12:47:48 +03:00
** Added compatibility with Python 3 (Python 2 is still supported).
2016-06-03 22:06:54 +03:00
** 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.
2016-06-09 12:47:48 +03:00
** 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).
2016-06-03 14:58:50 +03:00
2015-11-20 12:28:48 +03:00
* Version 2.3.0 (released 2015-11-20)
2015-10-12 11:19:55 +03:00
** Re-schedule timer each time period based on system time to prevent Qt timer
drift.
2015-11-16 15:12:17 +03:00
** Clear password memory cache on minimize to prevent accidentally leaving the
YubiKey unlocked unattended.
2015-11-19 17:28:14 +03:00
** Support for credentials which require touch (YubiKey 4 only).
2015-10-05 17:18:07 +03:00
2015-08-20 11:38:35 +03:00
* Version 2.2.1 (released 2015-08-20)
** Bugfix release: Fix adding credentials via the UI.
2015-08-18 15:44:09 +03:00
* Version 2.2.0 (released 2015-08-18)
2015-07-02 18:25:26 +03:00
** Allow spaces in OATH keys.
2015-08-06 12:47:20 +03:00
** Don't crash if smartcard subsystem isn't available.
2015-08-06 15:43:43 +03:00
** Disable systray icon by default.
2015-08-06 16:11:36 +03:00
** Added a flag to start the application minimized to the systray.
2015-08-14 17:20:54 +03:00
** Added the ability to scan QR codes from the screen.
2015-07-02 18:25:26 +03:00
2015-07-02 15:44:35 +03:00
* Version 2.1.1 (released 2015-07-02)
2015-06-30 16:16:46 +03:00
** Added man pages.
2017-03-20 11:20:16 +03:00
** Fixed bug with non-CCID YubiKeys not displaying slot-based credentials.
2015-07-02 15:44:35 +03:00
** Windows installer/uninstaller checks for running instance, and closes it.
2015-06-30 16:16:46 +03:00
2015-06-26 13:53:43 +03:00
* Version 2.1.0 (released 2015-06-26)
2015-06-26 13:31:05 +03:00
** 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).
2015-06-22 18:17:10 +03:00
** Better handling of composite modes.
2015-06-26 13:31:05 +03:00
** Support non-ascii characters in card reader names.
2015-06-18 12:49:17 +03:00
2015-06-16 18:02:00 +03:00
* Version 2.0.2 (released 2015-06-16)
** Minor packaging related fixes.
2015-06-16 13:54:03 +03:00
* Version 2.0.1 (released 2015-06-16)
** Minor fixes to platform specific quirks.
2015-06-15 17:06:07 +03:00
* Version 2.0.0 (released 2015-06-15)
2016-06-13 14:17:26 +03:00
** Complete rewrite:
2015-06-10 17:36:38 +03:00
- Supports all OATH-enabled YubiKeys, including YubiKey Standard.
- New overhauled UI.