| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2025-03-13 | 355 Bytes | |
| privacy.sexy-Setup-0.13.8.exe | 2025-03-13 | 93.6 MB | |
| privacy.sexy-Setup-0.13.8.exe.blockmap | 2025-03-13 | 99.5 kB | |
| latest-mac.yml | 2025-03-13 | 344 Bytes | |
| privacy.sexy-0.13.8.dmg | 2025-03-13 | 199.2 MB | |
| privacy.sexy-0.13.8.dmg.blockmap | 2025-03-13 | 208.9 kB | |
| latest-linux.yml | 2025-03-13 | 379 Bytes | |
| privacy.sexy-0.13.8.AppImage | 2025-03-13 | 127.3 MB | |
| 0.13.8 source code.tar.gz | 2025-03-13 | 3.1 MB | |
| 0.13.8 source code.zip | 2025-03-13 | 3.8 MB | |
| README.md | 2025-03-13 | 5.8 kB | |
| Totals: 11 Items | 427.3 MB | 3 | |
🌟 Highlights:
- New Loading Screen: Added a splash screen with spinner during application initialization to eliminate the confusing "blank screen" experience 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 Improvements: 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] | e5a604f0
- [Windows] Fix, improve sc restart with concurrency [#500] | baed163d
- [Windows] Categorize, improve Xbox [#279] [#315] [#479] | 3d98c6de
- [Windows] Fix PowerShell quoted command evaluation [#496] | 5f623ed5
- [macOS] Add disabling screenshot timestamps [#228] | 2a9e27ac
- [macOS] Improve guest access management [#414] | 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