ITADN
undergroundwires/privacy.sexy

版本发布 8

0.13.8
? · 2025-03-13

* Bump to TypeScript 5.6 /w strictPropertyInit | [64feb665](https://github.com/undergroundwires/privacy.sexy/commit/64feb6657a652e2de70c107be89ae44fccc5f892) * win: add PowerShell verification in scripts #457 | [92ec1386](https://github.com/undergroundwires/privacy.sexy/commit/92ec1386afe2a135d3bd7db003812a6f3464de55) * win, compiler: fix and validate comment-only code | [2f2813eb](https://github.com/undergroundwires/privacy.sexy/commit/2f2813eb7db780c43e21a9eb93c2cced409e2b5a) * Fix scrollbar appearing on tree nodes with code | [e6c52db2](https://github.com/undergroundwires/privacy.sexy/commit/e6c52db29fc52779a9d1dff8201bf7077b4c4fe2) * win: fix Defender remote configs PS value #477 | [560af95e](https://github.com/undergroundwires/privacy.sexy/commit/560af95ecd28bde828dadd35a06f855c06839ea4) * win: fix language sync registry value #476 | [179fc77f](https://github.com/undergroundwires/privacy.sexy/commit/179fc77fa98ff57131350b786e04fcb50609c0c9) * Update CI/CD to use simpler deploy script | [44b6bb25](https://github.com/undergroundwires/privacy.sexy/commit/44b6bb257d631605317eefee82626cbfb6b2cbd7) * mac: improve guest access management #414 | [e11821fe](https://github.com/undergroundwires/privacy.sexy/commit/e11821fec9381bdfe205b8e45cf78192c973777e) * Fix markdown URL check false negatives in CI/CD | [799998d8](https://github.com/undergroundwires/privacy.sexy/commit/799998d8ad3ac8ce4965ad84e674322d49446023) * win: improve update P2P #151 #173 #223 #462 #461 | [e5a604f0](https://github.com/undergroundwires/privacy.sexy/commit/e5a604f0d80eee146bd721899635413a6bb8c065) * win: fix, improve sc restart with concurrency #500 | [baed163d](https://github.com/undergroundwires/privacy.sexy/commit/baed163d52c589b490bbc2a587b71de4dc15099b) * win: categorize, improve Xbox #279 #315 #479 | [3d98c6de](https://github.com/undergroundwires/privacy.sexy/commit/3d98c6deeefe0b4be4c46c4e1c25b10e0a19886a) * mac: add disabling screenshot timestamps #228 | [2a9e27ac](https://github.com/undergroundwires/privacy.sexy/commit/2a9e27ac302b89c4924553d243c7905d04d0ab64) * Refactor domain objects for factory pattern | [833ff770](https://github.com/undergroundwires/privacy.sexy/commit/833ff770e442d21d45da961f7e2ed24d1b812911) * Upgrade Vitest to 3.x and improve test tooling | [bfd1b720](https://github.com/undergroundwires/privacy.sexy/commit/bfd1b720aead6ad8fc50c50159a22ea8740cdb00) * Refactor tests with consistent array comparison | [b6c30096](https://github.com/undergroundwires/privacy.sexy/commit/b6c30096067f2d65c0d94c216af4a9b91920f282) * Bump dependencies to latest | [c36f2202](https://github.com/undergroundwires/privacy.sexy/commit/c36f220249217ae1b7a0139a712d637c8588e2f2) * Refactor application layer, separate compile/load | [22116abf](https://github.com/undergroundwires/privacy.sexy/commit/22116abffd77c5912070d17a7de1d25fca990c69) * Fix double scrollbars in code area | [fd2ac006](https://github.com/undergroundwires/privacy.sexy/commit/fd2ac006e40924aa313cad7e95801fa328c58a81) * Add splash screen to improve load experience | [9edc7d1b](https://github.com/undergroundwires/privacy.sexy/commit/9edc7d1b4d889e14834ec03b96173f7978f47ed6) * Fix multiple update check on macOS desktop version | [3ab34e9a](https://github.com/undergroundwires/privacy.sexy/commit/3ab34e9a8fa837a2994683a8656e5af94d1d21af) * Fix index.html not loading on Windows desktop app | [07bf5dff](https://github.com/undergroundwires/privacy.sexy/commit/07bf5dff82d4d097ab49ee293e4856f5e8cd72f7) * Minify index.html and its internal JS/CSS | [6bb4d7d4](https://github.com/undergroundwires/privacy.sexy/commit/6bb4d7d481dd496d87895cd6b6692d48f701b196) * Fix false compiler errors for conditional args | [7539bf26](https://github.com/undergroundwires/privacy.sexy/commit/7539bf2618332e4d5a1cad017def2bf96d82f4bd) * win: fix PowerShell quoted command evaluation #496 | [5f623ed5](https://github.com/undergroundwires/privacy.sexy/commit/5f623ed53ad3429993a2cb4684146f35caee348c) * win, linux, mac: fix typo/references, archive URLs | [7ceffaee](https://github.com/undergroundwires/privacy.sexy/commit/7ceffaeee77f398676497d2e04fdd77401861061) [compare](https://github.com/undergroundwires/privacy.sexy/compare/0.13.7...0.13.8)

0.13.7
? · 2025-01-12

This patch improves Windows scripts, compiler validation, and fixes several bugs. It also fixes some minor UI issues, and auto-update bug on macOS desktop version. Key Windows script improvements include enhanced better Defender management, new phishing protection options, and fixes for Edge/Chrome privacy settings. <details> <summary> 📝 Note for macOS desktop users </summary> privacy.sexy now clears update files, but before they were not cleared by the operating system. Some update files may have been accumulated on your system, taking storage space. Open terminal and run this command: `rm -v /var/folders/*/*/privacy.sexy/*-installer.dmg` to clear them. This bug is fixed and you'll only need to do this once if you used older versions of privacy.sexy desktop for macOS. </details> Consider [donating ❤️](https://github.com/sponsors/undergroundwires). --- ### Changes #### UI * Hide code highlight and cursor until interaction | [74378f7](https://github.com/undergroundwires/privacy.sexy/commit/74378f74bfcc0428597efeda4f113e462fe90090) * Fix HTML semantics in script run instructions | [5db8c6b](https://github.com/undergroundwires/privacy.sexy/commit/5db8c6b59144af91e72333be461039e066f9b2ae) #### Desktop * Fix file retention after updates on macOS #417 (thanks @jvk2) | [2f31bc7](https://github.com/undergroundwires/privacy.sexy/commit/2f31bc7b06d9d7a9962f207bb82c99209d3f79e8) * Fix browser instructions appearing on desktop | [9e8bad0](https://github.com/undergroundwires/privacy.sexy/commit/9e8bad00840d3c948fe531817c8f539b468f3431) #### Scripts * **[Windows]** Categorize disabling Defender components | [aee24cd](https://github.com/undergroundwires/privacy.sexy/commit/aee24cdaa1370040a62186a0cd3462331949a1de) * **[Windows]** Add disabling Defender core service #385 (thanks @Cassandre60, @femdiya) | [db090f3](https://github.com/undergroundwires/privacy.sexy/commit/db090f369632087285f53c253da24a9a235aa4c8) * **[Windows]** Enable PowerShell as TI runs #128 #412 #421 | [6b8f6aa](https://github.com/undergroundwires/privacy.sexy/commit/6b8f6aae81f02da04b6d739213d996f6d95e5bfe) * **[Windows]** Add missing system apps #279 #316 #343 | [98e8dc0](https://github.com/undergroundwires/privacy.sexy/commit/98e8dc0a6704b1fb49417d9f3e6bf3a1583eee86) * **[Windows]** Add CLSID/COM object removal #412 (thanks @Nub865) | [a05a600](https://github.com/undergroundwires/privacy.sexy/commit/a05a60007167f4638979b93f39b27288f781c5ef) * **[Windows]** Add disabling Phishing Protection #385 (thanks @Cassandre60, @femdiya) | [a536c69](https://github.com/undergroundwires/privacy.sexy/commit/a536c6970f3117a93c17652a8937a9a7290bacbf) * **[Windows]** Fix Defender service #128 #385 #393 #402 #426 (thanks @jeffogu, @Od1sseas, @Cassandre60, @femdiya) | [0900492](https://github.com/undergroundwires/privacy.sexy/commit/0900492ccba8788471886a5b473a7c744dbfb991) * **[Windows]** Fix and improve driver update control #444 (thanks @LuckyLuke-Oddshot) | [68d30a2](https://github.com/undergroundwires/privacy.sexy/commit/68d30a2e6b14c7784d4237f8feb4073f5be6b409) * **[Windows]** Fix incorrect registry paths #446 (thanks @megamurmulis) | [c3f8c09](https://github.com/undergroundwires/privacy.sexy/commit/c3f8c09614cd742230bb57402b22e3267883632e) * **[Windows]** Fix incorrect Edge privacy configs #455 (thanks @jarelllama) | [b8530d0](https://github.com/undergroundwires/privacy.sexy/commit/b8530d0c669fd008490897cd47b9cbcc1f33a25b) * **[Windows, macOS]** Fix typos and dead URLs | [5155f93](https://github.com/undergroundwires/privacy.sexy/commit/5155f9363d7bc6182151d9df587bdb2a95287f96) #### Compiler * Add validation for max line length in compiler | [dc5c873](https://github.com/undergroundwires/privacy.sexy/commit/dc5c87376b9d9796e21a137e5cd7b07f78a67180) * Improve compiler output for line validation | [8b6067f](https://github.com/undergroundwires/privacy.sexy/commit/8b6067f83f1bc828f0e81ae18eb819e894c511a3) #### Tests * Fix CI/CD fail by installing ImageMagick on runner | [69e7e0a](https://github.com/undergroundwires/privacy.sexy/commit/69e7e0adf1e5b46618c5ab8031b13812c36273e8) * Fix CI/CD runtime checks failing on Ubuntu 24.04 | [3f56166](https://github.com/undergroundwires/privacy.sexy/commit/3f56166655576b908fe13bc9db4c7a6f55c93c87) * Add external URL linting for markdown files | [4e06d54](https://github.com/undergroundwires/privacy.sexy/commit/4e06d543b3d04acd573aea17c01cb5974fb5e375) #### Chores * Bump to TypeScript 5.5 and enable `noImplicitAny` | [e17744f](https://github.com/undergroundwires/privacy.sexy/commit/e17744faf081a013f38936573a076cf957a3afe6) * Update Saas and Vite to fix deprecation warnings | [eb8812b](https://github.com/undergroundwires/privacy.sexy/commit/eb8812b26e2fa5bd7f9c8fcc5597d9a86a9adb61) * Bump dependencies to latest | [2f8aaf4](https://github.com/undergroundwires/privacy.sexy/commit/2f8aaf42eab14f5c42369ca31cfbccc208b5ba70) [compare](https://github.com/undergroundwires/privacy.sexy/compare/0.13.6...0.13.7)

rt0.13.7
? · 2025-01-12

rs

0.13.6
? · 2024-08-13

* win: improve service disabling as TrustedInstaller | [5d365f6](https://github.com/undergroundwires/privacy.sexy/commit/5d365f65fa0e34925b16b2eac2af53c31e34e99a) * Fix documentation button spacing on small screens | [70959cc](https://github.com/undergroundwires/privacy.sexy/commit/70959ccadafac5abcfa83e90cdb0537890b05f14) * Fix close button overlap by scrollbar | [19ea8db](https://github.com/undergroundwires/privacy.sexy/commit/19ea8dbc5bc2dc436200cd40bf2a84c3fc3c6471) * win: refactor version-specific actions | [0239b52](https://github.com/undergroundwires/privacy.sexy/commit/0239b523859d5c2b80033cc03f0248a9af35f28f) * win: support Microsoft Store Firefox installations | [8d7a7eb](https://github.com/undergroundwires/privacy.sexy/commit/8d7a7eb434b2d83e32fa758db7e6798849bad41c) * Refactor text utilities and expand their usage | [851917e](https://github.com/undergroundwires/privacy.sexy/commit/851917e049c41c679644ddbe8ad4b6e45e5c8f35) * Bump dependencies to latest | [dd7239b](https://github.com/undergroundwires/privacy.sexy/commit/dd7239b8c14027274926279a4c8c7e5845b55558) * Refactor styles to match new CSS nesting behavior | [abe03ce](https://github.com/undergroundwires/privacy.sexy/commit/abe03cef3f691f6e56faee991cd2da9c45244279) * Improve compiler error display for latest Chromium | [b16e136](https://github.com/undergroundwires/privacy.sexy/commit/b16e13678ce1b8a6871eba8196e82bb321410067) * Fix intermittent `ModalDialog` unit test failures | [a650558](https://github.com/undergroundwires/privacy.sexy/commit/a6505587bf4a448f5f3de930004a95ee203416b8) * Ensure tests do not log warning or errors | [ae0165f](https://github.com/undergroundwires/privacy.sexy/commit/ae0165f1fe7dba9dd8ddaa1afa722a939772d3b6) * win: improve disabling SmartScreen #385 | [11e566d](https://github.com/undergroundwires/privacy.sexy/commit/11e566d0e5177214a2600f3fd2097aea62373b24) * win: unify registry setting as TrustedInstaller | [8526d25](https://github.com/undergroundwires/privacy.sexy/commit/8526d2510b34cbd7e79342f79d444419f601b186) * win: improve, fix, restructure CEIP disabling | [c2d3cdd](https://github.com/undergroundwires/privacy.sexy/commit/c2d3cddc47d8d4b34bff63d959612919fa971012) * win: centralize, improve Defender data collection | [b185255](https://github.com/undergroundwires/privacy.sexy/commit/b185255a0a72d5bfa96d6cf60f868ecc67149d68) * win: fix and document VStudio license removal | [109fc01](https://github.com/undergroundwires/privacy.sexy/commit/109fc01c9a047002c4309e7f8a2ca4647c494a8a) * win: improve registry/recent cleaning | [48d97af](https://github.com/undergroundwires/privacy.sexy/commit/48d97afdf6c2964cab7951208e1b0a02c3fd4c9b) * Relax linting to allow null recommendation | [6fbc816](https://github.com/undergroundwires/privacy.sexy/commit/6fbc81675f7f063c4ee2502b8d9f169aacb39ae4) * Refactor executable IDs to use strings #262 | [ded55a6](https://github.com/undergroundwires/privacy.sexy/commit/ded55a66d6044a03d4e18330e146b69d159509a3) * win: fix, improve and unify Windows version logic | [f89c232](https://github.com/undergroundwires/privacy.sexy/commit/f89c2322b05d19b82914b20416ecefd7bc7e3702) * Fix PowerShell code block inlining in compiler | [d77c3cb](https://github.com/undergroundwires/privacy.sexy/commit/d77c3cbbe212d9929e083181cc331b45d01e2883) * win: improve registry value deletion #381 | [55c23e9](https://github.com/undergroundwires/privacy.sexy/commit/55c23e9d4cee3b7f74c26a4ac8516535048d67f2) * win: improve folder hiding in "This PC" #16 | [e8add5e](https://github.com/undergroundwires/privacy.sexy/commit/e8add5ec08d2e8b7636cc9c8f0f9a33e4b004265) * win: improve Microsoft Edge associations removal | [c2f4b68](https://github.com/undergroundwires/privacy.sexy/commit/c2f4b6878635e97f9c4be7bf2ee194a2deebb38a) * win: unify registry data setting, fix #380 | [4cea6b2](https://github.com/undergroundwires/privacy.sexy/commit/4cea6b26ec2717c792c2471cc587f370274f90c4) * win: improve disabling NCSI #189, #216, #279 | [c7e57b8](https://github.com/undergroundwires/privacy.sexy/commit/c7e57b8913f409a1c149ba598dc2f8786df0f9a9) * win, mac: fix minor typos, formatting, dead URLs | [29e1069](https://github.com/undergroundwires/privacy.sexy/commit/29e1069bf2bc317e3c255b38c1ba0ab078b42d98) * win: fix, constrain and document WNS #227 #314 | [50ba00b](https://github.com/undergroundwires/privacy.sexy/commit/50ba00b0af6232fc9187532635b04c4d9d9a68af) [compare](https://github.com/undergroundwires/privacy.sexy/compare/0.13.5...0.13.6)

0.13.5
? · 2024-06-27

* ci/cd: centralize and bump artifact uploads | [22d6c79](https://github.com/undergroundwires/privacy.sexy/commit/22d6c7991eb2c138578a7d41950f301906dbf703) * win: document and improve Firefox telemetry #259 | [8341411](https://github.com/undergroundwires/privacy.sexy/commit/8341411be434c6d145e942b1792020ccf02f58c8) * Add image to `README.md` to thank supporters | [fa2a92b](https://github.com/undergroundwires/privacy.sexy/commit/fa2a92bf893933bf5cd04512a712b7aa1b921277) * win: improve executable blocking, Chrome reporting | [f21ef92](https://github.com/undergroundwires/privacy.sexy/commit/f21ef9250a2f459dbd4f789d857c78298fc202e6) * mac: discourage and document captive portal script | [b29cd7b](https://github.com/undergroundwires/privacy.sexy/commit/b29cd7b5f74accf92c9700c3171670f82c8cb3b3) * win: fix revert scripts for removing shortcuts | [8becc7d](https://github.com/undergroundwires/privacy.sexy/commit/8becc7dbc46af4441900e9841a716a53735bc82e) * Refactor to unify scripts/categories as Executable | [c138f74](https://github.com/undergroundwires/privacy.sexy/commit/c138f74460bafaba3da55a65f3942bb6f95b1d99) * Add object property validation in parser #369 | [6ecfa9b](https://github.com/undergroundwires/privacy.sexy/commit/6ecfa9b954edc10401acaf5c735eec0fc9f991cd) * win: fix missing app access recommendations #369 | [1c2d82d](https://github.com/undergroundwires/privacy.sexy/commit/1c2d82dc9bd412ea601ab2550ba0b4f7d144f8e8) * win: fix text and handwriting script omission #369 | [1a10cf2](https://github.com/undergroundwires/privacy.sexy/commit/1a10cf2e5f87cd8eb421ef77f6ce764b5482515e) * mac: document, improve, encourage clearing logs | [e9a5285](https://github.com/undergroundwires/privacy.sexy/commit/e9a52859f63609c3f56def0b3e4d1ac6e5661536) * Add schema validation for collection files #369 | [dc03bff](https://github.com/undergroundwires/privacy.sexy/commit/dc03bff324d673101002bb16f14e0429e8170fbb) * win: fix incomplete VSCEIP, location scripts | [48761f6](https://github.com/undergroundwires/privacy.sexy/commit/48761f62a242f0910307994271cbe6730fb30f7e) * Add type validation for parameters and fix types | [fac26a6](https://github.com/undergroundwires/privacy.sexy/commit/fac26a6ca07479c84fe62c5ea2a572dad1898ef8) * Bump Electron to latest | [ed93614](https://github.com/undergroundwires/privacy.sexy/commit/ed93614ca34b1ab166e645cc5bedd497b0caeaac) * Trim compiler error output for better readability | [78c62cf](https://github.com/undergroundwires/privacy.sexy/commit/78c62cfc953dbba543d8bdc42828a4ef4b13a7c7) * win: fix errors due to missing Edge uninstaller | [2f82873](https://github.com/undergroundwires/privacy.sexy/commit/2f828735a87f98ba87b4fc826823d1482d4f2db2) * win: fix latest Edge removal on Windows 10 #309 | [e7031a3](https://github.com/undergroundwires/privacy.sexy/commit/e7031a3ae4e57b6522c6ca67fc30e8a8718506b2) * win: categorize, rename, doc Chrome & Edge scripts | [f286f92](https://github.com/undergroundwires/privacy.sexy/commit/f286f92b1fec49e89eea8982dffbc3d6ef1defde) * win: add disabling Edge/WebView2 auto-updates #309 | [ed7e69c](https://github.com/undergroundwires/privacy.sexy/commit/ed7e69c07efe83fdb7f4af13aa220ff991fbbe59) * win, linux, mac: fix typos #373 | [c09c5ff](https://github.com/undergroundwires/privacy.sexy/commit/c09c5ffa47865f7c76910644558b6783ed44f1e4) * win: add more Edge scripts including AI & ads | [1430d52](https://github.com/undergroundwires/privacy.sexy/commit/1430d5215ab094d8201710761d631dc2bd740918) [compare](https://github.com/undergroundwires/privacy.sexy/compare/0.13.4...0.13.5)

0.13.3
? · 2024-05-11

* win: organize and document network disablement | [2eed6f4](https://github.com/undergroundwires/privacy.sexy/commit/2eed6f4afb6cf85fdc1d6acb808f82405a35cafd) * win: improve disabling SMBv1 protocol | [f584fab](https://github.com/undergroundwires/privacy.sexy/commit/f584fabb50c7de70ba43751d721af94d8fa2fa8a) * win: improve disabling insecure renegotiations | [f261ab4](https://github.com/undergroundwires/privacy.sexy/commit/f261ab4cd9a53e31325e5c6da9129542971fe84b) * win: doc, improve, encourage cipher disabling | [8b224ee](https://github.com/undergroundwires/privacy.sexy/commit/8b224eefe71be6a556a1085d8fe20dbd4b889430) * ci/cd: add check for TODO comments | [4e21f05](https://github.com/undergroundwires/privacy.sexy/commit/4e21f05031d6cc90cda684bd598bec4735f8103b) * win: improve 'Snipping Tool' removal #343 | [e18907c](https://github.com/undergroundwires/privacy.sexy/commit/e18907ca91e483255b44d14d7d923d7eef92afbd) * ci/cd: lint Python scripts using `pylint` | [23bac0f](https://github.com/undergroundwires/privacy.sexy/commit/23bac0fc76ad697abb34f3fb327df5cdeb40286a) * win: improve disabling insecure hashes #131 | [d19dde6](https://github.com/undergroundwires/privacy.sexy/commit/d19dde603ddac47022ee2e0ea865d53857560c26) * Add system requirements documentation #134 | [0fc2ffc](https://github.com/undergroundwires/privacy.sexy/commit/0fc2ffc1ea36a9248c6a92da85a29f7b04b33796) * win, linux, mac: fix various typos #349 | [694bf1a](https://github.com/undergroundwires/privacy.sexy/commit/694bf1a74d935531d7cd46891823af1fa58c3c8c) * Fix script cancellation with new dialog on Linux | [8c17396](https://github.com/undergroundwires/privacy.sexy/commit/8c173962857a39dc0c9e5886cb2af4937e6618e7) * win: improve disabling protocols | [4ef16ce](https://github.com/undergroundwires/privacy.sexy/commit/4ef16cea56789120cd041412d86b5577cccf0725) * win: fix Copilot by excluding `r.bing.com` #329 | [66a5688](https://github.com/undergroundwires/privacy.sexy/commit/66a56888a4b3ead1a6bfef0feffa0218535701fe) * Fix blank window on load on desktop version #348 | [813d820](https://github.com/undergroundwires/privacy.sexy/commit/813d820b85e1b623c50f8e0325ad372bf2f344f9) * Improve desktop icon quality and generation | [ab25e0a](https://github.com/undergroundwires/privacy.sexy/commit/ab25e0a066be14ea979dafd0f80e1091bd5d33f8) * win: improve enabling secure connections #175 | [c75df1c](https://github.com/undergroundwires/privacy.sexy/commit/c75df1c8c1151b64cbf014383dea0b748a8c78b3) * Fix VSCode script issues with added CI/CD tests | [1d7cafc](https://github.com/undergroundwires/privacy.sexy/commit/1d7cafc831dcc339a10646794410dad7096bfe60) * Fix win execution with whitespace in username #351 | [a334320](https://github.com/undergroundwires/privacy.sexy/commit/a3343205b1196d5a81fd3cee2ae661ce871a7bef) * Fix misaligned tooltip positions in modal dialogs | [dd71536](https://github.com/undergroundwires/privacy.sexy/commit/dd71536316ec819caeb418b8635d544ac80e58ad) * Fix Chromium scrollbar-induced layout shifts | [bc4879c](https://github.com/undergroundwires/privacy.sexy/commit/bc4879cfe97becac3c54f6b40780a89464d3b772) * ci/cd: remove `check-latest` from `setup-node` | [52a4730](https://github.com/undergroundwires/privacy.sexy/commit/52a4730073b8ebfb2ce9d530b44e4a179f5849fe) * win: categorize and rename network security #131 | [9fd193e](https://github.com/undergroundwires/privacy.sexy/commit/9fd193e676f1f0646898f5130fbfaaf25050b2e3) [compare](https://github.com/undergroundwires/privacy.sexy/compare/0.13.2...0.13.3)

0.13.2
? · 2024-04-16

* Update documentation for `logo-update.js` script | [4a9b430](https://github.com/undergroundwires/privacy.sexy/commit/4a9b430702bc6082426b50ecc3a06362b5720796) * win: improve and document removing Phone apps #279 | [8924337](https://github.com/undergroundwires/privacy.sexy/commit/89243371faa5d6aef5fce52b0d54a442143cdd39) * Fix bottom gap in card expansion panel | [79183d6](https://github.com/undergroundwires/privacy.sexy/commit/79183d64173e588d88bf074d5b50a52a71c2d885) * ci/cd: Fix macOS Docker build reliability issues | [8a5592f](https://github.com/undergroundwires/privacy.sexy/commit/8a5592f92be4366a806afc9eee9135696a1dd993) * ci/cd: fix IPv6 timeouts with `force-ipv4` action | [52fadcd](https://github.com/undergroundwires/privacy.sexy/commit/52fadcd6177ed06216be9c67dad57192ae02a4f9) * ci/cd: bump Node.js environment to 20.x | [59decd1](https://github.com/undergroundwires/privacy.sexy/commit/59decd17e273bada1493eaa855c43cbabf90308f) * ci/cd: trigger URL checks more, and limit amount | [4fb6302](https://github.com/undergroundwires/privacy.sexy/commit/4fb6302c67f2a3fedff419e8c22872593cf800ef) * Fix overflow in tree node content on small screens | [557cea3](https://github.com/undergroundwires/privacy.sexy/commit/557cea3f4866dc33236874f5fe4d2d69ee963dae) * Fix horizontal layout shift after script selection | [bc7e1fa](https://github.com/undergroundwires/privacy.sexy/commit/bc7e1faa1c3f2b61bf2046fdd6d6a4141b484662) * Fix card header expansion glitch on card collapse | [5d940b5](https://github.com/undergroundwires/privacy.sexy/commit/5d940b57ef2a4c219932cd15201401f8550cfb41) * Ignore `ResizeObserver` errors in Cypress tests | [4472c28](https://github.com/undergroundwires/privacy.sexy/commit/4472c2852e4b87083bda7979471ab9f377d17a01) * win: improve and document secret key scripts | [49f22f0](https://github.com/undergroundwires/privacy.sexy/commit/49f22f048f39e7388633c488b5fe59101b831984) * Fix card arrow not being animated in sync | [7b546c5](https://github.com/undergroundwires/privacy.sexy/commit/7b546c567c4683a37fe94595362f4c2bf92ffd59) * win: improve Windows feature disablement scripts | [b68711e](https://github.com/undergroundwires/privacy.sexy/commit/b68711ef88982c0ee2b1d41b4452e899821adc64) * Fix top script menu overflow on small screens | [b7a20d9](https://github.com/undergroundwires/privacy.sexy/commit/b7a20d9d41ea8bcefdd553b87641f3c22b4cde97) * win: fix Visual Studio remote analysis script #327 | [4142d08](https://github.com/undergroundwires/privacy.sexy/commit/4142d084f64a3b540487ff68b28032977d12006d) * win: improve firewall docs /w `winget` impact #142 | [ffd647d](https://github.com/undergroundwires/privacy.sexy/commit/ffd647d1529375474b81900cc7bee4c32fbf861f) * Centralize and use global spacing variables | [ae17200](https://github.com/undergroundwires/privacy.sexy/commit/ae172000a64416e5a3e2b2e32b7846f039f445f0) * win: improve service revert and docs | [b87b7aa](https://github.com/undergroundwires/privacy.sexy/commit/b87b7aac7d118a23a0d1bfb881e385347de4adb7) * Bump dependencies to latest, hold ESLint | [f3571ab](https://github.com/undergroundwires/privacy.sexy/commit/f3571abeafdbe1e6d152958fab26de91a9c08bc3) * Fix inability to tap outside modal on mobile | [cb144ae](https://github.com/undergroundwires/privacy.sexy/commit/cb144ae47273deeb7058d4b1380e480ebccdaf81) [compare](https://github.com/undergroundwires/privacy.sexy/compare/0.13.1...0.13.2)

0.13.1
? · 2024-03-23

* ci/cd: Fix cross-platform git command compability | [255c51c](https://github.com/undergroundwires/privacy.sexy/commit/255c51c8a0524d3ea8a3b16ffc1b178650525010) * Fix tooltip falling behind elements on fade out | [1964524](https://github.com/undergroundwires/privacy.sexy/commit/19645248ab7bc78dc872fa176c1a3650d7d6d644) * Improve VSCode detection in `configure_vscode.py` | [98845e6](https://github.com/undergroundwires/privacy.sexy/commit/98845e6caee168db131aaf0736533e450827a52c) * Bump TypeScript to 5.3 with `verbatimModuleSyntax` | [a721e82](https://github.com/undergroundwires/privacy.sexy/commit/a721e82a4fb603c0732ccfdffc87396c2a01363e) * Migrate to Vite 5 and adjust configurations | [4ac1425](https://github.com/undergroundwires/privacy.sexy/commit/4ac1425f76079352268c488f3ff607d1fdc1beb2) * win: improve and unify service start/stop logic | [adc2089](https://github.com/undergroundwires/privacy.sexy/commit/adc20898873d50a8873ffc74c48257e69a45d367) * Upgrade vitest to v1 and fix test definitions | [e721885](https://github.com/undergroundwires/privacy.sexy/commit/e7218850ba62a7bebaf4768b13e46cba0dedd906) * Improve URL checks to reduce false-negatives | [5abf8ff](https://github.com/undergroundwires/privacy.sexy/commit/5abf8ff216a1da737fd489864eeee880f78d6601) * win: improve OneDrive data deletion safety | [5eff3a0](https://github.com/undergroundwires/privacy.sexy/commit/5eff3a04886d0d23a6e4c13a0178bb247105c5cb) * Bump Electron to latest and use native ESM | [840adf9](https://github.com/undergroundwires/privacy.sexy/commit/840adf9429ed47f9e88c05e90f1d3ab930c2dfc4) * Fix tooltip styling inconsistency | [ec34ac1](https://github.com/undergroundwires/privacy.sexy/commit/ec34ac1124e8b8ae53bf31a4dbdc88bb078b3d4e) * win: fix VSCode manual update switch script #312 | [b71ad79](https://github.com/undergroundwires/privacy.sexy/commit/b71ad797a3af0db45143249903cb5e178692de7c) * mac, linux, win: fix dead URLs and improve docs | [abec9de](https://github.com/undergroundwires/privacy.sexy/commit/abec9def075d82fdaee9663ef8fe1a488911f45b) [compare](https://github.com/undergroundwires/privacy.sexy/compare/0.13.0...0.13.1)