This patch includes:
- 🤖 New windows scripts: Improves registry configurations, enhances reversibility, and addresses new security and privacy concerns, such as disabling Recall (for Copilot+ PCs) and preventing app tracking of eye, hand, body movements, and human presence (for Windows 11).
- 🍎 Native Apple silicon support: Provides native support for Apple Silicon through macOS universal builds on desktop versions.
- Other minor bug fixes and improvements.
Consider donating ❤️.
Changes
Windows scripts
- Improve app access disabling and docs #138 (thanks @karam72) | ff3d5c4
- Improve printing removal /w Print Queue #279 | 150e067
- Discourage blocking app access #121 #339 #350 (thanks @femdiya, @plantindesk, @sla-te) | 7794846
- Document disabling firewall #115 #152 #364 (thanks @CaptainFrosty, @nulledone, @Snowball-V) | 12b1f18
- Document and discourage RSA key script #363 (thanks @0xReverse) | f347fde
- ⭐ Add script to disable Recall feature | ce4cfdd
- Standardize registry edit + delete on revert | cec0b4b
Compiler
- Add specific empty function name compiler error | 870120b
- Improve context for errors thrown by compiler | 4212c7b
Other fixes/improvements
- ⭐ Add support for macOS universal binary #348, #362 (thanks @AlexanderDankin, @mORogyrUly) | d25c4e8
- Fix e2e test failing on Windows | 4a7efa2
- Migrate to GitHub issue forms | 9ab3ff7
- Bump Vue to latest and fix universal selector CSS | aae5434
- Centralize and optimize
ResizeObserver
usage | 2923621 - win, mac, linux: fix typos and dead URLs #367 (thanks @RainRat) | 9e34e64
- ci/cd: fix quality checks not running on all OSes | 2390530
- ci/cd: fix recent Docker build failures on macOS | a1922c5