Skip to content

Releases: LucaVazz/ScoreSaber-Rank-Panel

overhaul to get the quality back together

17 Dec 00:22
Compare
Choose a tag to compare

fixed:

  • [Safari only] remove global state object to resolve "not found" error
  • [Firefox only] re-write parse RegExps to not rely on /s

internal:

  • changed from Jinja2 with a custom build script to Elventy as build orchestrator
  • pull flag images, Sentry and Line-Awesome from npm instead of bundling them in the repo
  • add reporting of ScoreSaber data to Sentry to diagnose remaining parse errors

Optimize data load

11 Aug 13:20
Compare
Choose a tag to compare

fixed:

  • removed refresh to reduce server load
  • added caching on proxy server with lifetime of 12h
  • moved loading of Twitch Extension Helper to the start of all pages

various fixes and improvements

18 Jun 18:27
Compare
Choose a tag to compare

fixed:

  • more robust ScoreSaber data extraction (now also supports i.e. Ranking Team members)
  • ignore fetch errors on refresh
  • enhance Sentry info with release, user and channel tagging
  • remove debug rig-logging

update to adapt to newest ScoreSaber site

14 Jun 20:42
Compare
Choose a tag to compare

fixed:

  • In the last update for ScroeSaber.com, the global count of players was removed from the user detail page.
    For this version, this count is instead stored in the global Extension Config and fetched from there to calculate the player's global percentage.

added:

  • added logging to Sentry for quicker response to errors in production

inital release

14 Jun 20:39
Compare
Choose a tag to compare
  • all basic features included