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