Skip to content

Releases: PhantomGamers/SFP

0.0.66

Choose a tag to compare

@github-actions github-actions released this 12 Jun 20:39
e39dba2

Changes

0.0.66

  • Fixed issue with 0.0.65 where Linux compatibility was broken due to a dependency update

0.0.65

  • 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.65

Choose a tag to compare

@github-actions github-actions released this 11 Jun 10:38
aa62650

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

Choose a tag to compare

@github-actions github-actions released this 08 Apr 21:53
d16794f

Changes

  • Updated dependencies to fix vulnerabilities

0.0.63

Choose a tag to compare

@github-actions github-actions released this 06 Feb 02:33
7c8b125

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

Choose a tag to compare

@github-actions github-actions released this 05 Feb 04:07
62c73b7

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

Choose a tag to compare

@github-actions github-actions released this 04 Feb 20:04
4b24933

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

0.0.60-beta1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Dec 09:57
d31f454

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

Choose a tag to compare

@github-actions github-actions released this 21 Nov 08:08
bf0d88f

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

Choose a tag to compare

@github-actions github-actions released this 19 Nov 21:43
7abf79f

Changes

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

0.0.52

Choose a tag to compare

@github-actions github-actions released this 21 Oct 03:42
8537b1d

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