Skip to content

Commit 5f36025

Browse files
committed
Release 4.0.3.1 (Lisias) for KSP >= 1.3.1
1 parent 37b9214 commit 5f36025

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGES.md

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

5+
* 2019-0807: 4.0.3.1 (Lisias) for KSP >= 1.3.1
6+
+ Updating code to the latest KSPe API
7+
- Getting rid of deprecated warnings
8+
+ Getting rid of the overcomplicated logging code
9+
- Relying on KSPe to that
10+
- Logging into a file will be implemented later on KSPe itself. Place holders were kept.
11+
+ Merging upstream updates:
12+
- Improvements on thread safety
13+
- Small improvements on performance (regex caching and preserving config cache when just whitespaces were changed)
14+
- Better handling of Escape Chars, SHAs and URLs
15+
- Some code cleaning and better test cases
516
* 2019-0405: 4.0.2.1 (Lisias) for KSP >= 1.3.1
617
+ Reverting change on MMPatchLoader to allow it to be findable by `UnityEngine.Object.FindObjectOfType`
718
+ Merging upstream updates:

CHANGE_LOG.md

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

5+
* 2019-0807: 4.0.3.1 (Lisias) for KSP >= 1.3.1
6+
+ Updating code to the latest KSPe API
7+
- Getting rid of deprecated warnings
8+
+ Getting rid of the overcomplicated logging code
9+
- Relying on KSPe to that
10+
- Logging into a file will be implemented later on KSPe itself. Place holders were kept.
11+
+ Merging upstream updates:
12+
- Improvements on thread safety
13+
- Small improvements on performance (regex caching and preserving config cache when just whitespaces were changed)
14+
- Better handling of Escape Chars, SHAs and URLs
15+
- Some code cleaning and better test cases
516
* 2019-0405: 4.0.2.1 (Lisias) for KSP >= 1.3.1
617
+ Reverting change on MMPatchLoader to allow it to be findable by `UnityEngine.Object.FindObjectOfType`
718
+ Merging upstream updates:

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":0,
10-
"PATCH":2,
10+
"PATCH":3,
1111
"BUILD":1
1212
},
1313
"KSP_VERSION_MIN":{

0 commit comments

Comments
 (0)