Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Releases: asmagill/hs._asm.undocumented.spaces

Brings up to date with v0.9.52 LuaSkin

08 Apr 04:13
Compare
Choose a tag to compare

No code changes or updates, just compiled against more recent LuaSkin.

$ clang --version
Apple LLVM version 8.1.0 (clang-802.0.38)
Target: x86_64-apple-darwin16.5.0
Thread model: posix

Minor changes

07 Mar 16:31
Compare
Choose a tag to compare

A bug fix release to keep in sync with Master.

  • report screen UUID even for single monitor setups for consistency
  • verify hs.screen object in case monitor removed
  • remove luac check so external lua installation not required

Protect against window removal when moving to same space

12 Dec 17:47
Compare
Choose a tag to compare

If moving window to the space it is currently on, do nothing.

Compiled with

$ clang --version
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.2.0
Thread model: posix

add setScreenUUIDisAnimating, transform example

01 Dec 06:28
Compare
Choose a tag to compare

Added transform example to repository, link to Apple's CGAffineTransform documentation to RawAccess.md and added setScreenUUIDisAnimating to raw functions for module.

Compiled with the following:

$ clang --version
Apple LLVM version 7.0.0 (clang-700.0.72)
Target: x86_64-apple-darwin15.0.0
Thread model: posix

Initial Binary Release

20 Nov 23:21
Compare
Choose a tag to compare

Compiled with the following under OS X 10.11.1:

$ clang --version
Apple LLVM version 7.0.0 (clang-700.0.72)
Target: x86_64-apple-darwin15.0.0
Thread model: posix