2026-03-04 — v1.1
- Native C#/WPF rewrite: single self-contained Windows executable (no separate .NET runtime).
- Installed application browser with search; registry-based detection (HKLM/HKCU Uninstall, WOW6432).
- Steam game support: detects Steam libraries, lists installed games, launches
steam://uninstall/<appid> and monitors until removal completes.
- Uninstall orchestration: runs official uninstallers (QuietUninstallString, MSI /X), waits for process exit and registry cleanup.
- Leftover scan after uninstall: former InstallLocation, AppData/LocalAppData/ProgramData, Start Menu shortcuts, registry keys (Publisher/AppName).
- Leftover review dialog: checkbox list with path, type (Folder/File/RegistryKey/Shortcut), optional size; Remove Selected with safety checks.
- Safety rules: never deletes Windows/Program Files/Users roots or Steam roots; rejects overly generic paths.
- Logging under
%ProgramData%\ZeroTrace\Logs.
2025-02-10 — Initial release
- First public release: lightweight Windows utility for uninstall and leftover cleanup.
- Portable EXE build (win-x64, self-contained) available from GitHub Releases.