Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@Aldaviva Aldaviva released this 19 Sep 09:25
· 5 commits to master since this release
0.2.0
b15d36f
  • #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