Skip to content

Releases: Clipy/KeyHolder

v4.2.0

13 Oct 17:12
Compare
Choose a tag to compare

Breaking Changes

  • Update Magnet.framework v3.4.0 ( #71 )
  • Update minimum deployment target to macOS 10.13 ( #71 )

Enhancements

  • Support Xcode15 ( #71 )

v4.1.0

19 Jun 17:15
Compare
Choose a tag to compare

Breaking Changes

Enhancements

  • Improve default colors accessibility. ( #55 )

Bugfixes

  • None.

Thanks @DivineDominion for contributing!

v4.0.0

30 May 10:07
Compare
Choose a tag to compare

Breaking Changes

  • Added Sauce.framework to dependency. ( #38 )
  • The display control of the clear button has been changed from showsClearButton to clearButtonMode. ( #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 of delegate.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

  • Fixed a crash with hashValue. ( #24 )
  • Fixed the issue that beginRecording() does not get focus. ( #49 )

v3.0.1

28 Sep 07:35
Compare
Choose a tag to compare

Enhancements

  • None.

Bugfixes

  • Fix CocoaPods issue.

v3.0.0

28 Sep 07:24
Compare
Choose a tag to compare

Breaking Changes

  • Rename RecordView.enabled to isEnabled. ( #10 )
  • Rename RecordView.recording to isRecording ( #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.

v2.1.0

25 Nov 18:49
c372dfe
Compare
Choose a tag to compare

Breaking Changes

  • None.

Enhancements

  • Support Swift4 and Xcode9.

Bugfixes

  • None.

v2.0.1

11 May 10:17
Compare
Choose a tag to compare

Enhancements

  • None.

Bugfixes

  • Fix Xcode warnings.

v2.0.0

28 Sep 13:26
Compare
Choose a tag to compare

Breaking Changes

  • None.

Enhancements

  • Update Magnet.framework.
  • Support Swift3 and Xcode8.

Bugfixes

  • None.

v1.0.1

28 Sep 10:19
Compare
Choose a tag to compare

Enhancements

  • Support Carthage.

Bugfixes

  • None.

v1.0.0

26 Jun 10:32
Compare
Choose a tag to compare

Breaking Changes

  • Rename recordView(recordView:, canRecordShortcut:) to recordView(recordView:, canRecordKeyCombo:)

Enhancements

  • Update Magnet.framework.
  • Add did change key combo delegate.

Bugfixes

  • None.