File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 7
7
with :
8
8
submodules : ' recursive'
9
9
- name : Set up JDK
10
- uses : actions/setup-java@v2
10
+ uses : actions/setup-java@v3
11
11
with :
12
12
distribution : ' zulu'
13
13
java-version : 8
Original file line number Diff line number Diff line change @@ -10,12 +10,15 @@ 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
- ### 24.1.X - 2023-09-XX
14
- - Fix segment boundaries in special cases
13
+ ### 24.2.X - 2023-10-XX
15
14
- Crash oversped ships
16
15
- Allow other player to move on when one is disqualified
16
+ -
17
+ ### 24.1.2 Stable Release - 2023-09-20
17
18
18
19
### 24.1.1 Helper Adjustments - 2023-09-14
20
+ - Fully rename simpleclient to playertemplate
21
+ - Fix segment bounds special cases
19
22
20
23
### 24.1.0 Add New Helpers - 2023-09-11
21
24
Original file line number Diff line number Diff line change 1
1
socha.gameName =mississippi
2
2
socha.version.year =24
3
3
socha.version.minor =01
4
- socha.version.patch =01
4
+ socha.version.patch =02
You can’t perform that action at this time.
0 commit comments