Releases: Aldaviva/AuthenticatorChooser
Releases · Aldaviva/AuthenticatorChooser
0.2.0
- #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
- Thanks to @waltersenekal for sharing this suggestion
- 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
- #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