Skip to content

Commit d4b2761

Browse files
committed
Release 3.1.3.1 (Lisias) for KSP >= 1.4.1
1 parent f9caf38 commit d4b2761

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

CHANGES.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

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
59
* 2018-1112: 3.1.1.1 (Lisias) for KSP 1.4; 1.5
610
+ Adding KSPe logging facilities
711
+ Syncing source with upstream latest fixes.
812
- more Internal code improvement by @blowfish
9-
* 2018-1019: 3.1.0.1 (Lisias) for KSP 1.4
13+
* Older news
1014
+ Declaring this thing **EXPERIMENTAL**.
1115
- 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
1416
+ 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
1717
+ Moving the datafiles to <KSP_ROOT>/PluginData , where God intended it to be.
1818
+ Using KSPe facilities
1919
- (some) Logging
2020
- 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.

CHANGE_LOG.md

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

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
59
* 2018-1112: 3.1.1.1 (Lisias) for KSP 1.4; 1.5
610
+ Adding KSPe logging facilities
711
+ Syncing source with upstream latest fixes.

ModuleManager.version

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@
77
"VERSION":{
88
"MAJOR":3,
99
"MINOR":1,
10-
"PATCH":1,
10+
"PATCH":3,
1111
"BUILD":1
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,
1515
"MINOR":4,
1616
"PATCH":1
17-
},
18-
"KSP_VERSION_MAX":{
19-
"MAJOR":1,
20-
"MINOR":5,
21-
"PATCH":99
2217
}
2318
}

0 commit comments

Comments
 (0)