Skip to content

Releases: Clipy/Sauce

v2.5.2

Choose a tag to compare

@Econa77 Econa77 released this 20 Jul 07:11
1fce89c

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1

Choose a tag to compare

@Econa77 Econa77 released this 08 Jul 01:02
84d03fc

What's Changed

  • Bump faraday from 2.14.1 to 2.14.2 by @dependabot[bot] in #83
  • Add unified Sauce modifiers API by @Econa77 in #84
  • Drop Carthage support and adopt Swift Package Manager layout by @Econa77 in #85
  • Bump faraday from 2.14.2 to 2.14.3 by @dependabot[bot] in #86
  • Bump concurrent-ruby from 1.3.6 to 1.3.7 by @dependabot[bot] in #87
  • Support AppKit key equivalent characters by @Econa77 in #88

Full Changelog: v2.5.0...v2.5.1

v2.5.0

Choose a tag to compare

@Econa77 Econa77 released this 05 May 05:39
c9ebdcf

Breaking Changes

  • replace "Space" by "␣" when printing character for Space ( #72 )
  • Update minimum deployment target to macOS 11. ( #80 )
  • Drop CocoaPods support ( #82 )

Enhancements

  • Support special keyboards like Dvorak - QWERTY ⌘ keyboard ( #71 )

v2.4.1

Choose a tag to compare

@Econa77 Econa77 released this 30 Mar 11:09

Enhancements

Bugfixes

  • None.

v2.4.0

Choose a tag to compare

@Econa77 Econa77 released this 09 Oct 01:30

Breaking Changes

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

Enhancements

  • Support Xcode15 ( #57 )

v2.3.0

Choose a tag to compare

@Econa77 Econa77 released this 06 Feb 12:47

Breaking Changes

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

Enhancements

  • None.

v2.2.0

Choose a tag to compare

@Econa77 Econa77 released this 11 Apr 07:26

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

Choose a tag to compare

@Econa77 Econa77 released this 23 May 09:25

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

Choose a tag to compare

@Econa77 Econa77 released this 02 May 05:09

Enhancements

  • None.

Bugfixes

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

v2.0.1

Choose a tag to compare

@Econa77 Econa77 released this 29 Apr 07:47

Enhancements

  • None.

Bugfixes

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