Skip to content

Releases: pallotron/yubiswitch

v0.16

02 Oct 21:49
e1bd01c
Compare
Choose a tag to compare

This release bumps the version of the included helper application, this is needed as we need to install the new version which is signed with the same certificate as the main application for communication.

What's Changed

Full Changelog: v0.15...v0.16

v0.15

29 Sep 21:53
43fc7f1
Compare
Choose a tag to compare

The app is now notarized by Apple meaning that you no longer need to accept the malware scary prompt.

What's Changed

Full Changelog: v0.14...v0.15

v0.14

28 Sep 22:58
80b92bc
Compare
Choose a tag to compare

This is a new release which mainly contains the last few years of changes as well as signing from a new release.

The binary is now a universal binary compatible with Apple Silicon (fixes #106)

What's Changed

New Contributors

Full Changelog: v0.13...v0.14

v0.12

30 Aug 17:55
Compare
Choose a tag to compare

Yubiswitch now locks your computer when you remove the device from the usb port

v.11

Now, when you lock your screen, or put your computer to sleep, your yubikey will be re-enabled.

This is handy if you use your Yubikey as part of multi-factor authentication for your Mac.

YubiKey is disabled automatically once you log back.

v.10

27 Aug 12:17
Compare
Choose a tag to compare

= V.10 =

  • all is codesign'ed (this means OSX should no longer complains about application being untrusted)
  • application no longer asks for password to install the helper, it will only do it if:
    • helper isn't running
    • helper is an old version and needs update

v0.9 (HID device management via helper daemon)

16 Aug 21:57
Compare
Choose a tag to compare

takes @postwait's HID management approach, moves it into a privileged daemon, communication between the main app and the daemon happens via XPC calls. this should basically introduce support for NEO-n, and also fixes the "always turned on green led" behaviour in the old release.

See README.md for details.

This release should be stable, but since I have no NEO-n to test with there might be some issue, please help me and report issues to me if you see any.

v0.8 (Yosemite support for Dark Mode and Retina display new icon)

20 Oct 09:31
Compare
Choose a tag to compare

This release incorporates changes described in #20)

v0.7 (disable notification feature)

29 Jul 08:32
Compare
Choose a tag to compare

This release includes a feature developed by @ryanbrainard (issue #12) which implements an option to disable/enable notifications (useful if you use yubiswitch in scripts and you find notification distracting).

Bugfix release (v0.6)

28 Mar 22:56
Compare
Choose a tag to compare

Fixed bug at #8