Skip to content

Commit 4bf54eb

Browse files
committed
Release 4.0.2.1 (Lisias) for KSP >= 1.3.1
1 parent ad880fd commit 4bf54eb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

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

5+
* 2019-0405: 4.0.2.1 (Lisias) for KSP >= 1.3.1
6+
+ Reverting change on MMPatchLoader to allow it to be findable by `UnityEngine.Object.FindObjectOfType`
7+
+ Merging upstream updates:
8+
- Allow assemblies to add to mod list (Fix for Kerbalism compatibility)
9+
- Add -mm-dont-copy-logs command line flag if you do not want to copy MM log back into the game log
10+
- Fix for KSP runs in debug mode.
511
* 2019-0125: 4.0.0.2 (Lisias) for KSP >= 1.3.1
612
+ Merging upstream updates:
713
- [blowfish](https://forum.kerbalspaceprogram.com/index.php?/profile/119688-blowfish/) worked his magic once more and now MM does the patching while the game loads the models and textures.

CHANGE_LOG.md

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

5+
* 2019-0405: 4.0.2.1 (Lisias) for KSP >= 1.3.1
6+
+ Reverting change on MMPatchLoader to allow it to be findable by `UnityEngine.Object.FindObjectOfType`
7+
+ Merging upstream updates:
8+
- Allow assemblies to add to mod list (Fix for Kerbalism compatibility)
9+
- Add -mm-dont-copy-logs command line flag if you do not want to copy MM log back into the game log
10+
- Fix for KSP runs in debug mode.
511
* 2019-0125: 4.0.0.2 (Lisias) for KSP >= 1.3.1
612
+ Merging upstream updates:
713
- [blowfish](https://forum.kerbalspaceprogram.com/index.php?/profile/119688-blowfish/) worked his magic once more and now MM does the patching while the game loads the models and textures.

ModuleManager.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"VERSION":{
88
"MAJOR":4,
99
"MINOR":0,
10-
"PATCH":0,
11-
"BUILD":2
10+
"PATCH":2,
11+
"BUILD":1
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)