Skip to content

Commit bbedd90

Browse files
committed
Release 4.1.4.2 (Lisias) for KSP >= 1.3.1
1 parent 4cda442 commit bbedd90

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGES.md

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

5-
* 2020-0616: 4.1.3.2 (Lisias) for KSP >= 1.3.1
6-
+ A nasty mishap from a old merge (dated 2018-11) was detected and fixed.
7-
- See Issue [#4](https://github.com/net-lisias-ksp/ModuleManager/issues/4).
8-
* 2020-0526: 4.1.3.1 (Lisias) for KSP >= 1.3.1
9-
+ Adding a nice 'Houston' GUI message
5+
* 2020-0822: 4.1.4.2 (Lisias) for KSP >= 1.3.1
6+
+ Preventing KSPe to use Thread Safe logging.
7+
- MM doesn't need it (yet), and it's somewhat verbose on the logging.
8+
+ Needs KSPe 2.2.1 or newer.
9+
* 2020-0711: 4.1.4.1 (Lisias) for KSP >= 1.3.1
1010
+ Merging upstream updates:
11-
- Adding an Exception interceptor to catch `ReflectionTypeLoadException` and properly blame DLLs
12-
- Cleanup the InterceptLogHandler, remove double logging and avoid any risk of throwing more
13-
+ These things were reworked to keep them compatible with previous KSP versions.
11+
- Fix a bug with LAST[modx] when modx is not present
12+
- some code cleanups
13+
* 2020-0707: 4.1.4.0 (sarbian) for KSP >= 1.8
14+
+ Fix a bug with LAST[modx] when modx is not present
15+
+ some code cleanups

CHANGE_LOG.md

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

5+
* 2020-0822: 4.1.4.2 (Lisias) for KSP >= 1.3.1
6+
+ Preventing KSPe to use Thread Safe logging.
7+
- MM doesn't need it (yet), and it's somewhat verbose on the logging.
8+
+ Needs KSPe 2.2.1 or newer.
59
* 2020-0711: 4.1.4.1 (Lisias) for KSP >= 1.3.1
610
+ Merging upstream updates:
711
- Fix a bug with LAST[modx] when modx is not present

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

0 commit comments

Comments
 (0)