Legend of the Green Dragon v0.5.0 Release Notes

Release Date: 2019-04-05 // almost 5 years ago
  • 🚀 Since the release of the alpha of 0.5.0, several exciting pull requests have been merged, allowing us finally to release version 0.5.0. This version still does not support attachments (it's coming...).

    🆕 New features are:

    • ✅ Included support of character stats (#124). This PR also fixes a long lurking bug that caused Doctrine to use the wrong column names (tip: AnsiQuoteStrategy is not a good choice).
    • Switch to symfony4 for some required dependencies (#122)
    • ➕ Added two new admin commands - one to list characters, one to reset the viewpoint on a character in case of errors (#123).

    All these changes allow us to wrap together a new installer with our brand new installer - with some modules that give together a basic game Woohooo!


Previous changes from v0.5.0-alpha

  • This new version introduces a huge bc break by removing character and scene auto-increment id's. Instead, we switched to uuid as identifiers.