Skip to content

Releases: allejo/postgame

v1.0.0-alpha.15

04 Mar 07:37
Compare
Choose a tag to compare
v1.0.0-alpha.15 Pre-release
Pre-release

New

  • Add new --update-metadata flag to app:replay:import command, allowing only metadata to be updated for each replay
  • Add new app:map:bad-guesses command to list maps that were probably marked incorrectly as Duc-style maps

Fixes

  • Add some more rules when assuming that a map is a Duc-style map; e.g.
    • Duc-style maps don't have teleporters, so bail out if there are any teleporters.
    • Duc-style maps exist in only two sizes, so bail out if the size is an unexpected value
  • Fix right flag is shown as being capped on the match summary page (#64, @RighthandSon)
  • Fix /maps page not working on sites with their database in non-development; i.e. their database is configured as a production application, as most are...

Version 1.0.0-alpha.14

01 Feb 00:57
c1bf9eb
Compare
Choose a tag to compare
Pre-release

New

  • Add support for generating heatmaps of player movement in a match (#34, @Adwitiya-Singh)

Fixes

  • Show player callsigns in roster section when JS is disabled

Version 1.0.0-alpha.13

18 Aug 03:37
42c8f56
Compare
Choose a tag to compare
Pre-release

New

  • Add the ability to classify maps and perform counts on the number of replays that have occurred on said maps

Fixes

  • The after and before query parameters for ReplayController::list have been inverted so that the results make more sense

Version 1.0.0-alpha.12

13 Aug 07:10
b05a232
Compare
Choose a tag to compare
Pre-release

Fixes

  • Fix thumbnails not regenerating correctly when --regenerate-assets was given to the app:replay:import command
  • Updated to allejo/bzflag-rendering.php:0.2, which fixes the right and bottom edges of maps being cut off
  • Change the names of exceptions that were renamed before the stable 1.1.0 release of allejo/bzflag-networking.php
  • Bump JS dependencies for security fixes

Version 1.0.0-alpha.11

16 Jun 07:46
4279216
Compare
Choose a tag to compare
Pre-release

New

  • Add map thumbnails of the maps where a match occurred

Fixes

  • Bump Symfony to 4.4.7 for security fixes
  • Swapped the placement of Newer/Older buttons on the replay list to make more sense

Version 1.0.0-alpha.10

04 Feb 02:22
a3bf6a8
Compare
Choose a tag to compare
Pre-release

Fixes

  • Fixes fatal crash bug in ReplayController when the two teams could not be determined for a replay

Version 1.0.0-alpha.9

08 Dec 21:54
7c06b21
Compare
Choose a tag to compare
Version 1.0.0-alpha.9 Pre-release
Pre-release

Fixes

  • Upgraded dependencies to Symfony 4.4.1 LTS, which included some security patches as well

Version 1.0.0-alpha.8

21 Oct 04:04
cf07335
Compare
Choose a tag to compare
Version 1.0.0-alpha.8 Pre-release
Pre-release

New

  • Added logo courtesy of Animal Lover (#17)

Version 1.0.0-alpha.7

29 Sep 23:21
d83ce63
Compare
Choose a tag to compare
Version 1.0.0-alpha.7 Pre-release
Pre-release

Fixes

  • When replays would be converted into local timezones, this movement could cause replay sections to be left empty or cause null errors in the console.

Version 1.0.0-alpha.6

28 Sep 23:26
bf448dd
Compare
Choose a tag to compare
Version 1.0.0-alpha.6 Pre-release
Pre-release

New

  • The app:replay:import command has a new --filenames option that will let you specify which files to explicitly import from a directory

Fixes

  • Events that occurred while a match was paused were displaying the wrong match time (the time remaining in the match) (#16)
    • This is a bug in the import process, replays with pause events will need to be upgraded with the --upgrade flag