Skip to content

Releases: redraskal/r6-dissect

v0.8.0

05 Feb 20:57
f07b47a
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

New:

  • Refactored code
  • Excel export for entire match
  • JSON export for entire match
  • Stdout export (only errors are printed to console)
  • Death tracking
  • Match folder reading
  • Support older replays without profile ids
  • Moved package to dissect
  • Code examples in README
  • CLI version flag
  • Additional player round and match stats
  • Updated dependencies

Bug fixes:

  • empty player records appearing in header
  • playlistcategory error
  • detect large seeks
  • pro league timer

Full Changelog: v0.7.0...v0.8.0

v0.7.0 - Activity timestamps, bug fixes & more

29 Jan 23:20
Compare
Choose a tag to compare

Bug fixes:

  • Flipped team indexes in header

Changes:

  • Added activity timestamps
  • Removed static data output flag (unnecessary for now)
  • Made majority of API private (unnecessary for users to use internal methods to traverse the replay file)
  • New internal system for reading replays
  • Updated example json file

Full Changelog: v0.6.1...v0.7.0

v0.6.1

09 Jan 10:40
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Fixed

  • Missing profile ids on one team
  • Missing locate objective activity on secure area

New

  • Internal debugging tool

Full Changelog: v0.6.0...v0.6.1

v0.6.0 - Add missing team

08 Jan 07:34
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.5.1...v0.6.0

v0.5.1 - Fix Linux File Writing

10 Dec 23:11
57defa3
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0 - Fix Activity Feed

10 Dec 23:05
72222b8
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix: activity feed, add: battleye, player leave activities by @redraskal in #6

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Nov 00:34
efb639e
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

31 Aug 23:02
20ea7e0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

  • feat: profile id & alliance player attributes
  • feat: activity feed (kills, headshot kills, objective locates)
  • feat: example output from a ranked Kafe match
  • feat: Emerald Plains map
  • feat: profile id in cli output
  • chore: upgrade dependencies
  • chore: upgrade to Go 1.19

Full Changelog: v0.2.0...v0.3.0

JSON Output File Support

29 Jan 02:00
a6b7ea3
Compare
Choose a tag to compare
Pre-release

What's Changed

  • feat: export as json file by @redraskal in #1
  • chore: improve README
  • feat: CUSTOM_GAME_ONLINE match type
  • feat: better logging

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

18 Jan 22:24
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Fix release action