Skip to content

Releases: drweissbrot/cs-hud

v2.6.1

19 Jan 01:31
8c49b70
Compare
Choose a tag to compare

Fixed

  • Fixed pre-built Windows binary immediately crashing on startup

Full Changelog: v2.6.0...v2.6.1

v2.6.0

18 Jan 23:14
93821c8
Compare
Choose a tag to compare

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 (previously cs-hud-linux/cs-hud-win.exe), overlay is now in cs-hud-overlay-linux-x64.tar.gz/cs-hud-overlay-win32-x64.zip (previously cs-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

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

02 Mar 21:04
a88f3d5
Compare
Choose a tag to compare

Added

  • Added fallback for wrong GSI-reported inferno flame positions

Changed

  • Players who disconnected before match start are now hidden

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

04 Feb 10:48
1f9c2e2
Compare
Choose a tag to compare

Added

  • Added teams.hiddenPlayers (theme raw) to hide autokilled coaches in Faceit matches

Full Changelog: v2.3.1...v2.4.0

v2.3.1

21 Jan 06:07
bcecde3
Compare
Choose a tag to compare

Fixed

  • Fix loss bonus increasing past $3400
  • Fix disconnected players being displayed with observer slot NaN

Full Changelog: v2.3.0...v2.3.1

v2.3.0

07 Jan 22:12
c8f8a93
Compare
Choose a tag to compare

Fixed

  • Fix window title bar sometimes appearing in HUD view Electron windows

Changed

  • cvars.mp_maxrounds now defaults to 24, which is the default value in CS2
  • Focused player section (bottom center) will now be hidden when in third person/freecam

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

22 Nov 11:57
eeba533
Compare
Choose a tag to compare

Added

  • Added optional overlay corners to show that the HUD is active (enabled by default in the Electron overlay binary; can be enabled by appending ?corners/?transparent&corners to the URL)
  • Added preferences.isCsgo option on the config page (theme raw) for backwards-incompatible changes to CS:GO

Fixed

  • Fix invalid theme completely breaking config page
  • Fix missing player in GSI payload breaking everything (potentially; could not reproduce issue)
  • Fix observer slots being offset by -1 in CS2
  • Fix dead players following the player they're spectating on the minimap

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

01 Oct 23:26
a3a7668
Compare
Choose a tag to compare

Fixed

  • Fix round damage sometimes not being counted for ADR when player died
  • Fix console errors caused by missing bomb during warmup

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Oct 02:37
5fec6a2
Compare
Choose a tag to compare

Added

  • Add Team Name Overrides
  • Add Team Logos
  • Add overlay images (e.g. for sponsors)
  • Add CSS variable --sidebar-vertical-spacing (default: 0.5rem) to control margin between all elements
  • Add Player Name Overrides
  • Add option to highlight focused player's HP in red if it's less than a configured value

Changed

  • Grenade counts in team grenades panels will not be grayed out if the team has no grenades of the type

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

30 Sep 02:08
abf2c04
Compare
Choose a tag to compare

Added

  • Complete rewrite; expect everything to work differently than before.
  • The previous version will likely continue to work (even with CS2), but will not receive updates or support.

What's Changed

Full Changelog: https://github.com/drweissbrot/cs-hud/commits/v2.0.0