File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
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
- * 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
10
10
+ 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
Original file line number Diff line number Diff line change 2
2
* Lasciate ogne speranza, voi ch'intrate*
3
3
- - -
4
4
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.
5
9
* 2020-0711: 4.1.4.1 (Lisias) for KSP >= 1.3.1
6
10
+ Merging upstream updates:
7
11
- Fix a bug with LAST[modx] when modx is not present
Original file line number Diff line number Diff line change 8
8
"MAJOR":4,
9
9
"MINOR":1,
10
10
"PATCH":4,
11
- "BUILD":1
11
+ "BUILD":2
12
12
},
13
13
"KSP_VERSION_MIN":{
14
14
"MAJOR":1,
You can’t perform that action at this time.
0 commit comments