Skip to content

Releases: PhantomGamers/SFP

0.0.65

11 Jun 10:38
aa62650

Choose a tag to compare

Changes

  • Fixed issue where youtube embeds would be targeted by steam page patches due to them containing the steam url within the embed url as a referrer.
  • Updated dependencies

Note for patch authors:

If you use the default SFP patches without specifying them yourself, you are fine.

If you manually set your patches in skin.json, make sure to double check any URL matches

The new default SFP patches for the steam store and community look like the following:

{
  "MatchRegexString": "^https://([A-Za-z0-9-]+\.)*steampowered\.com(?=/|$)",
  "TargetCss": "webkit.css",
  "TargetJs": "webkit.js"
},
{
  "MatchRegexString": "^https://steamcommunity\.com(?=/|$)",
  "TargetCss": "webkit.css",
  "TargetJs": "webkit.js"
}

0.0.64

08 Apr 21:53
d16794f

Choose a tag to compare

Changes

  • Updated dependencies to fix vulnerabilities

0.0.63

06 Feb 02:33
7c8b125

Choose a tag to compare

What's Changed

  • Fixed issue where local SFP.config might not be properly detected

Full Changelog: 0.0.54...0.0.63

0.0.62

05 Feb 04:07
62c73b7

Choose a tag to compare

What's Changed

  • Made workaround for webkit pages (e.g. store and community tabs) failing to load customizations more robust as it was also failing in certain scenarios outside of initial load

Full Changelog: 0.0.54...0.0.62

0.0.61

04 Feb 20:04
4b24933

Choose a tag to compare

What's Changed

  • Updated to dotnet 10
  • Added setting to change Steam debugging port
  • Added setting to delay injection, for cases where SFP was injecting too early
  • Added workaround for webkit pages (e.g. store and community tabs) failing to load customizations on first load

Full Changelog: 0.0.54...0.0.61

0.0.60-beta1

22 Dec 09:57
d31f454

Choose a tag to compare

0.0.60-beta1 Pre-release
Pre-release

What's Changed

  • Updated to dotnet 8
  • Updated all dependencies, fixing many vulnerabilities
  • Added setting to change Steam debugging port (thanks to @a549956952 for pointing out the flag)
  • Added setting to delay injection, for cases where SFP was injecting too early

Full Changelog: 0.0.54...0.0.60-beta1

0.0.54

21 Nov 08:08
bf0d88f

Choose a tag to compare

Changes

  • Fixed issue where SFP would crash if OS accent color was in color name format (e.g. on some Linux systems)

0.0.53

19 Nov 21:43
7abf79f

Choose a tag to compare

Changes

  • Fixed issue where accent colors were being set as ARGB when CSS expects RGBA

0.0.52

21 Oct 03:42
8537b1d

Choose a tag to compare

Changes

  • System Accent Colors will now be passed to Steam when UseAppTheme is enabled for use in skins (see Using System Accent Color)
  • Steam will no longer be run as a child process by SFP

0.0.51

24 Jul 00:32
3f410f0

Choose a tag to compare

Changes

  • Fixed issue where Steam would boot loop with certain incorrect launch arguments set
  • Fixed issue where SharedJSContext would be injected into with the default config