Skip to content

Releases: Yubico/yubikey-manager

yubikey-manager 4.0.9

17 Jun 07:14
4.0.9
21d3513
Compare
Choose a tag to compare

Version 4.0.9 (released 2022-06-17)

  • Dependency: Add support for python-fido2 1.x
  • Fix: Drop stated support for Click 6 as features from 7 are being used.

yubikey-manager 4.0.8

31 Jan 12:16
4.0.8
6a61db5
Compare
Choose a tag to compare
  • Bugfix: Fix error message for invalid modhex when programing a YubiOTP credential.
  • Bugfix: Fix issue with displaying a Steam credential when it is the only account.
  • Bugfix: Prevent installation of files in site-packages root.
  • Bugfix: Fix cleanup logic in PIV for protected management key.
  • Add support for token identifier when programming slot-based HOTP.
  • Add support for programming NDEF in text mode.
  • Dependency: Add support for Cryptography <= 38.

yubikey-manager 4.0.7

08 Sep 10:52
4.0.7
96d16e5
Compare
Choose a tag to compare
  • Bugfix release: Fix broken naming for "YubiKey 4", and a small OATH issue with touch Steam credentials.

yubikey-manager 4.0.6

08 Sep 07:31
4.0.6
ccc927f
Compare
Choose a tag to compare
  • Improve handling of YubiKey device reboots.
  • More consistently mask PIN/password input in prompts.
  • Support switching mode over CCID for YubiKey Edge.
  • Run pkill from PATH instead of fixed location.

yubikey-manager 4.0.5

16 Jul 12:56
4.0.5
95afc8c
Compare
Choose a tag to compare
  • Bugfix: Fix PIV feature detection for some YubiKey NEO versions.
  • Bugfix: Fix argument short form for --period when adding TOTP credentials.
  • Bugfix: More strict validation for some arguments, resulting in better error messages.
  • Bugfix: Correctly handle TOTP credentials using period != 30 AND touch_required.
  • Bugfix: Fix prompting for access code in the otp settings command (now uses "-A -").

yubikey-manager 4.0.3

17 May 06:46
4.0.3
7e4c752
Compare
Choose a tag to compare
  • Add support for fido reset over NFC.
  • Bugfix: The --touch argument to piv change-management-key was ignored.
  • Bugfix: Don't prompt for password when importing PIV key/cert if file is invalid.
  • Bugfix: Fix setting touch-eject/auto-eject for YubiKey 4 and NEO.
  • Bugfix: Detect PKCS#12 format when outer sequence uses indefinite length.
  • Dependency: Add support for Click 8.

yubikey-manager 4.0.2

12 Apr 08:21
4.0.2
e651750
Compare
Choose a tag to compare
  • Update device names.
  • Add read_info output to the --diagnose command, and show exception types.
  • Bugfix: Fix read_info for YubiKey Plus.

yubikey-manager 4.0.1

29 Mar 06:59
4.0.1
c488acc
Compare
Choose a tag to compare

Version 4.0.1 (released 2021-03-29)

  • Add support for YK5-based FIPS YubiKeys.
  • Bugfix: Fix OTP device enumeration on Win32.

yubikey-manager 4.0.0

02 Mar 10:26
4.0.0
4d9989b
Compare
Choose a tag to compare
  • Drop support for Python < 3.6.
  • Drop reliance on libusb and libykpersonalize.
  • Support the "fido" and "otp" subcommands over NFC (using the --reader flag)
  • New "ykman --diagnose" command to aid in troubleshooting.
  • New "ykman apdu" command for sending raw APDUs over the smart card interface.
  • Restructuring of subcommands, with aliases for old versions (to be removed in a future release).
  • Major changes to the underlying "library" code:
    • New "yubikit" package added for custom development and advanced scripting.
    • Type hints added for a large part of the "public" API.
  • OpenPGP: Add support for KDF enabled YubiKeys.
  • Static password: Add support for FR, IT, UK and BEPO keyboard layouts.

yubikey-manager 3.1.2

21 Jan 19:30
yubikey-manager-3.1.2
749e65d
Compare
Choose a tag to compare
  • Version 3.1.2 (released 2021-01-21)
    • Bugfix release: Fix dependency on python-fido2 version.