Skip to content

Releases: Clipy/Sauce

v2.4.1

30 Mar 11:09
Compare
Choose a tag to compare

Enhancements

Bugfixes

  • None.

v2.4.0

09 Oct 01:30
Compare
Choose a tag to compare

Breaking Changes

  • Update minimum deployment target to macOS 10.13 ( #57 )

Enhancements

  • Support Xcode15 ( #57 )

v2.3.0

06 Feb 12:47
Compare
Choose a tag to compare

Breaking Changes

  • Fix a crash when unable to get the keyboard source ID ( #44 ) ( #40 ) ( @mcasper )

Enhancements

  • None.

v2.2.0

11 Apr 07:26
Compare
Choose a tag to compare

Breaking Changes

  • Renamed SauceEnabledKeyboardInputSoucesChanged to SauceEnabledKeyboardInputSourcesChanged. ( #31 )
  • Renamed key(by:) with key(for:) and similar. ( #36 )

Enhancements

  • Restore Key.return from \n and \r characters. ( #34 )
  • Added NSMenuItem.key extension. ( #35 )

Bugfixes

  • Fixed some typo. ( #31 )

Thanks @DivineDominion for contributing!

v2.1.0

23 May 09:25
Compare
Choose a tag to compare

Breaking Changes

  • The initializer of Sauce.Key is changed from init?(character:) to init?(character:, virtualKeyCode:). ( #22 )

Enhancements

  • Added notification when the keyboard key codes is changed. ( #21 )
  • Supported ISO keyboard only key codes. ( #22 )
  • Sauce.Key conformed to Codable. ( #23 )

Bugfixes

  • Fixed support for some keys on the JIS keyboard. ( #22 )
  • Fixed an issue where numeric key codes could not be parsed correctly. ( #22 )
  • Fixed an issue where keypadClear and keypadEnter characters could not be handled correctly. ( #22 )

v2.0.2

02 May 05:09
Compare
Choose a tag to compare

Enhancements

  • None.

Bugfixes

  • Support JIS keyboard only key codes. ( #19 )

v2.0.1

29 Apr 07:47
Compare
Choose a tag to compare

Enhancements

  • None.

Bugfixes

  • Change the use of modifiers in string conversion. ( #18 )

v2.0.0

29 Apr 03:35
804efcf
Compare
Choose a tag to compare

Breaking Changes

  • The modifiers argument has been renamed to carbonModifiers. ( #11 )
  • Removed ASCIICapableInputSources. ( #15 )
  • Drop support macOS 10.9 Mavericks.

Enhancements

  • Supported Swift Package Manager. ( #14 )
  • Added a method to convert keyCode to Key. ( #16 )

Bugfixes

  • Fixed an issue where modifiers were not being handled correctly. ( #11 )
  • Fixed known issues. ( #15 )
    • For more information, please see PR.

v1.1.0

06 May 21:48
Compare
Choose a tag to compare

Breaking Changes

  • None.

Enhancements

  • Update swift5 and Xcode10.2 ( #4 )

v1.0.1

06 May 19:46
Compare
Choose a tag to compare

Enhancements

  • Publicize Key.init?(character: String) & Key.init?(QWERTYKeyCode keyCode: Int). ( #3 )

Bugfixes

  • Fix source change notification may not work. ( #2 )