diff --git a/GameData/RP-1/RP-1.version b/GameData/RP-1/RP-1.version index 63cbf4d4751..338b2c5c180 100644 --- a/GameData/RP-1/RP-1.version +++ b/GameData/RP-1/RP-1.version @@ -1,13 +1,13 @@ { "NAME": "Realistic Progression One", "URL": "https://raw.githubusercontent.com/KSP-RO/RP-1/master/GameData/RP-1/RP-1.version", - "DOWNLOAD": "https://github.com/KSP-RO/RP-1/releases/download/v3.0.0.0/RP-1-v3.0.0.0.zip", + "DOWNLOAD": "https://github.com/KSP-RO/RP-1/releases/download/v3.0.0.1/RP-1-v3.0.0.1.zip", "HOMEPAGE": "https://github.com/KSP-RO/RP-1/", "VERSION": { "MAJOR": 3, "MINOR": 0, "PATCH": 0, - "BUILD": 0 + "BUILD": 1 }, "KSP_VERSION": { "MAJOR": "1", diff --git a/GameData/RP-1/changelog.cfg b/GameData/RP-1/changelog.cfg index 8c290d3fbe8..c0dc15d8a22 100644 --- a/GameData/RP-1/changelog.cfg +++ b/GameData/RP-1/changelog.cfg @@ -5,6 +5,21 @@ KERBALCHANGELOG author = KSP-RO team website = github.com/KSP-RO/RP-1 VERSION + { + version = 3.0.0.1 + versionKSP = 1.12.3 + CHANGE + { + change = What's Changed + subchange = Fix naut training not using upgraded Astronaut Complex training rate increases + subchange = Further modify mass for Proc Parts structural parts, fix the cost of Proc Parts structural parts to be less than that of tanks (or about the same as the Steel tank) + subchange = Fix Proc Parts charging extra compared to ROTanks tank parts for a given diameter and length + subchange = Add some missing costs for some resources RO adds + subchange = Show an error dialog if Harmony patching fails during KSP startup + subchange = Move most RF tank costs from the subtank to the base part (i.e. adding a Kerosene tank will not actually increase the cost of the part, since the part is assumed to be a tank already, not an empty shell) + } + } + VERSION { version = 3.0.0.0 versionKSP = 1.12.3 diff --git a/README.md b/README.md index e730cfcacb0..7a87e0e42ec 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- +

Welcome to Realistic Progression One, the heavyweight career addon for Kerbal Space Program's Realism Overhaul.