Releases: chrahunt/TagProReplays
Releases · chrahunt/TagProReplays
1.4.4
Changes
- Update for new 'spawning' tile id (#207)
1.4.3
Changes
- Fix bug where replays may be rendered with frames out-of-order (#203)
1.4.2
Changes
- Allow
player
objects in replays to have popAnimation
(#173)
- Allow some failed/downloaded replays to be uploaded without error due to leading zeros (#197)
- Allow replays with
spawn
objects that have additional properties to be imported (#172)
- Allow
flair
objects to have string coordinates in replays (#187)
- Allow
gameEndsAt
to have additional values if recording starts early (#191)
- Add code linter, checked on push/PR (#83)
- Fix issue where an edited
Array
prototype in userscript was causing issues rendering replays, also reduce replay size by a few kb (#188)
- Allow replays with group chat from NewCompte's servers to be imported/saved (#185)
- Faster replay rendering for users on Chrome 50+ by using
HTMLCanvasElement.toBlob
(#170)
1.4.1
Changes
Fixes chats from groups on NewCompte's servers (#185).
1.4
Changes
- Fix previewer loading issue (#182)
- Center egg ball on players correctly
- Fix egg ball showing up on last location of dead players (#181)
- Improve reporting debug information on replays that fail to save (#183)
- Fix main menu button shadow (#165)
1.3.16
Changes
- Update flair (#179)
- Remove extra site from manifest (#178)
1.3.15
Changes
- Update default texture pack (#132)
- Spring event (egg ball) is tracked in replays and shows up in renders (#174)
1.3.14
Changes
- Rendered movie file did not have extension (#166)
- Error displaying on successful movie download (#167)
1.3.13
Changes
- Replay previewer incorrectly positioned on Chrome <52 (#159)
- Display replay count on menu (#29)
- Make multiple zip files / show zip progress indicator when exporting replays (#107)
- Make menu loading faster by not looping over all replays (#157)
1.3.12
Changes
- Use
appendChild
instead of append
for users still on Chrome <54. (#154)