Skip to content

Commit 018214e

Browse files
committed
Release 4.2.1.1 (Lisias) for KSP >= 1.2
1 parent 9a151b6 commit 018214e

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2021-0907: 4.2.1.1 (Lisias) for KSP >= 1.2
6+
+ Catch up with upstream:
7+
- 4.2.1
8+
- Fix off-by-one string indexing in constraint checking Also change string
9+
- comparison type to `StringComparison.Ordinal`, which should be the correct type according to [best-practices-strings](https://docs.microsoft.com/en-us/dotnet/standard/base-types/best-practices-strings).
10+
- Undo string comparison change.
11+
- 4.2.0
12+
- Set modded physics and reload earlier
13+
- Ensure string comparison is culture invariant
14+
- Always replace physics
515
* 2021-0822: 4.1.4.8 (Lisias) for KSP >= 1.2
616
+ Fix a performance issue on KSP >= 1.8, due a change on when the GameSettings were being applied (that ended you screwing my fork's restoring point)
717
* 2021-0227: 4.1.4.7 (Lisias) for KSP >= 1.2

CHANGE_LOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2021-0907: 4.2.1.1 (Lisias) for KSP >= 1.2
6+
+ Catch up with upstream:
7+
- 4.2.1
8+
- Fix off-by-one string indexing in constraint checking Also change string
9+
- comparison type to `StringComparison.Ordinal`, which should be the correct type according to [best-practices-strings](https://docs.microsoft.com/en-us/dotnet/standard/base-types/best-practices-strings).
10+
- Undo string comparison change.
11+
- 4.2.0
12+
- Set modded physics and reload earlier
13+
- Ensure string comparison is culture invariant
14+
- Always replace physics
515
* 2021-0822: 4.1.4.8 (Lisias) for KSP >= 1.2
616
+ Fix a performance issue on KSP >= 1.8, due a change on when the GameSettings were being applied (that ended you screwing my fork's restoring point)
717
* 2021-0801: 4.2.1 (Sarbian) for KSP 1.8.0

ModuleManager.122.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGES.md",
77
"VERSION":{
88
"MAJOR":4,
9-
"MINOR":1,
10-
"PATCH":4,
11-
"BUILD":8
9+
"MINOR":2,
10+
"PATCH":1,
11+
"BUILD":1
1212
},
1313
"KSP_VERSION":{
1414
"MAJOR":1,

ModuleManager.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGES.md",
77
"VERSION":{
88
"MAJOR":4,
9-
"MINOR":1,
10-
"PATCH":4,
11-
"BUILD":8
9+
"MINOR":2,
10+
"PATCH":1,
11+
"BUILD":1
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)