Skip to content

Commit b3ec043

Browse files
committed
Release 4.1.3.1 (Lisias) for KSP >= 1.3.1
1 parent 3945c6a commit b3ec043

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

CHANGES.md

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

5-
* 2019-1018: 4.1.0.1 (Lisias) for KSP >= 1.3.1
6-
+ Updating code to the latest KSPe API
7-
- New KSPUnity facilities
5+
* 2020-0526: 4.1.3.1 (Lisias) for KSP >= 1.3.1
6+
+ Adding a nice 'Houston' GUI message
87
+ Merging upstream updates:
9-
- escaping/unescaping control chars on node values
10-
- Fixing database dumping to files
11-
- Fixing the reload dialog
12-
- Making Cats compatible to Unity 2019
8+
- Adding an Exception interceptor to catch `ReflectionTypeLoadException` and properly blame DLLs
9+
- Cleanup the InterceptLogHandler, remove double logging and avoid any risk of throwing more
1310
+ These things were reworked to keep them compatible with previous KSP versions.

CHANGE_LOG.md

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

5-
* 2019-1018: 4.1.0.1 (Lisias) for KSP >= 1.3.1
6-
+ Updating code to the latest KSPe API
7-
- New KSPUnity facilities
5+
* 2020-0526: 4.1.3.1 (Lisias) for KSP >= 1.3.1
6+
+ Adding a nice 'Houston' GUI message
87
+ Merging upstream updates:
9-
- escaping/unescaping control chars on node values
10-
- Fixing database dumping to files
11-
- Fixing the reload dialog
12-
- Making Cats compatible to Unity 2019
8+
- Adding an Exception interceptor to catch `ReflectionTypeLoadException` and properly blame DLLs
139
+ These things were reworked to keep them compatible with previous KSP versions.
1410
* 2019-0807: 4.0.3.1 (Lisias) for KSP >= 1.3.1
1511
+ Updating code to the latest KSPe API

ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"VERSION":{
88
"MAJOR":4,
99
"MINOR":1,
10-
"PATCH":0,
10+
"PATCH":3,
1111
"BUILD":1
1212
},
1313
"KSP_VERSION_MIN":{

0 commit comments

Comments
 (0)