Skip to content

Releases: derechtenap/dartsmate

0.2.1

12 Dec 16:23
0454e47
Compare
Choose a tag to compare

🎯 0.2.1

✨ New Features

  • 🔢 First 9 Average: Add calculation for the "First 9 Average"
  • 📝 Profile Bio: Show user bios on Profile route

🐛 Bug Fixes

  • 🛠️ Single-Out Issue: Selecting Single-Out in the lobby could result in the match finishing incorrectly with a winner after throwing a double out
  • 🛠️ Unhandled Runtime Error: Cannot read properties of undefined, when opening the profile edit route
  • 🛠️ Invalid Score/Bust Fix: Prevented impossible game states, such as getting a remaining score of 1 while playing Double Out

🔧 Miscellaneous

  • 🔄 Update all dependencies to their latest versions

0.2.0

11 Dec 16:12
Compare
Choose a tag to compare

🎯 Version 0.2.0

Please note: This is still an alpha build. As such, you may encounter bugs and incomplete UI elements. Profiles and matches created in previous versions are no longer compatible. Before using this version, please clear the Dartsmate app data folder. ⚠️

What's New ✨

  • 🔝 Next.js v14 Update: Upgraded to the latest version of Next.js by @derechtenap
  • 🌍 Multi-Language Support: Added the ability to switch between multiple languages by @derechtenap
  • 💾 Indexed Database Storage: Profiles and matches are now stored in an indexed database for improved performance by @derechtenap
  • 🎮 New Game Loop: A completely revamped game loop to enhance gameplay by @derechtenap
  • 📦 Dependency Updates: Various dependencies bumped to newer versions by @derechtenap

🔍 Full Changelog: View full changelog here

0.1.2 Release

04 Jan 14:58
05b24b3
Compare
Choose a tag to compare
0.1.2 Release Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1 Release

23 Dec 16:07
8263faa
Compare
Choose a tag to compare
0.1.1 Release Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0 Release

25 Oct 13:22
38faf81
Compare
Choose a tag to compare
0.1.0 Release Pre-release
Pre-release

After more than a year of work, I can now release the first working version. This version is tested only on Windows devices and may not work on Macos or Linux. Also, you can expect some errors and bugs. Feel free to report and open an issue if you encounter them.

I will soon create a roadmap for the upcoming versions. Good darts! 🎯

Edit: Current Roadmap

✨ Notable Features:

  • Profile Management: Create, edit, and delete profiles.
  • Game Loop
  • Results and Match History Pages

Closes #30 and #48