Yubiswitch Versions Save

OSX status bar application to enable/disable Yubikey Nano

v0.16

1 year ago

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: https://github.com/pallotron/yubiswitch/compare/v0.15...v0.16

v0.15

1 year ago

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

What's Changed

Full Changelog: https://github.com/pallotron/yubiswitch/compare/v0.14...v0.15

v0.14

1 year ago

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: https://github.com/pallotron/yubiswitch/compare/v0.13...v0.14

v0.12

8 years ago

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

v0.11_enable_yubikey_when_screen_locked

8 years ago

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.

v0.10_nopass_helper_code_sign

8 years ago

= 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_fix

8 years ago

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

9 years ago

This release incorporates changes described in https://github.com/pallotron/yubiswitch/pull/20)

v0.7

9 years ago

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).

v0.6

10 years ago