v7.0.7
Overhauls the multiplayer code so the TossupRoom extends the base Room, and makes the code around handling messages more consistent (always calling a function instead of implementing any changes in the switch statement itself). See pull request #313.
Bug Fixes
- #256: fix multiplayer player popover display on small screens
- #306: cap category % values between 0-100
Other Changes
- Implement login-required option to multiplayer rooms (closes #219)
- #259: move gameplay controls to the bottom of the screen
- Make min-height of settings smaller
- #312: add 404 page by @Captain-Quack
- Better profile page layout
Full Changelog: v7.0.6...v7.0.7