Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Releases: markus-wa/cs-demo-minifier

v0.4.4

04 Jul 14:30
61ff21b
Compare
Choose a tag to compare

Fixes

  • Fixed ErrUnexpectedEndOfDemo panic in case of a corrupt demo (#46)
    The minifier will now print WARNING: encountered unexpected end of demo, but the minified data may still be usable to stderr and exit with code 3 if this error occurs.

v0.4.3

27 Jun 12:24
267f51b
Compare
Choose a tag to compare

Fixes

  • Fixed runtime error: integer divide by zero panic in case of corrupt demo headers (#29)

v0.4.2

08 Jun 22:53
82c563e
Compare
Choose a tag to compare

New Features

v0.4.1

31 May 20:31
79155fc
Compare
Choose a tag to compare

New Features

v0.4.0

08 May 12:59
917b39a
Compare
Choose a tag to compare

Changes

  • Upgraded demoinfocs-golang from v1.x to v2.0.0

v0.3.1

15 Apr 20:44
Compare
Choose a tag to compare

New Features / Changes

  • Added new event match_started, occurs when the game event begin_new_match happens (#26)
  • Added new event game_phase_changed, occurs when CCSGameRulesProxy.m_gamePhase changes (#26)
    see docs for values of the attributes oldGamePhase & newGamePhase
  • Added EntityUpdate.hasHelmet and EntityUpdate.hasDefuseKit (#26)

v0.3.0

11 Apr 21:18
Compare
Choose a tag to compare

New Fatures / Changes

  • Added property snapshots[].entityUpdates[].angleY (pitch, see #24)
  • Renamed property snapshots[].entityUpdates[].angle to angleX (yaw)

v0.2.10

25 Feb 11:48
Compare
Choose a tag to compare

Fixes

v0.2.9

06 Feb 14:48
Compare
Choose a tag to compare

Fixes

v0.2.8

31 Jan 20:41
4702054
Compare
Choose a tag to compare

Fixes

  • Fix missing release archives