Skip to content

Releases: redraskal/r6-dissect

v0.16.2 - Y8S4 Hotfixes

17 Jan 06:25
f80a75f
Compare
Choose a tag to compare
Pre-release

More Y8S4 replays should be readable now and MatchType was fixed by @f870103!

What's Changed

Full Changelog: v0.16.1...v0.16.2

v0.16.1 - Fix for player "id" field

14 Dec 00:14
7523116
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0 - Y8S4 Hotfixes

12 Dec 01:36
Compare
Choose a tag to compare
Pre-release

This release resolves issues with Y8S4 replays.

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0 - Y8S4 Support

16 Nov 09:13
Compare
Choose a tag to compare
Pre-release

v0.15.0 brings Operation Deep Freeze support to r6-dissect.

As with previous updates, old seasons will continue to be compatible with r6-dissect!

New

  • Lair map support
  • Tubarão operator support
  • Y8S4 chunked replay format support
  • Plant and defuse timestamps in generated Excel spreadsheets
  • Match reader supports Listen() callbacks

Fixed

  • #66 panic when player disconnects and rejoins after a round starts

Changes

  • Reader Listen() method is more accessible to projects using r6-dissect as a Go API dependency

Note to developers (reverse-engineering)

Ubisoft changed the replay file format in Y8S4. Instead of compressing the entire file with zstd, the file now starts decompressed with a round header and continues with multiple chunks of zstd encoded data (the match data previously compressed in one package). As a result, it looks like replay files are significantly smaller.

Full Changelog: v0.14.0...v0.15.0

v0.14.0 - Y8S3 Support

30 Aug 21:56
5e45ad8
Compare
Choose a tag to compare
Pre-release

Thank you to @f870103 for adding Y8S3 support (Unranked -> Standard + new Ram operator)!

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

28 Jul 01:29
d3f3121
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0 - Performance improvements

16 Jul 06:03
095aac1
Compare
Choose a tag to compare
Pre-release

What's Changed

  • feat: performance improvements (around 67% faster) by @redraskal in #57
  • possibly fixed recording the defense site name
  • various optimizations

Full Changelog: v0.11.2...v0.12.0

v0.11.2

13 Jun 07:19
6bc7df5
Compare
Choose a tag to compare
v0.11.2 Pre-release
Pre-release

What's Changed

  • feat [excel]: add defense site & win condition
  • fix: determining defense site by @redraskal in #53
  • fix: missing operators in Excel exports
  • fix: tests
  • chore: upgrade dependencies and github workflows

Full Changelog: v0.11.1...v0.11.2

Y8S2 Operator Fix

12 Jun 06:21
Compare
Choose a tag to compare
Y8S2 Operator Fix Pre-release
Pre-release

Fixed various problems related to parsing chosen operators.

Full Changelog: v0.11.0...v0.11.1

Y8S2 Support

09 Jun 17:09
9736edf
Compare
Choose a tag to compare
Y8S2 Support Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0...v0.11.0