Releases: allejo/postgame
Releases · allejo/postgame
Version 1.0.0-alpha.5
Version 1.0.0-alpha.4
New
- Added new
--after
flag to the import command that will allow you limit which replays to import - Added a
robots.txt
file to prevent indexing of/replays/
- Add Google Analytics environment variable
Fixes
matchTime
no longer evaluates to null in the JSON view of a replay
Version 1.0.0-alpha.3
Fixes
- Catch all
\Throwable
errors in the import command so it can fail with useful data - Fix players getting killed by the server which caused 500 errors
- Fix import command to not fail on empty replay files
- Fix support for incorrectly unpacked
MsgKilled
packets - Fix support for broken messages that had non-ASCII characters
- Allow front-end components to actually build by finally adding BZFlag's style-guide as a submodule
Version 1.0.0-alpha.2
Changes
- Do not expose player IP addresses via the JSON API
Development
- Rename controller actions
- Update Symfony and bzflag-networking.php dependencies
Version 1.0.0-alpha.1
Very early tag with basic functionality of:
- Importing and reading replays into a database
- Displaying a summary of replays with player scoreboards, chat messages, and flag captures
- A basic activity dashboard with top players and match activity over the last 90 days