Releases: drweissbrot/cs-hud
Releases · drweissbrot/cs-hud
v2.5.0
Added
- Added fallback for wrong GSI-reported inferno flame positions
Changed
- Players who disconnected before match start are now hidden
What's Changed
- close #141 by @drweissbrot in #158
- close #151 by @drweissbrot in #159
Full Changelog: v2.4.0...v2.5.0
v2.4.0
Added
- Added
teams.hiddenPlayers
(themeraw
) to hide autokilled coaches in Faceit matches
Full Changelog: v2.3.1...v2.4.0
v2.3.1
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
Fixed
- Fix window title bar sometimes appearing in HUD view Electron windows
Changed
cvars.mp_maxrounds
now defaults to24
, 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
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 (themeraw
) 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
- #84: fix invalid themes breaking config page by @drweissbrot in #86
- fix #87: handle missing player in GSI payload by @drweissbrot in #88
- fix #98: handle CS2 update offsetting observer slots by @drweissbrot in #103
- Dead Player Location by @42Firehawk in #100
- close #90: add overlay corners by @drweissbrot in #101
New Contributors
- @42Firehawk made their first contribution in #100
Full Changelog: v2.1.1...v2.2.0
v2.1.1
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
- fix #81: work around game setting round damage to 0 on death by @drweissbrot in #83
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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
- #56: add team renaming by @drweissbrot in #73
- #57: Team Logos by @drweissbrot in #74
- #55: overlay images (e.g. for sponsors) by @drweissbrot in #76
- #75: add player name overrides by @drweissbrot in #77
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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