Skip to content

V2.1.0 - Making magic happen

Compare
Choose a tag to compare
@beebls beebls released this 14 Mar 21:28
· 23 commits to main since this release
2e5920b

Patch Notes:

  • Un-breaking CSSLoader
    • Recently, how CSS classes are named in the Steam client was changed, in doing so making nearly every single theme not work.
    • CSSLoader now pulls class mappings from an api.deckthemes.com endpoint, and can use these mappings to 'auto-update' themes whenever Valve changes classnames.
  • Added a toggle in Settings to 'Enable Beta Branch CSS Translations' that will use an API endpoint with up to date class mappings for beta steamos instead of stable steamos.
  • Removed package-lock.json as it's not needed in a pnpm project.