0.9.97 - 30 Mar 2022

Minimum macOS version: 11.0

Core

  • None

Extensions

  • Fixed: hs.menubar no longer overlaps images and text, if both are set. Fixes #3171
  • Fixed: hs.spaces no longer errors if Docker.app is installed. Fixes #3170
  • Added: hs.menubar:imagePosition()

0.9.96 - 28 Mar 2022

Minimum macOS version: 10.15

Core

  • Lua search paths (package.path and package.cpath) have been updated to search in some additional locations

Extensions

  • Fixed: hs.http connection callbacks should no longer crash in some situations if Lua coroutines are being used.
  • Fixed: Prevented a possible race condition in hs.webview when fading and deleting an object
  • Added: hs.webview.toolbar:toolbarStyle()
  • Added: hs.screen:getInfo() (may be helpful for distinguishing between multiple identical monitors)
  • Added: Various functions in hs.spaces
  • Changed: Several macOS SDK deprecations have been adapted to, across multiple modules. Please report any regressions found.