Skip to content

Releases: allejo/postgame

Version 1.0.0-alpha.5

22 Sep 03:42
e11f5af
Compare
Choose a tag to compare
Version 1.0.0-alpha.5 Pre-release
Pre-release

Fixes

  • README now has clear instructions on how to import and manage replays
  • Improvements to vague descriptions of app commands
  • Replays no longer appear under the wrong day after timezone modifications (fixes #10)
  • Pages now have correct titles and will look better in your browser history (fixes #14)

Version 1.0.0-alpha.4

09 Sep 04:22
f088f7e
Compare
Choose a tag to compare
Version 1.0.0-alpha.4 Pre-release
Pre-release

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

08 Sep 08:00
b8fd3a0
Compare
Choose a tag to compare
Version 1.0.0-alpha.3 Pre-release
Pre-release

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

04 Sep 02:46
d57c590
Compare
Choose a tag to compare
Version 1.0.0-alpha.2 Pre-release
Pre-release

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

28 Jul 01:53
5d2c00f
Compare
Choose a tag to compare
Version 1.0.0-alpha.1 Pre-release
Pre-release

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