0.9.11 - 14 Nov 2014

Minimum OS X version: 10.8

Core

  • Bug fixes
  • Documentation improvements

Extensions

  • Changed: hs.window animation duration is now a variable in the extension. Set hs.window.animation_duration to 0 to disable all animations.
  • Changed: hs.hotkey.bind and hs.eventtap.event.newkeyboardevent() now accept unicode characters for ⌘, ⌥, ⌃ and ⇧
  • Changed: hs.eventtap.event.newmouseevent() no longer has a third parameter, as that data can always be derived from the first
  • Changed: hs.eventtap now has convenience wrappers for emitting mouse clicks and keystrokes
  • Changed: hs.location now supports callbacks on location changes
  • Changed: hs.location and hs.wifi should now work on pre-10.10 systems
  • Added: hs.layout
  • Added: hs.milight

0.9.10 - 06 Nov 2014

Minimum OS X version: 10.8

Core

  • None

Extensions

  • Changed: Added hs.application:findmenuitem() and hs.application:selectmenuitem()
  • Changed: Clean up hs.ipc.cli install API
  • Added: hs.sound
  • Added: hs.eventtap