Releases: Clipy/Sauce
Releases · Clipy/Sauce
Release list
v2.5.2
v2.5.1
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
v2.4.1
v2.4.0
v2.3.0
v2.2.0
Breaking Changes
- Renamed
SauceEnabledKeyboardInputSoucesChangedtoSauceEnabledKeyboardInputSourcesChanged. ( #31 ) - Renamed
key(by:)withkey(for:)and similar. ( #36 )
Enhancements
Bugfixes
- Fixed some typo. ( #31 )
Thanks @DivineDominion for contributing!
v2.1.0
Breaking Changes
- The initializer of
Sauce.Keyis changed frominit?(character:)toinit?(character:, virtualKeyCode:). ( #22 )
Enhancements
- Added notification when the keyboard key codes is changed. ( #21 )
- Supported ISO keyboard only key codes. ( #22 )
Sauce.Keyconformed toCodable. ( #23 )