Skip to content

Commit 9c60d23

Browse files
committed
Release 4.0.0.2 (Lisias) for KSP >= 1.3.1
1 parent ad8bca0 commit 9c60d23

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGES.md

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

5+
* 2019-0125: 4.0.0.2 (Lisias) for KSP >= 1.3.1
6+
+ Merging upstream updates:
7+
- [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.
8+
- Fix tech tree and modded physics
9+
+ (my) Fixes to the upstream:
10+
- Fixing the Logging system, restoring the (sane) previous behaviour. The new logs were preserved, and can be found on `<KSP_ROOT>/Logs/ModuleManager`
11+
- Allowing "stock" compatibility to 1.3.1 by avoiding >= 1.4 specifics #hurray :)
12+
- Monitoring changes to TechTree and Physics
13+
- Preventing hijacking them when another Add'On changes them.
14+
- They are set up only **one** at first time Space Center is loaded. From there, it only logs if they were changed.
15+
+ Stating **Official** support for KSP 1.3.1 :)
516
* 2019-0110: 3.1.3.1 (Lisias) for KSP >= 1.4.1
617
+ Merging 1.6.0 DragCube workaround from uptream
718
+ Certifying for use on 1.5.x and 1.6.x series

CHANGE_LOG.md

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

5+
* 2019-0125: 4.0.0.2 (Lisias) for KSP >= 1.3.1
6+
+ Merging upstream updates:
7+
- [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.
8+
- Fix tech tree and modded physics
9+
+ (my) Fixes to the upstream:
10+
- Fixing the Logging system, restoring the (sane) previous behaviour. The new logs were preserved, and can be found on `<KSP_ROOT>/Logs/ModuleManager`
11+
- Allowing "stock" compatibility to 1.3.1 by avoiding >= 1.4 specifics #hurray :)
12+
- Monitoring changes to TechTree and Physics
13+
- Preventing hijacking them when another Add'On changes them.
14+
- They are set up only **one** at first time Space Center is loaded. From there, it only logs if they were changed.
15+
+ Stating **Official** support for KSP 1.3.1 :)
516
* 2019-0110: 3.1.3.1 (Lisias) for KSP >= 1.4.1
617
+ Merging 1.6.0 DragCube workaround from uptream
718
+ Certifying for use on 1.5.x and 1.6.x series

ModuleManager.version

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

0 commit comments

Comments
 (0)