Skip to content

Releases: zenangst/MachPort

3.1.1

Choose a tag to compare

@zenangst zenangst released this 04 Jan 19:25

Fixes bug when trying to override the result event

3.1.0

Choose a tag to compare

@zenangst zenangst released this 04 Jan 17:18

Optimizes the internals of the MachPortController
Adds closure-based callbacks instead of only publishing values, this improves the performance of the callback method.

3.0.3

Choose a tag to compare

@zenangst zenangst released this 02 Jan 15:58
  • Add support for configuring events of interest
  • Refactor how flags changed are handled

3.0.2

Choose a tag to compare

@zenangst zenangst released this 09 Nov 22:50

Fixed a tiny warning.

3.0.1

Choose a tag to compare

@zenangst zenangst released this 11 Apr 18:02

Improve reliability of mach ports controller when events are interupted

3.0.0

Choose a tag to compare

@zenangst zenangst released this 03 Apr 10:14

Add support for starting and stopping the MachPort

2.2.0

Choose a tag to compare

@zenangst zenangst released this 30 Mar 16:22

Add new published value on MachPortEventController called flagsChanged which publishes new values when ever the flags changes on the CGEvent in the callback

2.1.0

Choose a tag to compare

@zenangst zenangst released this 31 Jan 21:39

Add support for configuring CGEvent's before posting using a configuration closure.

2.0.0

Choose a tag to compare

@zenangst zenangst released this 18 Jan 16:57

Full Changelog: 1.1.2...2.0.0

1.1.2

Choose a tag to compare

@zenangst zenangst released this 12 Nov 10:45

Add Derived to .gitignore to improve Xcode setup when using tuist