v0.0.18

Changes

🚀 Features

  • Chore: improve performance of module install
  • feat(web-main): add gameserver shutdown to UI
  • feat(web-main): add option to add/remove dashboard permission
  • Add a redirect to api docs page when visiting top level route
  • fix: domain select cards styling
  • feat: add initial set of player actions to dashboard

🐛 Bug Fixes

  • Add basic auth to queues page
  • fix waypoint reconciler flow
  • fix: custom monaco types for module builder
  • feat(web-main): add option to add/remove dashboard permission
  • Fix some issues after API spec upgrade
  • Auth on api docs page not working
  • Fix faulty global ban handling
  • Include system config in version output
  • Refactor waypoints to have a reconciler
  • fix a pagination issue with large modules

📚 Documentation

  • Add example bodies to API spec

🧰 Maintenance

  • Increase test attempts in CI
  • Make a snapshot test more stable
  • Only restart apps for source changes, ignore test changes