Skip to content

1.0.0

Compare
Choose a tag to compare
@sentialx sentialx released this 13 Jun 16:14
· 96 commits to master since this release

Changes

  • Rewrote macOS implementation to Objective-C++ instead of Swift to achieve maximum performance (speed up from 50ms per call to 1ms).
  • Added getInfo method to Window class.
  • Added getWindows method to windowManager.
  • Renamed Window instance property handle to id.
  • Removed process property from Window and added two properties:
    • processId
    • path
  • Window constructor can now accept either a number or a WindowInfo object.