File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Expand file tree Collapse file tree 3 files changed +10
-13
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
+ * 2019-0110: 3.1.3.1 (Lisias) for KSP >= 1.4.1
6
+ + Merging 1.6.0 DragCube workaround from uptream
7
+ + Certifying for use on 1.5.x and 1.6.x series
8
+ + Bumping up version to catch upstream's
5
9
* 2018-1112: 3.1.1.1 (Lisias) for KSP 1.4; 1.5
6
10
+ Adding KSPe logging facilities
7
11
+ Syncing source with upstream latest fixes.
8
12
- more Internal code improvement by @blowfish
9
- * 2018-1019: 3.1.0.1 (Lisias) for KSP 1.4
13
+ * Older news
10
14
+ Declaring this thing **EXPERIMENTAL**.
11
15
- I will properly maintain it, but it still Experimental (and non Standard)
12
- + Syncing source with upstream latest fixes.
13
- * 2018-1011: 3.0.7.4 (Lisias) for KSP 1.4
14
16
+ We have moved to the properly maintained /L Division! :)
15
- + No code changes from the last release.
16
- * 2018-1010: 3.0.7.3 (Lisias) for KSP 1.4
17
17
+ Moving the datafiles to <KSP_ROOT>/PluginData , where God intended it to be.
18
18
+ Using KSPe facilities
19
19
- (some) Logging
20
20
- File System and Data Files
21
- + Some small glitches and what appears to be a behavior inconsistency fixed.
22
- + Doing things the right way this time.
Original file line number Diff line number Diff line change 2
2
* Lasciate ogne speranza, voi ch'intrate*
3
3
- - -
4
4
5
+ * 2019-0110: 3.1.3.1 (Lisias) for KSP >= 1.4.1
6
+ + Merging 1.6.0 DragCube workaround from uptream
7
+ + Certifying for use on 1.5.x and 1.6.x series
8
+ + Bumping up version to catch upstream's
5
9
* 2018-1112: 3.1.1.1 (Lisias) for KSP 1.4; 1.5
6
10
+ Adding KSPe logging facilities
7
11
+ Syncing source with upstream latest fixes.
Original file line number Diff line number Diff line change 7
7
"VERSION":{
8
8
"MAJOR":3,
9
9
"MINOR":1,
10
- "PATCH":1 ,
10
+ "PATCH":3 ,
11
11
"BUILD":1
12
12
},
13
13
"KSP_VERSION_MIN":{
14
14
"MAJOR":1,
15
15
"MINOR":4,
16
16
"PATCH":1
17
- },
18
- "KSP_VERSION_MAX":{
19
- "MAJOR":1,
20
- "MINOR":5,
21
- "PATCH":99
22
17
}
23
18
}
You can’t perform that action at this time.
0 commit comments