Skip to content

Commit

Permalink
release: v24.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Mar 13, 2024
1 parent 6092651 commit 7c24ec5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
socha.gameName=mississippi
socha.version.year=24
socha.version.minor=02
socha.version.patch=00
socha.version.patch=01

0 comments on commit 7c24ec5

Please sign in to comment.