Releases: pallotron/yubiswitch
v0.17
This build incorporates a number of quality of life fixes as well as building on the latest Xcode release for better compatibility.
What's Changed
- docs: fix final uninstall instructions by @tylercal in #122
- Invalidate lingering switch-off timer by @gaz0r in #126
- fix(icon): fixes issue #129, incorrect size of icons for Mac OS Sonoma by @ludokx in #130
- Bump ShortcutRecorder and remove PTHotKey usage in favor of newer ShortcutRecorder APIs by @FlaminSarge in #134
- Fix a known issue for automatic switch by @azanbinzahid in #125
- Update README.md to mention Input Monitoring permissions. by @passaro in #124
New Contributors
- @tylercal made their first contribution in #122
- @gaz0r made their first contribution in #126
- @ludokx made their first contribution in #130
- @FlaminSarge made their first contribution in #134
- @azanbinzahid made their first contribution in #125
- @passaro made their first contribution in #124
Full Changelog: v0.16...v0.17
v0.16
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
- Bump the helper version number to ensure it is updated by @davidrothera in #119
Full Changelog: v0.15...v0.16
v0.15
The app is now notarized by Apple meaning that you no longer need to accept the malware scary prompt.
What's Changed
- Enable hardened runtime (for notarizing) by @davidrothera in #117
Full Changelog: v0.14...v0.15
v0.14
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
- Single command to find the product and vendor ids by @ChrisCarini in #83
- Fix initial setup problem: Yubikey vs YubiKey by @crcastle in #84
- Rename Yubiswitch -> YubiSwitch by @178inaba in #85
- Update README.md by @AParise1217 in #87
- Added info on how to easily obtain product and vendor ID by @highvoltag3 in #91
- Readme dupe cleanup by @highvoltag3 in #95
- New menu icon & Support Dark mode menu bar icon by @highvoltag3 in #93
- Accessibility settings instructions for Catalina+ by @FabianFrank in #100
- Various fixes by @reaperhulk in #108
- Fix broken signing and building by @davidrothera in #113
- Version 0.14 by @davidrothera in #114
New Contributors
- @ChrisCarini made their first contribution in #83
- @crcastle made their first contribution in #84
- @178inaba made their first contribution in #85
- @AParise1217 made their first contribution in #87
- @highvoltag3 made their first contribution in #91
- @FabianFrank made their first contribution in #100
- @reaperhulk made their first contribution in #108
- @davidrothera made their first contribution in #113
Full Changelog: v0.13...v0.14
v0.12
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
= 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)
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)
This release incorporates changes described in #20)
v0.7 (disable notification feature)
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).