Changelog
- Debug Cleanup: Removed all
Debug.WriteLine
statements from every file, eliminating unnecessary debug console output for a cleaner release build. - Mode Update: Replaced all references to Normal2025July with Normal2025September across
MainWindow.xaml
,SteamDebloatService.cs
,UninstallService.cs
, andModels.cs
. Default mode and feature descriptions now reflect September 2025. - Silent Error Handling: Improved exception handling by replacing verbose debug output with silent error handling where appropriate, ensuring smooth user experience without intrusive logs.
- Uninstaller Enhancement: Uninstallation process now updates Steam to the September 2025 version after cleanup, maintaining all optimizations and functionality.