Skip to content

Commit

Permalink
release: 21.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed May 28, 2021
1 parent 95fd479 commit 40a9ef7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,24 @@ The version should always be in sync with the [GUI](https://github.com/CAU-Kiel-
- The major version `x` corresponds to the year of the contest and thus only changes once a year
- `y` is bumped for any major updates or backwards-incompatible changes

## [21.4.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.4.0)
## [22.0.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.0)
- Removed PlayerScoreRequest - add up the GameResults instead

## [21.4.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.4.0) - 2021-05-28
- Enable preparing games without reservations
- Implement generic replay saving & loading
- Create an AdminClient to interface more conveniently with the server
- Distinguish RoomMessages from ProtocolPackets
- The GamePaused message is now actually sent after a Game has been paused

## [21.3.3](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.3) - 2021-03-01
- Game: Refactor turn advancing logic ([#391](https://github.com/CAU-Kiel-Tech-Inf/backend/pull/391))
- Networking: Improve Exception handling within games and rooms ([#383](https://github.com/CAU-Kiel-Tech-Inf/backend/pull/383))

## [21.3.2](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.2) - 2021-02-12
### Fixed
- GameState: Round number is now always aligned with turn number (49676b64c)
- TestClient: prevent a race-condition that could occur when getting the results of the first game (4f33fc01f)
- TestClient: Prevent a race-condition that could occur when getting the results of the first game (4f33fc01f)

## [21.3.1](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.1) - 2021-02-11
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
socha.gameName=blokus
socha.version.year=21
socha.version.minor=03
socha.version.patch=03
socha.version.minor=04
socha.version.patch=00

0 comments on commit 40a9ef7

Please sign in to comment.