File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 2
2
* Lasciate ogne speranza, voi ch'intrate*
3
3
- - -
4
4
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
8
7
+ 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
13
10
+ These things were reworked to keep them compatible with previous KSP versions.
Original file line number Diff line number Diff line change 2
2
* Lasciate ogne speranza, voi ch'intrate*
3
3
- - -
4
4
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
8
7
+ 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
13
9
+ These things were reworked to keep them compatible with previous KSP versions.
14
10
* 2019-0807: 4.0.3.1 (Lisias) for KSP >= 1.3.1
15
11
+ Updating code to the latest KSPe API
Original file line number Diff line number Diff line change 7
7
"VERSION":{
8
8
"MAJOR":4,
9
9
"MINOR":1,
10
- "PATCH":0 ,
10
+ "PATCH":3 ,
11
11
"BUILD":1
12
12
},
13
13
"KSP_VERSION_MIN":{
You can’t perform that action at this time.
0 commit comments