Skip to content

Releases: Clipy/Magnet

v2.3.0

21 Sep 16:05
Compare
Choose a tag to compare

Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Fix crash swift4.2 hashValue ( #24 )

v2.2.1

11 Sep 17:02
Compare
Choose a tag to compare

Enhancements

  • Conform KeyCombo to Codable ( #15 )

Bugfixes

  • None.

v2.2.0

08 Aug 06:54
Compare
Choose a tag to compare

Breaking Changes

  • target and action properties of HotKey initializer are now non-Optional. ( #20 )

Enhancements

  • Publicize KeyCodeTransformer.shared. ( #8 )
  • Support closure style callback handling ( #20 )
  • Auto unregister all hotkeys when application terminate ( #21 )

Bugfixes

  • Remove duplicate CGEventFlags.contains method. ( #13 )
  • Fix CGEvent memory leaks. ( #19 )

v2.1.0

25 Nov 18:42
f4d2e4a
Compare
Choose a tag to compare

Breaking Changes

  • None.

Enhancements

  • Support Swift4 and Xcode9.

Bugfixes

  • None.

v2.0.1

12 May 13:37
Compare
Choose a tag to compare

Enhancements

  • Add callback action queue setting.

Bugfixes

  • None.

v2.0.0

28 Sep 13:25
Compare
Choose a tag to compare

Breaking Changes

  • None.

Enhancements

  • Support Swift3 and Xcode8.

Bugfixes

  • None.

v1.0.1

28 Sep 10:20
Compare
Choose a tag to compare

Enhancements

  • Carthage supports.

Bugfixes

  • None.

v1.0.0

26 Jun 10:23
Compare
Choose a tag to compare

Breaking Changes

  • Remove key code enum.

Enahncements

  • Support multi language keyboards.
  • Add character property in KeyCombo.swift

Bugfixes

  • None.

v0.1.1

20 Jun 08:44
Compare
Choose a tag to compare

Enhancements

  • None.

Bugfixes

  • Fix thread handling.

v0.1.0

20 Jun 07:50
Compare
Choose a tag to compare

Enhancements

  • Support NSCoding and NSObject protocol.
  • Add key code enum.
  • Support sandbox application.
  • Remove key code transform method.

Bugfixes

  • None.