This repository was archived by the owner on Mar 12, 2022. It is now read-only.
Releases: asmagill/hs._asm.undocumented.spaces
Releases · asmagill/hs._asm.undocumented.spaces
Brings up to date with v0.9.52 LuaSkin
Minor changes
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
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
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
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