File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,24 @@ The version should always be in sync with the [GUI](https://github.com/CAU-Kiel-
8
8
- The major version ` x ` corresponds to the year of the contest and thus only changes once a year
9
9
- ` y ` is bumped for any major updates or backwards-incompatible changes
10
10
11
- ## [ 21.4 .0] ( https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.4 .0 )
11
+ ## [ 22.0 .0] ( https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0 .0 )
12
12
- Removed PlayerScoreRequest - add up the GameResults instead
13
13
14
+ ## [ 21.4.0] ( https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.4.0 ) - 2021-05-28
15
+ - Enable preparing games without reservations
16
+ - Implement generic replay saving & loading
17
+ - Create an AdminClient to interface more conveniently with the server
18
+ - Distinguish RoomMessages from ProtocolPackets
19
+ - The GamePaused message is now actually sent after a Game has been paused
20
+
14
21
## [ 21.3.3] ( https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.3 ) - 2021-03-01
15
22
- Game: Refactor turn advancing logic ([ #391 ] ( https://github.com/CAU-Kiel-Tech-Inf/backend/pull/391 ) )
16
23
- Networking: Improve Exception handling within games and rooms ([ #383 ] ( https://github.com/CAU-Kiel-Tech-Inf/backend/pull/383 ) )
17
24
18
25
## [ 21.3.2] ( https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.2 ) - 2021-02-12
19
26
### Fixed
20
27
- GameState: Round number is now always aligned with turn number (49676b64c)
21
- - TestClient: prevent a race-condition that could occur when getting the results of the first game (4f33fc01f)
28
+ - TestClient: Prevent a race-condition that could occur when getting the results of the first game (4f33fc01f)
22
29
23
30
## [ 21.3.1] ( https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.1 ) - 2021-02-11
24
31
### Fixed
Original file line number Diff line number Diff line change 1
1
socha.gameName =blokus
2
2
socha.version.year =21
3
- socha.version.minor =03
4
- socha.version.patch =03
3
+ socha.version.minor =04
4
+ socha.version.patch =00
You can’t perform that action at this time.
0 commit comments