Skip to content

Releases: markus-wa/demoinfocs-golang

v4.2.5

06 Aug 21:55
894aeb3
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Features

  • feat: dispatch a new event BulletDamage added in the last CS2 update
  • feat: add SayText/SayText2 and ChatMessage events for CS2 demos. Chat messages have been available in Valve demos since the 29/05/2024 CS2 update.

v4.2.4

31 Jul 21:28
52e6194
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

v4.2.3

15 Jun 15:41
b26dacd
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • fix: possible nil player in game events (again)

v4.2.2

12 Jun 00:13
2b3dd44
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • fix: possible nil player in game events

v4.2.1

30 May 06:15
24dee87
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • fix panic since 5/29/2024 CS2 update

v4.2.0

17 May 17:30
c1e18e8
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

New features

Fixes

  • Fixed incorrect stringtables parsing leading to corrupted data or missing players
  • Fixed possible missing PlayerConnect events - thanks @BestAwperEver
  • Fixed hostage.Leader() possibly nil

v4.1.3

28 Apr 19:07
059aadc
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • Fix panic since the 25/04/2024 CS2 update - #527

New features

  • Skip unknown protobuf demo commands messages and warn (WarnUnknownDemoCommandMessageType) - this will prevent panicking when a new message is added in the future

v4.1.2

04 Apr 10:19
054bd08
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • Fixed another POV demo crash

v4.1.1

02 Apr 17:22
95a66fd
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • Fixed various crashes in POV demos #522 #523

v4.1.0

27 Mar 17:17
2cd8e77
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

New Features

  • Added support for parsing POV demos