Skip to content

Releases: costs-to-expect/yahtzee

Added registered via

12 Oct 21:52
d333ca3
Compare
Choose a tag to compare

What's Changed?

  • Added registered_via so the API can see where an account began.

Additional account management and other changes

26 Aug 15:25
e23981f
Compare
Choose a tag to compare

What's Changed?

  • 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.
  • 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.
  • Updated content throughout the app.
  • Updated to Laravel 10
  • Updated to Boostrap 5.3
  • Updated to PHP8.2
  • Updated the README, added additional instructions.

Minor fixes

03 Jul 12:11
fbb089d
Compare
Choose a tag to compare

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

30 Jan 11:18
97298c1
Compare
Choose a tag to compare

What's changed?

  • Updated authentication to match recent changes to the Costs to Expect API.

Minor bug fixes

29 Aug 22:54
ee233e3
Compare
Choose a tag to compare

Fixed

  • Corrected a type.
  • Corrected combination outputs in log, missing space.
  • When a player has finished their row should change in the player scores table.

Improve new user experience

29 Aug 12:17
cf90a38
Compare
Choose a tag to compare

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.

Added Yatzy to footer

27 Aug 16:38
4dff360
Compare
Choose a tag to compare

Changed

  • Updated the footer.
  • Added a note about statistics coming soon.

Fixed

  • Corrected the max for ones.

Added Delete Account

26 Aug 22:40
c89a162
Compare
Choose a tag to compare

Added

  • Added a Registered email, thanks the player for registering etc.
  • Added an account page, shows account details and displays all the details for the two delete account options.
  • Added "Delete my account", deletes all Yahtzee data and signs out the user.
  • Added a Bye email which gets sent after the account has been deleted.
  • Added error notifications when the App fails to negotiate with the API.

Changed

  • The CreatePassword email is delayed and only sent when the password has not been created during the sign-in process.
  • The logo in the navbar goes to either home or / dependent on authentication status.

Create password bug

25 Aug 13:19
192258f
Compare
Choose a tag to compare

Changed

  • Minor change to the width of the authentication forms.
  • Corrected a method name in the base controller.

Fixed

  • Validation errors on create password removed token from URI stopping the creation of the password.
  • Offcanvas unable to be invoked on closed games.
  • Removed default values in App\Api\Service class, should be using the values from the .env file.
  • Corrected a bonus message if you score 63 with fewer than 5 dice.

Added logging (for later) and fixed bugs

14 Aug 13:02
07c14cd
Compare
Choose a tag to compare

Added

  • Added logging, scoring actions are logged in the API, the data will be used later for multiple features.

Changed

  • Correct the title in the HTML.
  • Removed the canonical header.
  • Added our Twitter handle to the footer.

Fixed

  • Scratching Yahtzee disables the Yahtzee bonus inputs.
  • The minimum score for Three of a kind, Four of a kind and Chance is 5, not 6.