Releases: Clipy/KeyHolder
Releases · Clipy/KeyHolder
v4.2.0
v4.1.0
Breaking Changes
- Update Magnet.framework v3.3.0. ( #57 )
- See v3.3.0 release page for more information.
Enhancements
- Improve default colors accessibility. ( #55 )
Bugfixes
- None.
Thanks @DivineDominion for contributing!
v4.0.0
Breaking Changes
- Added
Sauce.framework
to dependency. ( #38 ) - The display control of the clear button has been changed from
showsClearButton
toclearButtonMode
. ( #42 ) - The setter for the
isRecording
has been removed. ( #43 ) - Update
Magnet.framework
v3.2.0 ( #45 )- Magnet v3.x contains a some breaking changes. For more information, please see here.
- Removed
delegate.recordViewDidClearShortcut().
( #49 ) - The
KeyCombo
ofdelegate.recordView(:didChangeKeyCombo:)
is now optional. ( #49 )
Enhancements
- Added support for dark mode in 10. 14 Mojave. ( #26 )
- Updated swift5. ( #27 )
- Changed the clear button from an image to a native drawing. ( #40 )
- Supported Swift Package Manager. ( #41 )
Bugfixes
v3.0.1
v3.0.0
Breaking Changes
- Rename
RecordView.enabled
toisEnabled
. ( #10 ) - Rename
RecordView.recording
toisRecording
( #21 ) - Support swift4.2 and Xcode10 ( #23 )
Enhancements
- Use
NSColor.controlAccent
as the default tint color. ( #15 ) - Support change shortcut closure style. ( #18 )
- Support cancellation of editing with ESC key ( #22 )
Bugfixes
- None.