0.9.21 - 04 Feb 2015

Minimum OS X version: 10.8

Core

Extensions

  • Fixed: hs.mouse.setAbsolutePosition() is now defined correctly

0.9.20 - 02 Feb 2015

Minimum OS X version: 10.8

Core

Extensions

  • Changed: hs.mouse now understands multiple displays more usefully. Please update your usage of hs.mouse.set() / hs.mouse.get() to hs.mouse.getAbsolutePosition() and hs.mouse.setAbsolutePosition()
  • Added: hs.caffeinate.lockScreen(), hs.caffeinate.startScreensaver(), hs.caffeinate.rebootSystem() and hs.caffeinate.shutdownSystem()
  • Added: hs.mouse.getRelativePosition(), hs.mouse.setRelativePosition and hs.mouse.getCurrentScreen()
  • Added: hs.geometry.isPointInRect
  • Added: hs.alert.closeAll
  • Added: hs.application.focusedWindow() and hs.application:isFrontmost()