Skip to content

Releases: robb-j/MiniYubiOath

0.4.0

21 Feb 16:21
v0.4.0
9619062
Compare
Choose a tag to compare

Yoath communicates more intelligently than before. It uses more optimal smart-card commands to only fetch the data it needs. To fetch accounts it only lists the accounts and doesn't calculate codes which are unused. To fetch a code it only fetches the specific code it needs, rather than fetching all of them then picking the one it needs from those.

  • Fixed a bug where the wrong code was selected if there were multiple credentials with the same account (e.g. same email address)
  • Fixed a bug where only the first code was calculated when selecting from credentials with the same issuer

0.3.0

15 Feb 11:26
v0.3.0
5475db1
Compare
Choose a tag to compare

Yoath communicates with the YubiKey a lot less now. It will grab accounts on first load or when a new card is inserted, then it will only fetch codes on demand after that. There is also a new "refresh" button to reload the accounts if you have added them since plugging in the device.

  • Improve first-connection, adds a short delay after plugging in before fetching codes
  • Improved the menubar icon on non-retina screens.

0.2.0

26 Dec 20:14
v0.2.0
e61a1b0
Compare
Choose a tag to compare
  • Add "Get help" menu option to start a GitHub issue
  • Add "Open Yubico Authenticator" menu option (when it is installed) to open that app
  • Refresh state whenever Smart Cards are inserted or remove

0.1.0

20 Dec 23:38
v0.1.0
5c6307d
Compare
Choose a tag to compare

🎉 Everything is new!