Releases: sindresorhus/KeyboardShortcuts
Releases · sindresorhus/KeyboardShortcuts
v1.2.1
- Don't allow “shift” key without other modifiers or function key 7030a2e
v1.2.0
v1.1.0
- Add Russian localization
v1.0.0
Breaking
- Drop support for CocoaPods and Carthage.
It turned out to be too much of a hassle to support these while also supporting localization. If you use CocoaPods or Carthage, there's nothing stopping you from continuing using CocoaPods/Carthage for other packages while using Swift Package Manager for this package. See install instructions in the readme.
Improvements
- This package is now considered stable.
- Support for localization. 7535969
Currently, only English and Chinese, but pull request welcome for more.
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
Breaking
- Remove
Name
typealias inKeyboardShortcuts.Name
a345f5f
You can just useSelf
instead.
Improvements
- Fix building on Apple Silicon 3c5fcbf