From 7c24ec58561bd82177635ca1c1a2a13148160a41 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 13 Mar 2024 19:57:46 +0300 Subject: [PATCH] release: v24.2.1 --- CHANGELOG.md | 12 ++++++++++-- gradle.properties | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c94fe460d..5b1ebdf62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,18 @@ The version should always be in sync with the [GUI](https://github.com/software- A `y` version of 0 marks the beta of the current year and likely contains breaking changes between patches. -### 24.2.0 - 2023-10-XX -- Disqualify ship that cannot move because it is too fast + +### 25.0.0 - 2024 - Allow other player to move on when one is disqualified + +### 24.X - Post-Finale - Grey out winning ship so second player can follow +- Improve XML protocol + +### 24.2.1 Fix issue leading to wrong winner - 2024-03-13 + +### 24.2.0 Fix GameResult - 2024-03-12 +- Disqualify ship that cannot move because it is too fast ### 24.1.5 Fix teamStats - 2023-10-03 diff --git a/gradle.properties b/gradle.properties index aa974a1cc..00d222393 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ socha.gameName=mississippi socha.version.year=24 socha.version.minor=02 -socha.version.patch=00 \ No newline at end of file +socha.version.patch=01 \ No newline at end of file