Scoreboard 1.8.1 Dev _verified_ Now
Scoreboard 1.8.1 Dev refers to a development version of Scoreboard+
files that any streaming software can read as a text source, ensuring the overlay updates in real-time as you change values in the app. Cross-Platform Core Scoreboard 1.8.1 Dev
Scoreboard 1.8.1 Dev: A Deep Dive into the Latest Development Build Scoreboard 1
Key Fixes
- Crash on startup (macOS Big Sur+): Fixed a rare crash caused by an interaction between the scoreboard renderer and the system font metrics API. The app now falls back to a safe font measurement path when metrics calls fail.
- Live-update lag: Reduced latency when receiving rapid score updates from networked matches by batching and debouncing DOM updates; users reporting stutter during high-frequency updates should see smoother performance.
- Incorrect time zone handling for scheduled matches: Resolved an issue where scheduled-match times displayed local time incorrectly after daylight-saving transitions.
- Player avatar upload failures: Fixed uploads that intermittently failed due to an improper Content-Type header; avatars now reliably upload and display.
- Lossy CSV export: Exported CSV files now correctly escape commas and quotes; numeric fields preserve precision and leading zeros on import.
- Broken keyboard focus in settings modal: Restored expected tab order and focus trapping inside the modal for keyboard-only navigation and screen-reader compatibility.
- Duplicate notifications: Eliminated duplicate push notifications caused by multiple subscription registrations on reconnect.
API Functionality: Developers use ScoreboardWrapper classes to add lines, blank spaces, and titles to in-game sidebars. Crash on startup (macOS Big Sur+): Fixed a