Releases: redraskal/r6-dissect
Releases · redraskal/r6-dissect
v0.8.0
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
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
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
Full Changelog: v0.5.1...v0.6.0
v0.5.1 - Fix Linux File Writing
v0.5.0 - Fix Activity Feed
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
v0.3.0
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
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
- @redraskal made their first contribution in #1
Full Changelog: v0.1.1...v0.2.0