0.9.36 - 30 Jul 2015

Minimum OS X version: 10.8

Core

  • None

Extensions

  • Fixed: hs.window:snapshot() works more reliably for hidden/minimized windows
  • Changed: Various improvements to hs.doc and help()
  • Changed: hs.utf8 is mostly backed onto the UTF8 library in Lua 5.3
  • Added: hs.windowfilter (NOTE: This is considered experimental at this stage, please test it!)
  • Added: hs.appfinder.windowFromWindowTitlePattern()
  • Added: hs.grid.toggleShow()
  • Added: hs.battery.psuSerial()
  • Added: hs.pasteboard.contentTypes() and hs.pasteboard.pasteboardTypes()
  • Added: hs.host.operatingSystemVersion() and hs.host.operatingSystemVersionString()
  • Added: hs.utf8.registeredLabels()
  • Added: hs.menubar menus can now be presented as popup menus anywhere on the screen
  • Added: hs.eventtap.scrollWheel() and hs.eventtap.event.newScrollWheelEvent()
  • Added: hs.window.snapshotForID()

0.9.35 - 20 Jul 2015

Minimum OS X version: 10.8

This is a brown-bag release because of a regression in creating ASCII images that snuck into 0.9.34. Apologies!

Core

  • None

Extensions

  • Fixed: ASCII image creation regression in 0.9.34
  • Added: hs.grid.hide()