diff --git a/GameData/RP-1/RP-1.version b/GameData/RP-1/RP-1.version index 59c55370690..34ea85fae5e 100644 --- a/GameData/RP-1/RP-1.version +++ b/GameData/RP-1/RP-1.version @@ -1,12 +1,12 @@ { "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.1.0/RP-1-v3.0.1.0.zip", + "DOWNLOAD": "https://github.com/KSP-RO/RP-1/releases/download/v3.1.0.0/RP-1-v3.1.0.0.zip", "HOMEPAGE": "https://github.com/KSP-RO/RP-1/", "VERSION": { "MAJOR": 3, - "MINOR": 0, - "PATCH": 1, + "MINOR": 1, + "PATCH": 0, "BUILD": 0 }, "KSP_VERSION": { diff --git a/GameData/RP-1/changelog.cfg b/GameData/RP-1/changelog.cfg index 6f0eddc40dc..69bb82a375a 100644 --- a/GameData/RP-1/changelog.cfg +++ b/GameData/RP-1/changelog.cfg @@ -5,6 +5,28 @@ KERBALCHANGELOG author = KSP-RO team website = github.com/KSP-RO/RP-1 VERSION + { + version = 3.1.0.0 + versionKSP = 1.12.3 + CHANGE + { + change = What's Changed + subchange = Remove Orbital Recovery contract mentioning it can be completed twice + subchange = Add a patch so that Kerbalism uses the actual inclination of a vessel when checking if an experiment could run (inclination was wrong for vessels not around the current body when Principia is installed due to how Principia implements axial tilt) + subchange = Add Astronaut Complex upgrade requirements to Early X-Planes and Early Crewed Orbit to signpost that upgrades to the AC will be needed + subchange = Fix various tips etc. that mention Astronaut Complex levels + subchange = Fix an issue where UI state could sometimes not be restored properly after closing a popup + subchange = When building a new LC that does not perfectly share commonality with an existing LC, its commonality percent is capped at 95%. This fixes an issue where LCs could be upgraded bit by bit with no efficiency loss + subchange = Highlight (in yellow) when the desired max mass for an LC is above the maximum possible modify limit (or below the minimum possible modify limit) + subchange = Fix an issue where RP-1 would hang on launch if KSPWheel was not installed + subchange = Fix lingering references to Renovate and Upgrade rather than just Modify for LCs + subchange = Update Kerbalism patches to match the existing Kerbalism PRs and make sure they will not be applied to forthcoming Kerbalism releases which have the PRs merged + subchange = Improve the Install Checker's text to be clearer that the issue could be either missing or outdated dependencies when RP-1 doesn't detect its dependencies or itself fails to load + subchange = Add support for new ROC docking ports + subchange = Add optional orbit contract to Crewed Lunar program + } + } + VERSION { version = 3.0.1.0 versionKSP = 1.12.3 diff --git a/README.md b/README.md index 99974147c1b..fa2d1ed3541 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.