Releases: costs-to-expect/yatzy
Releases · costs-to-expect/yatzy
v1.04.0: Merge pull request #9 from deanblackborough/main
What's Changed?
Added
- Added full account deletion.
- Added a getting started section for new sign-ups, allows the user to create players and begin a game in one go.
Changed
- Updated Yahtzee account deletion, uses the API to delete the account rather than brute force.
- Switched to action and view controllers.
- Automatically sign-in the user after password creation.
- Switched to the [email protected] email and removed Twitter from footer.
- Added
registered_via
so the API can see where the account began. - Updated content throughout the app.
- Updated to Laravel 10
- Updated to Bootstrap 5.3
- Updated to PHP8.2
Minor fixes
What's Changed?
- Updated the example ENV file
- Corrected a link
- Added Budget Pro to the footer
- Updated dependencies
- Set version and release date
Auth updates
What's changed?
- Updated authentication to match recent changes to the Costs to Expect API.
Possible to score a full house :)
Fixed
- Corrected a type.
- Adjusted min and max for combinations.
- Impossible to score full house.
- Corrected combination outputs in log, missing space.
- Show end of score sheet toast
- Player list should check for 15 turns.
- When a player has finished their row should change in the player scores table.
Improve first use experience
Changed
- Added a "How to score" section to the top of each score sheet.
- Added text explaining all the options above open games.
- Renamed the "Share" link.
- Improved the experience for new users, added text to guide the user.
Fixed
- Corrected a validation error when credentials are invalid.
- Corrected menu links.