From 32ab62ccbde3600b6c22c5bd78d1161ef1f5c08e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 22 Nov 2023 08:55:03 +0000 Subject: [PATCH] Update version to v17.6.2.0 --- GameData/RealismOverhaul/RO.version | 2 +- GameData/RealismOverhaul/changelog.cfg | 23 ++++++++++++++++++----- README.md | 2 +- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/GameData/RealismOverhaul/RO.version b/GameData/RealismOverhaul/RO.version index aaef78749d..70a9c95505 100644 --- a/GameData/RealismOverhaul/RO.version +++ b/GameData/RealismOverhaul/RO.version @@ -10,7 +10,7 @@ "VERSION": { "MAJOR": 17, "MINOR": 6, - "PATCH": 1, + "PATCH": 2, "BUILD": 0 }, "KSP_VERSION": { diff --git a/GameData/RealismOverhaul/changelog.cfg b/GameData/RealismOverhaul/changelog.cfg index e44ba4d48f..3134bdcb5f 100644 --- a/GameData/RealismOverhaul/changelog.cfg +++ b/GameData/RealismOverhaul/changelog.cfg @@ -6,15 +6,28 @@ KERBALCHANGELOG website = github.com/KSP-RO/RealismOverhaul VERSION { - version = 17.6.1.0 + version = 17.6.2.0 versionKSP = 1.12.3 CHANGE { change = What's Changed - subchange = Adjust lander can masses based on correct LM mass (**NOTE** if you have craft using the stock landercans in flight, you might need to temporarily use the Infinite Propellant cheat to get back lost delta v) - subchange = Speed up rails rotation code and fix an issue where plane orientation after airlaunch was incorrect (along with other initialization and save/load issues) - subchange = Patch KSPWheel so that overspeeding is checked only when actually landed (moved the RP-1 patch to RO) - subchange = ROUtils is now required (and will be installed by CKAN). Install Checker will now report missing dependencies + subchange = Fix the rotations of child parts being wrong on vessels when Principia is not installed + subchange = Rewrite rotation module caching for better perf and coherency + subchange = Patch more ways rotation and position are set, for better perf + subchange = Add a note about Speculative being the default specLevel + } + } + VERSION + { + version = 17.6.1.0 + versionKSP = 1.12.3 + CHANGE + { + change = What's Changed + subchange = Adjust lander can masses based on correct LM mass (**NOTE** if you have craft using the stock landercans in flight, you might need to temporarily use the Infinite Propellant cheat to get back lost delta v) + subchange = Speed up rails rotation code and fix an issue where plane orientation after airlaunch was incorrect (along with other initialization and save/load issues) + subchange = Patch KSPWheel so that overspeeding is checked only when actually landed (moved the RP-1 patch to RO) + subchange = ROUtils is now required (and will be installed by CKAN). Install Checker will now report missing dependencies } } VERSION diff --git a/README.md b/README.md index 8656a7a940..b69edb7e5b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- +

# Realism Overhaul