Features
- #30: Optionally automatically submit the USB security key PIN dialog after a customizable number of characters have been typed, which is more convenient than having to press Enter at the end.
- Enable with the argument
--autosubmit-pin-length=5, where 5 is the length of your PIN. - Thanks @felipecrs for suggesting this.
- Enable with the argument
Fixes
- #36: Change the detection algorithm for the style of FIDO dialog box (23H2 or 25H2) to avoid comparing UI label strings which can collide across multiple dialog boxes in some languages, causing incorrect behavior. Instead, use an automation IDs that happens to have unique values per OS version.
- Thanks @AlanIWBFT for reporting this.