Skip to content

Releases: Aldaviva/AuthenticatorChooser

0.2.0

19 Sep 09:25
0.2.0
b15d36f
Compare
Choose a tag to compare
  • #5: Fixed a race condition that was causing this program to do nothing on some computers
    • Retry finding a deferred UI element for a longer duration
    • Changed the delay between retries from constant to power backoff in order to avoid spinning the CPU too much over the longer retry duration
    • Thanks to @Omzig and @waltersenekal for bringing this to my attention, experimenting with different solutions, and testing
  • #7: Each Windows user can only run one instance of this program at a time
  • You can register this program to automatically start when you log in to Windows, as an alternative to editing the registry yourself
    .\AuthenticatorChooser.exe --autostart-on-logon
  • Added usage statement dialog box if you run this program with --help or similar options

0.1.1

03 Aug 02:15
0.1.1
1e6c305
Compare
Choose a tag to compare
  • #4: Fixed crash when other non-FIDO Windows XAML prompt boxes were shown, such as UAC prompts when desktop dimming was disabled
    • Thanks to @Smeegs for raising this issue and @NeoTheFox for identifying the specific scenario
  • Minor localization performance improvement
  • Updated dependencies

0.1.0

20 Jun 23:46
7646972
Compare
Choose a tag to compare
  • #2: Fixed several issues preventing the program from working on Windows installations and user accounts not localized to English
    • Thanks to @doxycomp for raising and helping investigate this
  • Added ARM64 build in addition to the existing x64 build

0.0.0

14 Mar 01:57
0.0.0
311ba81
Compare
Choose a tag to compare

First release