v2026.08.08

A new update for Bconomy has been released.

Improvements

  • Action sidebar timers and titles. (TheCarriedOne)
    • Cooldown and boost-expiry timers now appear together on the right side of each action button instead of being split across two spots.
    • The “Show Title” toggle in the Action Sidebar settings has been removed.
  • Profile Triumphs ranking. (TheCarriedOne)
    • Triumphs on a profile now show your ranking among your own profile type only (for example, an Ironman profile will rank against other Ironman profiles, not the whole game).

Breaking API changes

  • user/profile responses no longer include the lbPositions field. Consumers reading profile.lbPositions must switch to the new endpoint.
  • New data endpoint user/lbPositions — request { "type": "user/lbPositions", "id": <bcId> }, response { lbPositions: Record<string, number> }. Positions are now scoped to the viewed profile’s own type.

Credits