Skip to content

Releases: axeleroy/self-host-planning-poker

v0.0.5

08 Dec 21:15
Compare
Choose a tag to compare

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.

v0.0.4

09 Nov 22:54
Compare
Choose a tag to compare

Enhancements:

  • Back-end errors are displayed in a toast to help bug reporting. (#18)
  • No longer clear game state when disconnect is not caused by the player leaving the game.
  • Added link to DockerHub page.
  • Added CI.
  • Improved documentation for getting involved with the project.

Bugs:

  • No checks were done on the value of a card a player picked.

Full Changelog: v0.0.3...v0.0.4