Release Info
| Item | Value |
|---|---|
| Stamp | 1.3.1-2025-04-09T11:40:24.000Z ๐บ 1.4.0-2025-05-07T06:30:30.000Z
|
| Last Release | 27 days ago
|
What's New
This release contains the following changes:
WPU Batch Utility
feat: new Install / Uninstall apps menu with auto detection for existing packagesfeat: new applications available to install / uninstall- 7zip
- Bitwarden
- DuckDuckGo Browser
- GNU Privacy Guard (GPG)
- Google Chrome Browser
- jq
- Microsoft .NET SDK
- Microsoft AppInstaller
- Microsoft DevHome
- Microsoft Edge Browser
- Microsoft IronPython
- Microsoft OneDrive
- Microsoft OpenSSH
- Microsoft Visual C++ 2005 Redistributable
- Microsoft Visual C++ 2008 Redistributable
- Microsoft Visual C++ 2010 Redistributable
- Microsoft Visual C++ 2012 Redistributable
- Microsoft Visual C++ 2013 Redistributable
- Microsoft Visual C++ 2015-2022 Redistributable
- Microsoft Visual C++ 2015 UWP Desktop Runtime
- Microsoft Visual Studio Code (Stable)
- Microsoft Visual Studio Code (Insiders)
- Mozilla Firefox Browser
- NMap
- Opera Browser
- Opera GX Browser
- PeaZip
- Tor Browser
- Windows Terminal
- WinRAR
feat: buffer resize without having to make window larger; ability to scrollfeat: addcachefolder to store installed package data until script exitedpref: winget optimizations for package lookuprefactor: update syntax for code conformityrefactor: cut down on the road used for registry backups by making use of loop / arrayrefactor: merged dual arrays into new structure for features:- Windows Telemetry Services
- Windows Update Services
chore: update registry script headersdocs: clean up READMEfix: certain color codes not exited properly; resulting in color bleed
Registry Scripts
chore: update script headers
Statistics
How the files have changed:
- Changed files : 15
- Changes : 8125
- Commits : 22
- Additions : 4699
- Deletions : 3426
- PRs (categorized) : 19
- PRs (uncategorized) : 3
- PRs (open) : 0
Pull Requests
This release is associated with the following pull requests:
๐ช Continuous integration
- update workflows : 8ed871e @Aetherinox
๐ Features
- overhaul
Install Appsmenu and options : 183163e @Aetherinox - add new apps:
7zip,jq,peazip,bitwarden,nmap,gpg: 5397d54 @Aetherinox - add buffer resize without affecting window size : 90adbcf @Aetherinox
๐ง Changes
- end color code for service listings : 53b2522 @Aetherinox
- update registry script headers : 545f29f @Aetherinox
๐งน Housekeeping
- registry backup now uses loop instead of hardcoded steps : f08a3b0 @Aetherinox
- deprecate dual array
servicesUpdatesNames; merge intoservicesUpdates: 42e3d95 @Aetherinox - deprecate dual array
servicesTelemetryNames; merge intoservicesTelemetry: 17be62e @Aetherinox - revise syntax for code conformity : 24141ae @Aetherinox
๐ฆ Build & Dependencies
- (deps) bump dawidd6/action-send-mail from 4 to 5 : 056aeea @dependabot[bot]
- bump version : d6aac73 @Aetherinox
โ๏ธ Docs
- (readme) update instructions : 518fd8c @Aetherinox