Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@Aldaviva Aldaviva released this 22 May 01:06
· 1 commit to master since this release
0.3.0
79896c2

Features

  • #15: Added option to choose the USB security key option even if a paired phone or Windows Hello TPM passkey is available. By default, this program would only choose the USB security key if the sole other option was pairing a new phone, but you can make it also skip already-paired phones, PINs, and biometrics by starting it with --skip-all-non-security-key-options.

Fixes

  • #8: Error when dialog opens when the Alt+Tab window switcher is open
    • Skip interacting with Windows Security dialog box if the Alt+Tab window is open
    • Catch spurious COMException
    • Embedded debug symbols into executable so stack traces will have line numbers without having to download a separate PDB file and reproduce the issue
    • Added file logging option
      # log to %TEMP%\AuthenticatorChooser.log
      .\AuthenticatorChooser.exe --log
      
      # log to custom file path
      .\AuthenticatorChooser.exe --log="c:\users\ben\desktop\ac.log"
    • Thanks @EchterAgo for the report and investigation.
  • #11: Retry for a longer period for the Windows Security dialog choices to load
    • Thanks @pakud for the report and investigation.
  • #8, #18: Localize search strings using the user's locale and all installed system locales
    • Thanks @EchterAgo and @jannispl for the reports, investigations, and a suggested fix pull request.