Skip to content

Releases: sindresorhus/KeyboardShortcuts

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

v0.2.0

19 May 10:54
Compare
Choose a tag to compare
  • Add method to show a keyboard shortcut in NSMenuItem (#5) 9c0427a

v0.1.1...v0.2.0

v0.1.1

09 May 18:42
Compare
Choose a tag to compare
  • Cancel recording when the user clicks outside the input 8e7291f
  • Fix the Key type 4dac019

v0.1.0...v0.1.1

v0.1.0

07 May 16:16
Compare
Choose a tag to compare

🦄