Skip to content

release-eaf8c8d

Choose a tag to compare

@github-actions github-actions released this 29 Mar 00:57
· 85 commits to master since this release
eaf8c8d
Login/Signup prompt overhaul (#308)

# Changes
* New system of prompts.
  * Creating a new account required typing "new" at login (per instructino)
  * Now collects email address (configurable to be off/optional/required)
  * Now asks if using a screen reader
* Added `EquipmentChange{}` event.
  * No handlers for this event yet, but it's firing
  * Includes any items put on or taken off (sometimes both at once when it's a gear swap)
* Some additional protection around accidentally sending telnet commands to websockets.