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.2.8-rc0

31 Jan 20:25
4702054
Compare
Choose a tag to compare
v0.2.8-rc0 Pre-release
Pre-release

Fixes

  • Fix missing release archives

v0.2.7

27 Jan 15:49
Compare
Choose a tag to compare

Fixes

  • Fixed knife being treated as 'unknown' weapon in some cases

v0.2.6

25 Jan 09:56
Compare
Choose a tag to compare

Changes

  • Upgraded demoinfocs-golang from v1.7.1 to v1.7.3

v0.2.5

27 Dec 14:42
Compare
Choose a tag to compare

Fixes

  • Fixed weapon identification for older demos (no more "unknown" weapons)

v0.2.4

06 Dec 10:16
Compare
Choose a tag to compare

Fixes

  • Fixed nil pointer dereference in demos recorded after the Operation Shattered Web update

v0.2.3

17 Nov 16:26
62babc6
Compare
Choose a tag to compare

Fixes

  • Fixed a potential issue with a missing transitive dependency (imghash) - see also jteeuwen/go-bindata#5

v0.2.2

17 Nov 13:43
71e40ef
Compare
Choose a tag to compare

Fixes

  • Fixed player teams being 0 (unassinged) sometimes

v0.2.2-rc2

17 Nov 13:30
71e40ef
Compare
Choose a tag to compare
v0.2.2-rc2 Pre-release
Pre-release

Changelog

71e40ef README: add section about usage with jq
aef755a add examples
0108149 fix player teams being 0 (unassigned)

v0.2.2-rc1

17 Nov 12:34
5ef6f65
Compare
Choose a tag to compare
v0.2.2-rc1 Pre-release
Pre-release

Changelog

5ef6f65 add examples
0108149 fix player teams being 0 (unassigned)

v0.2.1

16 Nov 20:09
54b5d6b
Compare
Choose a tag to compare

New Features / Changes

  • added round_ended event
  • added weapon attribute to kill event (see EquipmentElement)
  • documented events and attributes in events.md

Fixes

  • Fixed missing event attributes in some cases