File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 77 "VERSION":{
88 "MAJOR":4,
99 "MINOR":0,
10- "PATCH":2 ,
10+ "PATCH":3 ,
1111 "BUILD":1
1212 },
1313 "KSP_VERSION_MIN":{
You can’t perform that action at this time.
0 commit comments