From 692ab457e6b65faebda80ee41125cca046215e22 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 19 Jun 2024 16:36:30 +0300 Subject: [PATCH] release: v25.0.2 --- CHANGELOG.md | 12 +++++++++--- gradle.properties | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c781029f2..ba4cd8a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,20 @@ The version should always be in sync with the [GUI](https://github.com/software- and likely contains breaking changes between patches. +### 25.0.2 XML Improvements and Rule fixes - 2024-06-19 +- Requirements for swap carrots card properly implemented +- XML Serialization Revamped + +### 25.0.1 XStream Hotfix - 2024-06-15 + ### 25.0.0 Initial Release - 2024-06-15 -## 2025 Game Hase und Igel - 2024-06 +## 2025 Game Hase und Igel - Allow other player to move on when one is disqualified - ### 24 Post-Finale -- Allow one player to move on when other is stuck (now for clarification: crashed) or finished +- Allow player to move on when other is stuck (now for clarification: crashed) or finished + -> need to adjust score to account for earlier arrival - Improve XML protocol ### 24.2.5 No points for stuck ship - 2024-03-27 diff --git a/gradle.properties b/gradle.properties index 54d67d029..a387783d7 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=01 +socha.version.patch=02 socha.version.suffix= \ No newline at end of file