Skip to content

Commit

Permalink
change log etc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaruth committed Mar 7, 2024
1 parent 2473549 commit 5910241
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dartzee/utils/ApplicationConstants.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package dartzee.utils

const val DARTS_VERSION_NUMBER = "v7.0.1"
const val DARTS_VERSION_NUMBER = "v7.1.0"
const val DARTZEE_REPOSITORY_URL = "https://api.github.com/repos/alyssaruth/Dartzee"
const val DARTZEE_MANUAL_DOWNLOAD_URL = "https://github.com/alyssaruth/Dartzee/releases"
12 changes: 12 additions & 0 deletions src/main/resources/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
--------- v7.1.0 ---------

+ Option to not have to finish on a double in X01
+ Ability for an individual or team to resign from an in-progress game
+ Party Mode, accessible via Utilities. Simplifies the app considerably, hoping to make it "idiot-proof"
+ Leaderboards for best/worst games now include teams
+ AI will now use checkout suggestions in X01 where they exist (so e.g. on 81 will aim for T19 not T20)
= Normalised audio assets so they all play at a similar volume
= Fixed game report to display teams properly, and to display players in throw order
- Manual setup configuration per AI (never used, and superseded by checkout suggestion improvement)
= 93.3% test coverage (14163 / 15173 lines covered by 2425 tests)

--------- v7.0.1 ---------

= Fixed bugs with game deletion that left behind some data
Expand Down

0 comments on commit 5910241

Please sign in to comment.