Skip to content

Releases: Aetopia/NoSteamWebHelper

NoSteamWebHelper v4.1.2

23 Apr 11:03
5561a7b
Compare
Choose a tag to compare

NoSteamWebHelper v4.1.1

31 Mar 12:43
2559cdf
Compare
Choose a tag to compare

Changes

  • Disable GPU Accelerated WebViews using a command line argument.

NoSteamWebHelper v4.1.0

20 Mar 04:36
59a8dec
Compare
Choose a tag to compare

Changes

  • Add the ability to manually toggle the CEF via a tray icon.

Full Changelog: v4.0.2...v4.1.0

NoSteamWebHelper v4.0.2

19 Mar 14:28
6c28138
Compare
Choose a tag to compare

Changes

  • Have NoSteamWebHelper.exe pass any command line arguments to Steam.

Full Changelog: v4.0.1...v4.0.2

NoSteamWebHelper v4.0.1

18 Mar 09:40
9485a6b
Compare
Choose a tag to compare

Changes

  • Disable GPUAccelWebViewsV3 i.e GPU Accelerated WebViews.

Full Changelog: v4.0.0...v4.0.1

NoSteamWebHelper v4.0.0

18 Mar 06:55
f21fd81
Compare
Choose a tag to compare

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

17 Feb 08:29
79d928f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

NoSteamWebHelper v3.0.1

25 Aug 09:14
0253338
Compare
Choose a tag to compare

This release fixes and addresses this issue: #5.

NoSteamWebHelper v3.0

22 Aug 06:07
ce709b4
Compare
Choose a tag to compare
  1. Revamp how NoSteamWebHelper disables Steam's CEF.
  2. 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

26 Jun 17:11
36a67c5
Compare
Choose a tag to compare

Changes

  1. Use the -vgu -oldtraymenu argument to restore the legacy VGUI which allows causes the Steam process to render its GUI.
  2. Minor code changes.