Skip to content

Commit 5200350

Browse files
committed
Update Changelog, Version, Readme for Release
1 parent 04349fa commit 5200350

File tree

4 files changed

+44
-9
lines changed

4 files changed

+44
-9
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v1.4.0.0 - 11/14/2019
2+
=====================================================================================
3+
* Fix Gimbal Issues and look at constraints (thanks to Blowfish)
4+
* Fix Plume Issues (thanks to Blowfish)
5+
* Fixed the verniers on RD-0105
6+
* Fixed Gimbal Issues
7+
* RD-58
8+
* RD-8 (thanks fat-lobyte)
9+
* NK33 (thanks fat-lobyte)
10+
* NK43 (thanks fat-lobyte)
11+
* AJ10 Advanced
12+
* Updated the Textures Unlimted shaders to the new versions
13+
* Added a whitelist for Restock (thanks Gordon-Dry)
14+
* Folder Restructuring
15+
* NEW ENGINES
16+
* Merlin Family (SSTU by Shadowmage45)
17+
* Fixed the Aerobee solids from not being hidden in Patch Manager (thanks rsparkyc)
18+
* Fixed many plumes and textures (thanks gazpachian)
19+
* Made the MR104, PLE and S400 Pressure Fed (thanks gazpachian)
20+
21+
22+
123
v1.3.1.0 - 4/20/2019
224
=====================================================================================
325
* NEW ENGINES ADDED

GameData/ROEngines/ROEngines.version

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"NAME" : "RO Engines",
2+
"NAME" : "ROEngines",
33
"URL" : "https://raw.githubusercontent.com/KSP-RO/ROEngines/master/GameData/ROEngines/ROEngines.version",
44
"DOWNLOAD" : "https://github.com/KSP-RO/ROEngines/releases",
55
"HOMEPAGE" : "https://github.com/KSP-RO/ROEngines/",
@@ -10,13 +10,23 @@
1010
},
1111
"VERSION": {
1212
"MAJOR": "1",
13-
"MINOR": "3",
14-
"PATCH": "1",
13+
"MINOR": "4",
14+
"PATCH": "0",
1515
"BUILD": "0"
1616
},
1717
"KSP_VERSION" : {
1818
"MAJOR": "1",
19-
"MINOR": "3",
20-
"PATCH": "1"
21-
}
19+
"MINOR": "7",
20+
"PATCH": "3"
21+
},
22+
"KSP_VERSION_MIN": {
23+
"MAJOR": "1",
24+
"MINOR": "6",
25+
"PATCH": "1"
26+
},
27+
"KSP_VERSION_MAX": {
28+
"MAJOR": "1",
29+
"MINOR": "7",
30+
"PATCH": "3"
31+
}
2232
}

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ I understand that some of you may want these other versions of engines back, so
3939
6. Use Patch Manager to shut down KSP, or click acknowledge and continue playing. Your patch will not be active until you restart KSP. ![][image:pm-restart]
4040

4141
## Parts Included
42-
* Liquid Engines (49)
42+
* Liquid Engines (50+)
4343
* A-4 (RealEngines by Alcentar)
4444
* Aerobee (Taerobee by Beale and CobaltWolf)
4545
* Agena 8048 (SSTU by ShadowMage)
@@ -64,6 +64,7 @@ I understand that some of you may want these other versions of engines back, so
6464
* LR89 (Bluedog Design by CobaltWolf)
6565
* LR101 (Bluedog Design by CobaltWolf)
6666
* LR105 (Bluedog Design by CobaltWolf)
67+
* Merlin Family (SSTU by ShadowMage)
6768
* NAA75-110 Redstone (RealEngines by Alcentar)
6869
* NK-33 (RealEngines by Alcentar)
6970
* NK-43 (RealEngines by Alcentar)

ROEngines.netkan

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"$kref" : "#/ckan/github/KSP-RO/ROEngines",
44
"$vref" : "#/ckan/ksp-avc",
55
"x_netkan_force_v": true,
6-
"name" : "RO Engines",
6+
"name" : "ROEngines",
77
"identifier" : "ROEngines",
88
"abstract" : "ROEngines is a mod that takes the best versions of engine models available and uses them as the in-game models for Realism Overhaul parts.",
9-
"author" : "Pap1723",
9+
"author" : "pap1723",
1010
"license" : "CC-BY-SA",
1111
"release_status" : "stable",
1212
"depends" : [
@@ -17,6 +17,8 @@
1717
],
1818
"recommends" : [
1919
{ "name" : "TexturesUnlimited" },
20+
{ "name" : "ROCapsules" },
21+
{ "name" : "ROTanks" },
2022
{ "name" : "ProceduralFairings" },
2123
{ "name" : "ProceduralParts" },
2224
{ "name" : "MechJeb2" },

0 commit comments

Comments
 (0)