| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2024-08-13 | 355 Bytes | |
| privacy.sexy-Setup-0.13.6.exe | 2024-08-13 | 89.1 MB | |
| privacy.sexy-Setup-0.13.6.exe.blockmap | 2024-08-13 | 93.3 kB | |
| latest-mac.yml | 2024-08-13 | 344 Bytes | |
| privacy.sexy-0.13.6.dmg | 2024-08-13 | 194.5 MB | |
| privacy.sexy-0.13.6.dmg.blockmap | 2024-08-13 | 203.4 kB | |
| latest-linux.yml | 2024-08-13 | 379 Bytes | |
| privacy.sexy-0.13.6.AppImage | 2024-08-13 | 125.7 MB | |
| 0.13.6 source code.tar.gz | 2024-08-13 | 2.9 MB | |
| 0.13.6 source code.zip | 2024-08-13 | 3.5 MB | |
| README.md | 2024-08-13 | 6.0 kB | |
| Totals: 11 Items | 416.0 MB | 0 | |
This patch includes several important updates and improvements across various components. It focuses on enhancing Windows scripts, improving user and developer experience.
Highlights:
- UI: Fix minor bugs on uncommon screen sizes
- Windows:
- Unified logic for Windows Registry modifications, fixing bugs, improving maintainability and reliability for preventing future bugs.
- ⭐ Added missing revert logic to all scripts, ensuring reversibility for non-irreversible changes.
- Improved support for Windows version checks to apply correct changes on specific versions.
- Enhanced maintainability and reliability, preventing future bugs and fixing existing ones.
- Added extensive documentation to many actions.
- Notable script improvements: Disabling • CEIP (Customer Experience Improvement Program) • Connectivity Checks • SmartScreen.
- Compiler: Improve troubleshooting and improve PowerShell inlining allowing more complex scripting.
Consider donating ❤️.
Changes
User Interface
- Fix documentation button spacing on small screens | 70959cc
- Fix close button overlap by scrollbar | 19ea8db
Scripts
- [Windows] Improve service disabling as TrustedInstaller | 5d365f6
- [Windows] Refactor version-specific actions | 0239b52
- [Windows] Support Microsoft Store Firefox installations | 8d7a7eb
- [Windows] Improve disabling SmartScreen [#385] (thanks @femdiya, @Cassandre60) | 11e566d
- [Windows] Unify registry setting as TrustedInstaller | 8526d25
- [Windows] Improve, fix, restructure CEIP disabling | c2d3cdd
- [Windows] Centralize, improve Defender data collection | b185255
- [Windows] Fix and document VStudio license removal | 109fc01
- [Windows] Improve registry/recent cleaning | 48d97af
- [Windows] Fix, improve and unify Windows version logic | f89c232
- [Windows] Improve registry value deletion [#381] (thanks @guihkx) | 55c23e9
- [Windows] Improve folder hiding in "This PC" [#16] | e8add5e
- [Windows] Improve Microsoft Edge associations removal | c2f4b68
- [Windows] Unify registry data setting, fix [#380] (thanks @guihkx) | 4cea6b2
- [Windows] Improve disabling NCSI [#189], [#216], [#279] (thanks @mathmakgakpak, @mshpp) | c7e57b8
- [Windows, macOS] Fix minor typos, formatting, dead URLs | 29e1069
- [Windows] Fix, constrain and document WNS [#227] [#314] (thanks @SkullHex2, @philrdubois, @Julynx, @oculi38) | 50ba00b
Compiler
- Improve compiler error display for latest Chromium | b16e136
- Fix PowerShell code block inlining in compiler | d77c3cb
Chores, tests, refactorings
- Refactor text utilities and expand their usage | 851917e
- Bump dependencies to latest | dd7239b
- Refactor styles to match new CSS nesting behavior | abe03ce
- Fix intermittent
ModalDialogunit test failures | a650558 - Ensure tests do not log warning or errors | ae0165f
- Relax linting to allow null recommendation | 6fbc816
- Refactor executable IDs to use strings [#262] | ded55a6