Skip to content

Commit

Permalink
Release 2.4.8.3 (Lisias) for KSP >= 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed May 25, 2024
1 parent 346a8bf commit 21c5184
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 6 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion TweakScale.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":2,
"MINOR":4,
"PATCH":8,
"BUILD":2
"BUILD":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit 21c5184

Please sign in to comment.