Releases: costs-to-expect/yahtzee
Releases · costs-to-expect/yahtzee
Registration email & reduce load on API
Added
- Added a registration email, sent after the first step of account creation, allows continuation of account creation (create password).
Changed
- Added a footer component.
- Added a link to create player for new registrations.
Fixed
- Fetch the bonus message after a change to the upper section, not every n seconds.
Minor design updates
Added
- Added a new menu. switched to offcanvas rather than a static navbar.
- Added a new footer.
Changed
- Added 'light' and 'dark' to the colour scheme and landing page.
- Adjusted the width of the authentication forms.
Play testing tweaks
Changed
- Removed the scratch chance option, not a relevant option.
- Minor change to the design of the bonus message container.
- Updated the bonus message text and added messages for additional combinations and scores.
- Fetch all players from the API rather than the latest ten.
Landing page
Added
- Added a landing page to highlight some of the features of our game scorer.
Initial Release
Score and track your Yahtzee games using our free online Yahtzee Game Scorer.
https://yahtzee.game-scorer.com/
Added
- Added registration
Final score modal
Added
- Added a modal showing your final score.
Changed
- Reduced the timer for player scores
Highlight scored combinations
Added
- Added ability to remove a player from an open game, deletes the score sheet, share token and assignment.
- Upon scoring or scratching the background colour for dice is updated to highlight what has been scored.
Pagination and minor tweaks
Added
- Added pagination to the games list, we can now see all games and how many we have played.
- Added additional toast messages options.
Changed
- Minor change to the layout of open games ready for more buttons.
Complete & Play Again
Added
- Added a "Complete & Play Again" button, sets up a new game with the same players.
Changed
- Increased the size of all scoring checkboxes.
- Increased the spacing between Yahtzee bonus checkboxes.
- Tweaked the layout of the Yahtzee bonus section
Fixed
- Allow a player to score zero, reworked the scoring logic to allow for this.
Game detail page, Confetti and minor fixes/tweaks
Added
- Added a game detail page, for now, no extra data or statistics.
- Confetti, who doesn't like confetti? (v0.8.0)
Changed
- More details added to the player scores table at the bottom of the score sheet.
- Start game redirects to the game detail page, no need to wait for API cache to be invalidated.
- Slightly decreased the time before a save happens. (v0.8.0)
Fixed
- The
complete
andadd players
buttons should only display when a game is incomplete.