Skip to content

Releases: sindresorhus/KeyboardShortcuts

v1.6.0

03 May 09:01
8a2cc91
Compare
Choose a tag to compare

v1.5.0...v1.6.0

v1.5.0

30 Mar 06:06
Compare
Choose a tag to compare
  • Add support for specifying a label in KeyboardShortcuts.Recorder 7e251f3
    • This means you no longer need to wrap it in a HStack yourself.
  • Add modern AsyncStream-based key listener method 0dcedd5
    • The benefit of this one over onKeyUp() is that you can control its lifecycle. When you cancel the stream, the listening ends.
  • Add Czech localization 954285d

v1.4.0...v1.5.0

v1.4.0

23 Jan 05:44
Compare
Choose a tag to compare
  • Add Hungarian localization
  • Add Spanish localization

v1.3.0...v1.4.0

v1.3.0

03 Oct 16:35
Compare
Choose a tag to compare
  • Add Chinese (Traditional, Taiwan) localization 32aef04

v1.2.1...v1.3.0

v1.2.1

11 Sep 11:24
Compare
Choose a tag to compare
  • Don't allow “shift” key without other modifiers or function key 7030a2e

v1.2.0...v1.2.1

v1.2.0

07 Jun 10:14
Compare
Choose a tag to compare

v1.1.0...v1.2.0

v1.1.0

18 Apr 11:53
01f8903
Compare
Choose a tag to compare
  • Add Russian localization

v1.0.0...v1.1.0

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