Skip to content

v6.0.0 In case of emergency, grab Hammerspoon, smash window

Latest
Compare
Choose a tag to compare
@jasonrudolph jasonrudolph released this 10 Oct 13:49
1839edc

Hammerspoon 0.9.80 introduced a breaking API change related to window management (Hammerspoon/hammerspoon#2517, jasonrudolph/keyboard#72). Since Hammerspoon regularly prompts users to upgrade, anyone who upgraded to the newer version of Hammerspoon was then unable to use Window Layout Mode in jasonrudolph/keyboard v5.0.0 and earlier.

To be compatible with Hammerspoon 0.9.80 and up, this release updates to the new API, but this change is incompatible with older versions of Hammerspoon (0.9.79 and earlier).

To upgrade to this release, upgrade to Hammerspoon 0.9.81 and then update your local checkout of jasonrudolph/keyboard:

$ cd ~/keyboard

$ git fetch

$ git checkout v6.0.0

Shout-out to @landongrindheim for the fix! (#73) ⚡