Releases: Aetopia/NoSteamWebHelper
Releases · Aetopia/NoSteamWebHelper
NoSteamWebHelper v4.1.2
NoSteamWebHelper v4.1.1
Changes
- Disable GPU Accelerated WebViews using a command line argument.
NoSteamWebHelper v4.1.0
NoSteamWebHelper v4.0.2
Changes
- Have
NoSteamWebHelper.exe
pass any command line arguments to Steam.
Full Changelog: v4.0.1...v4.0.2
NoSteamWebHelper v4.0.1
NoSteamWebHelper v4.0.0
Changes
- Rewrite source code from scratch.
- Monitor
RunningAppID
to keep track of running apps. - Don't link against the C Standard Library.
Full Changelog: v3.0.2...v4.0.0
NoSteamWebHelper v3.0.2
NoSteamWebHelper v3.0.1
This release fixes and addresses this issue: #5.
NoSteamWebHelper v3.0
- Revamp how NoSteamWebHelper disables Steam's CEF.
- Instead of suspending the actual WebHelper process, the program suspends the window thread responsible for communicating with the WebHelper processes when an app runs, this means you can retain Steam's UI when an app is not running but not the other way around.
NoSteamWebHelper v2.1
Changes
- Use the
-vgu -oldtraymenu
argument to restore the legacy VGUI which allows causes the Steam process to render its GUI. - Minor code changes.