Skip to content

Commit e623c7b

Browse files
committed
Release 4.2.3.2 (Lisias) for KSP >= 1.2
1 parent 777cb09 commit e623c7b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGES.md

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

5+
* 2023-0716: 4.2.3.2 (Lisias) for KSP >= 1.2
6+
+ Logging revamp/refactoring
7+
- Saner code
8+
- MOAR LOGS
9+
- Previous `LOGSPAM` conditional compiling is now pushed into the mainstream as TRACE messages.
10+
- Edit the relevant ModuleManager section on `<KSP>/PluginData/KSPe.cfg` file to set the desired log level.
511
* 2023-0716: 4.2.3.1 (Lisias) for KSP >= 1.2
612
+ Bumps versioning, catching up with upstream and formalising he fixes already implemented - ome for ages... :)
713
+ Removes yet some more deprecated calls from `KSPe`.

CHANGE_LOG.md

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

5+
* 2023-0716: 4.2.3.2 (Lisias) for KSP >= 1.2
6+
+ Logging revamp/refactoring
7+
- Saner code
8+
- MOAR LOGS
9+
- Previous `LOGSPAM` conditional compiling is now pushed into the mainstream as TRACE messages.
10+
- Edit the relevant ModuleManager section on `<KSP>/PluginData/KSPe.cfg` file to set the desired log level.
511
* 2023-0716: 4.2.3.1 (Lisias) for KSP >= 1.2
612
+ Bumps versioning, catching up with upstream and formalising the fixes already implemented - some for ages... :)
713
+ Removes yet some more deprecated calls from `KSPe`.

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

0 commit comments

Comments
 (0)