Skip to content

Commit 98370ba

Browse files
committed
Release 4.1.4.6 (Lisias) for KSP >= 1.2
1 parent 29e8f6b commit 98370ba

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGES.md

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

5+
* 2020-1216: 4.1.4.6 (Lisias) for KSP >= 1.2
6+
+ Fixing a regression I introduced on 4.1.4.3 when I refactored MM to allow suporting KSP 1.2.2 again.
7+
- Yep... Pretty stupid... #facePalm
58
* 2020-0922: 4.1.4.5 (Lisias) for KSP >= 1.2
69
+ Making sure that eventual Database reloading borks don't screw up the KSP Performance Settings.
710
+ The performance gain claimed by 4.1.4.4 may be inaccurate - the measures on my rig enhanced a bit, but a closer inspection of the original code revealed that (obviously) it was already doing (almost) the same.

CHANGE_LOG.md

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

5+
* 2020-1216: 4.1.4.6 (Lisias) for KSP >= 1.2
6+
+ Fixing a regression I introduced on 4.1.4.3 when I refactored MM to allow suporting KSP 1.2.2 again.
7+
- Yep... Pretty stupid... #facePalm
58
* 2020-0922: 4.1.4.5 (Lisias) for KSP >= 1.2
69
+ Making sure that eventual Database reloading borks don't screw up the KSP Performance Settings.
710
+ The performance gain claimed by 4.1.4.4 may be inaccurate - the measures on my rig enhanced a bit, but a closer inspection of the original code revealed that (obviously) it was already doing (almost) the same.

ModuleManager.122.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":1,
1010
"PATCH":4,
11-
"BUILD":5
11+
"BUILD":6
1212
},
1313
"KSP_VERSION":{
1414
"MAJOR":1,

ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":1,
1010
"PATCH":4,
11-
"BUILD":5
11+
"BUILD":6
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)