Releases: allejo/postgame
Releases · allejo/postgame
v1.0.0-alpha.15
New
- Add new
--update-metadata
flag toapp: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
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
New
- Add the ability to classify maps and perform counts on the number of replays that have occurred on said maps
Fixes
- The
after
andbefore
query parameters forReplayController::list
have been inverted so that the results make more sense
Version 1.0.0-alpha.12
Fixes
- Fix thumbnails not regenerating correctly when
--regenerate-assets
was given to theapp: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
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
Fixes
- Fixes fatal crash bug in
ReplayController
when the two teams could not be determined for a replay
Version 1.0.0-alpha.9
Fixes
- Upgraded dependencies to Symfony 4.4.1 LTS, which included some security patches as well
Version 1.0.0-alpha.8
New
- Added logo courtesy of Animal Lover (#17)
Version 1.0.0-alpha.7
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
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
- This is a bug in the import process, replays with pause events will need to be upgraded with the