1
1
# Changelog
2
- All notable changes to this project will be documented in this file.
2
+ All notable changes to this project are documented in this file.
3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 ) ,
4
4
5
5
The ` x.y.z ` version is tracked in [ gradle.properties] ( ./gradle.properties ) to enable programmatic updating via the Gradle ` release ` task.
@@ -10,13 +10,17 @@ The version should always be in sync with the [GUI](https://github.com/software-
10
10
A ` y ` version of 0 marks the beta of the current year
11
11
and likely contains breaking changes between patches.
12
12
13
- ## [ 22.1.0] ( https://github.com/software-challenge/backend/commits/22.1.0 ) - 2021-09
13
+ ## [ 22.1.0] ( https://github.com/software-challenge/backend/commits/22.1.0 ) Polish - 2021-11-15
14
+ - Ensure compatibility beyond Java 16
15
+ - Fix game ending a turn too late on round limit (7b096f105)
16
+ - Fix irritating error messages at game end
17
+ - Release TestClient
14
18
15
19
## [ 22.0.3] ( https://github.com/software-challenge/backend/commits/22.0.3 ) - 2021-07-26
16
20
- Fix simpleclient setup
17
21
- Only end game after full rounds
18
22
19
- ## [ 22.0.2] ( https://github.com/software-challenge/backend/commits/22.0.2 ) - 2021-07-16
23
+ ## [ 22.0.2] ( https://github.com/software-challenge/backend/commits/22.0.2 ) Protocol Revamp - 2021-07-16
20
24
- Update documentation links
21
25
- Various improvements around testing
22
26
### Protocol
@@ -27,8 +31,7 @@ The version should always be in sync with the [GUI](https://github.com/software-
27
31
- Do not send repeated MoveRequests when pausing/unpausing
28
32
- Stop terminating client connections upon protocol issues ([ 6c6d6fa51] ( https://github.com/software-challenge/backend/commit/6c6d6fa51af71eea3914303cb886bd8b78be53a0 ) )
29
33
30
- ## [ 22.0.1] ( https://github.com/software-challenge/backend/commits/22.0.1 ) - 2021-06-25
31
- ### Ostseeschach
34
+ ## [ 22.0.1] ( https://github.com/software-challenge/backend/commits/22.0.1 ) Adjust Ostseeschach plugin - 2021-06-25
32
35
- Implemented proper winner calculation
33
36
- Added some utility methods
34
37
- Adjusted XML
0 commit comments