Skip to content

v0.0.5

Compare
Choose a tag to compare
@axeleroy axeleroy released this 08 Dec 21:15
· 258 commits to main since this release

Features:

  • Added button to copy a game's URL to the clipboard (#2)

Enhancements:

  • The user's name is now asked when a user wants to join a game for the first time instead of using a name generator to fill the player's name.
  • Navbar redesign:
    • To make the action to switch to spectator more obvious, it's now a switch toggle under the user's name.
    • The navbar no longer collapses on mobile so that all actions are always available.
    • The user name edit is now in a side pop-in instead of in place so it works better on mobile and matches the behavior of the game settings update.
    • The user name and spectator toggle are now only shown on the game page.
  • The front-end now handles disconnect and will automatically attempt to reconnect (#21)
  • 404s are now redirected to the home page.

Bug fixes:

  • When users unselected a card, it wasn't registered by the back-end (#20)

Miscellaneous:

  • Push on main will now publish an x86-only image to DockerHub. The tags of the image will be development and the short SHA of the last commit.