Skip to content

Releases: sindresorhus/KeyboardShortcuts

v1.0.0

23 Mar 06:32
Compare
Choose a tag to compare

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

v0.7.1...v1.0.0

v0.7.1

21 Feb 12:16
Compare
Choose a tag to compare
  • Fix RecorderCocoa when embedded in certain views (#43). 1d53dae

v0.7.0...v0.7.1

v0.7.0

31 Jan 10:07
Compare
Choose a tag to compare
  • Support for setting NSMenuItem shortcut with nameless shortcut (#38) 428ee65

v0.6.1...v0.7.0

v0.6.1

11 Jan 11:28
Compare
Choose a tag to compare

v0.6.0...v0.6.1

v0.6.0

09 Oct 15:21
Compare
Choose a tag to compare
  • Recorder should allow changing the name parameter a6c0930 (#26)

v0.5.0...v0.6.0

v0.5.0

28 Aug 19:04
Compare
Choose a tag to compare
  • Add .setShortcut(), .getShortcut(), and .reset() methods 43d7fe5
  • Pause keyboard shortcut events while a recorder input is active (#25) 729002c

v0.4.0...v0.5.0

v0.4.0

25 Jul 06:24
Compare
Choose a tag to compare

Breaking

Improvements

  • Fix building on Apple Silicon 3c5fcbf

v0.3.0...v0.4.0

v0.3.0

22 Jun 04:50
Compare
Choose a tag to compare
  • Add optional change callback to Recorder and RecorderCocoa (#12) 5cb615f
  • Add the ability to set default shortcut (#13) 8271537

v0.2.2...v0.3.0

v0.2.2

08 Jun 12:30
Compare
Choose a tag to compare
  • Unregister shortcut before setting a new one (#10) 56778e1

v0.2.1...v0.2.2

v0.2.1

05 Jun 15:26
Compare
Choose a tag to compare
  • Fix .setShortcut() crashing when called from a NSBackgroundActivityScheduler task eb68608
    This looks like a macOS/Xcode bug and it only happens when running from Xcode, not in archived builds, even debug builds.

v0.2.0...v0.2.1