Releases: jordanbaird/SwiftKeys
Releases · jordanbaird/SwiftKeys
SwiftKeys 0.2.0
Changes:
Additions:
KeyCommand.isReservedBySystem(key:modifiers:)
is now public. You can use it to determine if a key-modifier combination is available for use as a key command before actually creating the command.
Breaking:
- typealias
KeyCommand.Observation.EventType
has been removed. UseKeyCommand.EventType
instead.
Full Changelog: 0.1.9...0.2.0
SwiftKeys 0.1.9
Full Changelog: 0.1.8...0.1.9
SwiftKeys 0.1.8
Full Changelog: 0.1.7...0.1.8
SwiftKeys 0.1.7
Full Changelog: 0.1.6...0.1.7
SwiftKeys 0.1.6
Full Changelog: 0.1.5...0.1.6
SwiftKeys 0.1.5
IMPORTANT: This release includes source breaking changes in the KeyCommand.Name.Prefix
API and will require migration.
Full Changelog: 0.1.4...0.1.5
SwiftKeys 0.1.4
Full Changelog: 0.1.3...0.1.4
SwiftKeys 0.1.3
Incremental updates
Full Changelog: 0.1.2...0.1.3
SwiftKeys 0.1.2
This is mostly a cleanup release.
Full Changelog: 0.1.1...0.1.2
SwiftKeys 0.1.1
Incremental updates