diff --git a/CHANGES.md b/CHANGES.md index f2839273..42960c33 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # TweakScale :: Changes +* 2024-0525: 2.4.8.3 (Lisias) for KSP >= 1.3 + + Fixes a (yet another :P) major screwup of mine, this one while handling systems without `ModuleManagerWatchDog` installed - exactly the situation the `TweakScale.WatchDog` was born to handle on 2.4.8.0... + - Yep, sometimes I'm just overloaded by Real Life©... + + Reworks Issues: + - [#312](https://github.com/TweakScale/TweakScale/issues/312) Write an internal Self Check Mechanism * 2024-0524: 2.4.8.2 (Lisias) for KSP >= 1.3 + Detected and fixed a borderline situation in which the `IPartCostModifier` from the TweakScale's `PartModule` was being called **before** the `OnLoad` while merging a craft with scaled cockpit - unsure if the cockpit made any difference, but whatever. - I'm shooting first and making questions later - I will left a proper diagnose to be tackled down on the Beta 2.5. diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 76848280..07286a46 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,10 @@ # TweakScale :: Change Log +* 2024-0525: 2.4.8.3 (Lisias) for KSP >= 1.3 + + Fixes a (yet another :P) major screwup of mine, this one while handling systems without `ModuleManagerWatchDog` installed - exactly the situation the `TweakScale.WatchDog` was born to handle on 2.4.8.0... + - Yep, sometimes I'm just overloaded by Real Life©... + + Reworks Issues: + - [#312](https://github.com/TweakScale/TweakScale/issues/312) Write an internal Self Check Mechanism * 2024-0524: 2.4.8.2 (Lisias) for KSP >= 1.3 + Detected and fixed a borderline situation in which the `IPartCostModifier` from the TweakScale's `PartModule` was being called **before** the `OnLoad` while merging a craft with scaled cockpit - unsure if the cockpit made any difference, but whatever. - I'm shooting first and making questions later - I will left a proper diagnose to be tackled down on the Beta 2.5. @@ -11,7 +16,7 @@ + I **hope** that, **finally**, the 2.4.8.x series will put an end point on the legacy branch. I plan to do only minor adjustments (if needed) on the legacy from now on. - If I manage to do everything right (this time), the already legendary 2.5 series will be bought into the mainstream Soon™. + **ATTENTION**: You need to update [KSP-Recall](https://github.com/net-lisias-ksp/KSP-Recall/releases) to 0.5.0.1 at least. - + Closes Issues: + + Closes Issues: - [#325](https://github.com/TweakScale/TweakScale/issues/325) Cope with https://github.com/net-lisias-ksp/KSP-Recall/issues/73 - [#312](https://github.com/TweakScale/TweakScale/issues/312) Write an internal Self Check Mechanism - [#307](https://github.com/TweakScale/TweakScale/issues/307) Attachment Points are not being scaled (or being reset) after changing the Variant diff --git a/TweakScale.version b/TweakScale.version index 6503f81d..7d1f8cdb 100644 --- a/TweakScale.version +++ b/TweakScale.version @@ -8,7 +8,7 @@ "MAJOR":2, "MINOR":4, "PATCH":8, - "BUILD":2 + "BUILD":3 }, "KSP_VERSION_MIN":{ "MAJOR":1,