Skip to content

Commit ec06309

Browse files
committed
Release 4.1.4.8 for KSP >= 1.2
1 parent 3fea737 commit ec06309

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

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

5+
* 2021-0227: 4.1.4.8 (Lisias) for KSP >= 1.2
6+
+ 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)
57
* 2021-0227: 4.1.4.7 (Lisias) for KSP >= 1.2
68
+ Resurrects the Patch Logger on file
79
* 2020-1216: 4.1.4.6 (Lisias) for KSP >= 1.2

CHANGE_LOG.md

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

5+
* 2021-0227: 4.1.4.8 (Lisias) for KSP >= 1.2
6+
+ 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)
57
* 2021-0227: 4.1.4.7 (Lisias) for KSP >= 1.2
68
+ Resurrects the Patch Logger on file
79
* 2020-1216: 4.1.4.6 (Lisias) for KSP >= 1.2

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":7
11+
"BUILD":8
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":7
11+
"BUILD":8
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)