v3.5.1

Leaderboards

GET /leaderboards/{lb_type}

  • Fixed saved leaderboard exclusions not displaying properly.
  • Fixed leaderboard exclusion behavior as a whole.
  • Excluded players are now properly hidden on leaderboard pages.
  • Excluded leaderboard rankings are no longer present in player stats.
  • Authenticated leaderboard requests no longer anonymize the authenticated user’s own linked profiles.
  • Authenticated leaderboard requests can return overflow rankings for linked profiles outside the requested limit.

Example overflow shape:

1, [...], 100, 1919: Your profile, 5486: Your second alt

Leaderboard entry responses now include:

  • restricted > true when the entry was anonymized and identifying fields were replaced by redacted.
  • self > Present when the entry belongs to one of the authenticated user’s linked profiles.

Player profile

GET /player/{username}

  • Leaderboard exclusion state is reflected in player stats.
  • Featured stats and character skeleton tweaks use the same availability behavior.

Authentication and account linking

  • Fixed support-rank synchronization.
  • Loading the authenticated stats page or website while connected refreshes support-rank sync.
  • Linking no longer auto-claims double XP.
  • The frontend now exposes a button to start double XP manually.