Skip to content

v4.0.0

Compare
Choose a tag to compare
@Econa77 Econa77 released this 30 May 10:07
· 14 commits to master since this release

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 )