v2.6.0
Added
- When a map screenshot is not found or fails to load, series graph will now show a fallback image
Fixed
- Null-ish values (e.g. the number
0
for 16-0 matches) will now be saved when entered on the config page
Changed
- Updated various dependencies (node to v22, electron to v34)
- Switched to @yao-pkg/pkg for building pre-packaged binaries
- Map screenshots and radars are now saved in PNG format instead of WebP
- Updated map screenshots and radars to CS2
- Changed filenames for server and overlay binaries; server is now
cs-hud-server-linux
/cs-hud-server-win.exe
(previouslycs-hud-linux
/cs-hud-win.exe
), overlay is now incs-hud-overlay-linux-x64.tar.gz
/cs-hud-overlay-win32-x64.zip
(previouslycs-hud-linux-x64.tar.gz
/cs-hud-win32-x64.zip
)
Removed
- Removed map screenshots from CS:GO; now included by default are only map screenshots for maps that were officially included in the game as of 2025-01-18
- Removed some legacy radars (primarily outdated Simple Radar radars); all maps that used to be included should still be included, but some alternative variants of their radars may not be included anymore
What's Changed
- #200 Add --opacity-80 CSS variable by @dmisadin in #201
- switch to @yao-pkg/pkg by @drweissbrot in #214
- #115 CS2/PNG map screenshots by @drweissbrot in #215
- fix #165: save null-ish values on config page by @drweissbrot in #216
- #217 simplify radars by @drweissbrot in #220
- #219 make lower floor on train the default level by @drweissbrot in #221
- change build artifact names by @drweissbrot in #222
New Contributors
Full Changelog: v2.5.0...v2.6.0