0.12.6
undergroundwires
released this
04 Nov 12:14
·
243 commits
to master
since this release
Overall this release focuses on stability, performance, and safety of the scripts.
Highlights:
- On UI:
- ππ Migration to Vue 3 βΊ The client has been migrated to Vue 3.0. This improves performance and removes a liability that has been preventing the addition of new features.
- π Enhanced performance βΊ The UI now responds faster in general, especially to search queries.
- On Windows:
- π Better security posture βΊThe patch ensures that system file permissions remain untouched, maintaining the original security posture of the operating system.
- ποΈ Better file and directory deletion βΊ Deleting or soft-deleting files/folders and folder contents are improved. The new approach prioritizes keeping folders to minimize disruptions to the system's stability.
- π¦ Better handling of Store apps βΊ Removal of Store apps, such as Edge is improved to β’ prevent reinstall during Windows updates β’ do total (hard) uninstall of system apps to preserve system integrity β’ have more robust and reliable way to revert uninstall of apps.
- Other improvements and fixes.
Consider donating β€οΈ.
Changes
UI
- Migrate to Vue 3.0 #230 | ca81f68
- Improve performance of rendering during search | 79b46bf
- Fix incorrect tooltip position after window resize | f8e5f1a
- Improve UI performance by optimizing reactivity | 4995e49
Scripts
Windows
- Improve system app uninstall cleanup #73 (thanks to @Tharki-God) | dbe3c5c
- Improve system app uninstall /w fallback #260 | 98a26f9
- Fix Microsoft Advertising app removal #200 (thanks to @djacu) | e40b9a3
- Improve directory cleanup security (thanks to @BYTEMEE1) | 060e789
- Prevent updates from reinstalling apps #260 (thanks to @TheAndr0id) | 8570b02
- Improve script environment robustness #221 (thanks to @Mark-Joy) | dfd4451
- Improve soft file/app delete security #260 | f4a74f0
- Improve file delete | e72c1c1
- Change system app removal to hard delete #260 (wouldn't happen without @TheAndr0id β, thanks to @Daksh777, @bardiarajabi, @SalaryTheft for related reports) | 77123d8
- Fix store revert for multiple installs #260 (thanks to @TheAndr0id and @genderneutralnoun) | 5bb13e3
Linux
- Fix string formatting of Firefox configs | e775d68
Windows, Linux
- Unify & improve Firefox clean-up #273 (thanks to @ltguillaume) | 0466b86
Fixes
- Fix compiler failing with nested
with
expression | 80821fc - Fix YAML error for site release in CI/CD | 237d994