diff --git a/src/main/kotlin/dartzee/utils/ApplicationConstants.kt b/src/main/kotlin/dartzee/utils/ApplicationConstants.kt index 91b16388..ea376bcd 100644 --- a/src/main/kotlin/dartzee/utils/ApplicationConstants.kt +++ b/src/main/kotlin/dartzee/utils/ApplicationConstants.kt @@ -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" diff --git a/src/main/resources/ChangeLog b/src/main/resources/ChangeLog index ae69d583..ea9cc6c5 100644 --- a/src/main/resources/ChangeLog +++ b/src/main/resources/ChangeLog @@ -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