This repository was archived by the owner on Aug 4, 2026. It is now read-only.
Installation
- Download ZoomacIt-v0.6.0.dmg below
- Open the
.dmgfile and drag ZoomacIt.app to the Applications folder - If you see the warning "Apple could not verify "ZoomacIt" is free of malware that may harm your Mac or compromise your privacy", run the following command in Terminal to remove the quarantine flag. Please review the source code in this repository and run at your own risk.
xattr -cr /Applications/ZoomacIt.app - Open ZoomacIt from Applications
- Grant Screen Recording permission when prompted
What's Changed
- Translates Design to English, adds Makefile and more tests, introduces .env file for secrets and adds notarization by @TechPreacher in #18
- Fix: unify design directory to lowercase (Design/ → design/) by @07JP27 in #24
- Add VitePress documentation site with bilingual support by @07JP27 in #26
- docs: Rewrite README to developer-focused with documentation site link by @07JP27 in #27
- Document maintenance workflow and contributors by @07JP27 in #31
- feat(Draw): Spotlight sub-tool — dim everything outside a selected rectangle by @tsubasaxZZZ in #29
New Contributors
- @TechPreacher made their first contribution in #18
- @tsubasaxZZZ made their first contribution in #29
Full Changelog: v0.5.0...v0.6.0