🌟 Highlights:
- New loading screen: Added a splash screen with spinner during application initialization to eliminate the initial "blank screen" and provide immediate feedback that the app is loading.
- Script improvements: Added new privacy options and fixed several scripts for Windows and macOS
- Gamer-friendly: Windows "Strict" preset is now more gamer-friendly with Xbox scripts no longer recommended and moved to their own dedicated category.
- Bug fixes: Minor bug fixes for scrollbar issues in UI, desktop application and in compiler.
- Performance: Minified HTML/CSS/JS resources reducing file size by ~33% for faster initial loading.
Note
🔄 Feedback Requested: Our new sister site, which presents privacy.sexy scripts with a more traditional website experience, is now available in public preview. Looking forward to your feedback before integrating it into privacy.sexy.
Visit: PrivacyLearn.com
Feedback: See related discussion
Consider donating ❤️.
Changes
UI
- Fix scrollbar appearing on tree nodes with code | e6c52db2
- Fix double scrollbars in code area | fd2ac006
- Add splash screen to improve load experience | 9edc7d1b
- Minify index.html and its internal JS/CSS | 6bb4d7d4
Desktop
- Fix multiple update check on macOS desktop version | 3ab34e9a
- Fix index.html not loading on Windows desktop app | 07bf5dff
Scripts
- [Windows] Fix Defender remote configs PS value #477 (thanks @jarelllama) | 560af95e
- [Windows] Fix language sync registry value #476 (thanks @jarelllama) | 179fc77f
- [Windows] Add PowerShell verification in scripts #457 (thanks @P0W3) | 92ec1386
- [Windows] Improve update P2P #151 #173 #223 #462 #461 (thanks @ltguillaume, @vbondzio, @tetoNidan, @theRoboxx, @woshiahmedc, @daureg, @Mark-Joy, @SamHGA, @ProgrammerBruce, @GhostScript0r) | e5a604f0
- [Windows] Fix, improve sc restart with concurrency #500 (thanks @ElektroStudios) | baed163d
- [Windows] Categorize, improve Xbox #279 #315 #479 (thanks @ImBigM, @zdat)| 3d98c6de
- [Windows] Fix PowerShell quoted command evaluation #496 (thanks @ElektroStudios) | 5f623ed5
- [macOS] Add disabling screenshot timestamps #228 | 2a9e27ac
- [macOS] Improve guest access management #414 (thanks @meirpro) | e11821fe
- [Linux, macOS, Windows] Fix typo/references, archive URLs | 7ceffaee
Compiler
- Fix and add validation for comment-only code | 2f2813eb
- Fix false compiler errors for conditional args | 7539bf26
Tests, automation, refactorings
- Refactor domain objects for factory pattern | 833ff770
- Refactor application layer, separate compile/load | 22116abf
- Fix markdown URL check false negatives in CI/CD | 799998d8
- Refactor tests with consistent array comparison | b6c30096
- Bump to TypeScript 5.6 /w strictPropertyInit | 64feb665
- Update CI/CD to use simpler deploy script | 44b6bb25