From b72072b1fe3fcea459b3587b2f121ab908815d17 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 26 Jun 2024 11:32:53 +0300 Subject: [PATCH] release: v25.0.4 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8836b8fe..8fc55a7e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ 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. +### 25.0.4 Allow Follow-up Move - 2024-06-26 +- Always finish the round even if one player is already in the goal +- Emit proper GameResult when game ends regularly through implementing WinCondition + ### 25.0.3 Auxiliaries - 2024-06-25 - revamp a few internal helper methods - fix GameResult diff --git a/gradle.properties b/gradle.properties index 9c6838a59..1fcc094c3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ socha.gameName=hui socha.version.year=25 socha.version.minor=00 -socha.version.patch=03 +socha.version.patch=04 socha.version.suffix= \ No newline at end of file