Skip to content

Releases: tfausak/rattletrap

6.0.1

03 Sep 15:14
dcbee40
Compare
Choose a tag to compare

This is a small release. It fixes a bug that prevented Rattletrap from parsing replays of club matches.

6.0.0

03 Sep 14:50
d0e2d17
Compare
Choose a tag to compare

This is a major version bump, but there's only one breaking change:

  • #93: Added support for parsing club titles from patch 1.50, also known as "the progression update". This changes the JSON representation! Please see this comment for a detailed description of the changes.

5.0.1

27 Aug 17:04
da98dd9
Compare
Choose a tag to compare

This is a tiny release that fixes a problem with building Rattletrap from source for some users.

  • #90: Removed support for older versions of GHC, the Haskell compiler.

5.0.0

27 Aug 14:10
0fa6206
Compare
Choose a tag to compare

This is a major version bump, but there is only one breaking change:

  • #87: Fixed parsing of rotation values for replays recorded with Rocket League >= 1.45, also known as Salty Shores. Previously rotations were stored as 3D vectors, but now they're stored as quaternions. This changes the JSON representation! Please see the pull request for a detailed description of the old and new values. Thanks to @Sciguymjm for reporting this and to @jjbott for figuring it out!

Also included with this release is a small bug fix:

  • #86 & #88: Fixed parsing of RLCS replays. These were subtly different than every other replay, but handling them shouldn't change how anything else is parsed. Thanks to @enzanki-ars for reporting and fixing this!

4.1.2

14 Jul 19:58
9342b2a
Compare
Choose a tag to compare
  • Upgraded to Stackage LTS 12.0.

4.1.1

10 Jun 21:17
6cf851c
Compare
Choose a tag to compare

4.1.0

30 May 10:56
33e9b95
Compare
Choose a tag to compare

4.0.9

27 Apr 19:45
7ebb2f4
Compare
Choose a tag to compare

4.0.8

12 Apr 02:06
496b83b
Compare
Choose a tag to compare

4.0.7

08 Apr 15:27
160a3af
Compare
Choose a tag to compare
  • #68: Added support for parsing replays from patch 1.43 (the tournaments update).
  • #62: Added support for parsing primary and secondary titles.
  • #70: Fixed parsing of some replays.