Skip to content

Releases: markus-wa/demoinfocs-golang

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/demoinfocs@v4.2.0

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/demoinfocs@v4.1.3

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/demoinfocs@v4.1.2

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/demoinfocs@v4.1.1

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/demoinfocs@v4.1.0

New Features

  • Added support for parsing POV demos

v4.0.5

04 Mar 10:41
28f108a
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.0.5

Fixes

  • Fixed panic when round ends in a draw #516 - thanks @akiver

v4.0.4

22 Feb 12:15
205b0bb
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.0.4

Fixes

  • Fixed missing PlayerDisconnected event for bots - #512 #511
  • Fixed disconnected bots still shown in connected player lists - #515 #514

Acknowledgements

Thanks @akiver for the fixes in this release

v4.0.3

19 Feb 12:52
600fc4e
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.0.3

Changes & Fixes

  • Updated s2_CMsgSource1LegacyGameEventList.pb.bin to fix corrupt demos after recent updates
  • Fixed array decoding logic to make lib work on Go 1.22 - see #509

v4.0.2

09 Feb 10:21
8907b4f
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.0.2

Fixes

  • Updated for compatibility after CS2 update of 6th Feb 2024 #501 - thanks @makindotcc ❤️
  • Fixed player team assignment sometimes being off #492 #494 - thanks @akiver
  • Fixed parsing of demos with sv_hibernate_when_empty #460
  • Fixed possible invalid weapon in Kill events #496 - thanks @akiver

Acknowledgements

Thanks to everyone on Discord who was involved in discovering the fix for this update ❤️

v4.0.1

08 Jan 13:52
935fd38
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.0.1

Fixes

Acknowledgements

Thanks to @akiver for their contributions to this release ❤️