Releases: PhantomGamers/SFP
Releases · PhantomGamers/SFP
0.0.65
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
Changes
- Updated dependencies to fix vulnerabilities
0.0.63
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
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
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
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
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
Changes
- Fixed issue where accent colors were being set as ARGB when CSS expects RGBA
0.0.52
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
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