From 58be6128aa56e9880b3dfe4e3bcb7b8f983c5b04 Mon Sep 17 00:00:00 2001 From: Lisias Date: Sun, 1 Mar 2020 23:38:19 -0300 Subject: [PATCH] Pre Release 0.0.2.0 (LisiasT) for KSP >= 1.4 --- CHANGES.md | 10 +++++----- CHANGE_LOG.md | 5 +++++ KNOWN_ISSUES.md | 6 +++++- KSP_Recall.version | 4 ++-- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4cca7c9..903567d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # KSP-Recall :: Changes -* 2020-0301: 0.0.1.1 (LisiasT) for KSP >= 1.4.1 PRE-RELEASE - + Initial Release for Evaluation made right this time. -* 2020-0301: 0.0.1.0 (LisiasT) for KSP >= 1.4.1 PRE-RELEASE - + Initial Release for Evaluation - + Currently compatible only with TweakScale +* 2020-0302: 0.0.2.0 (LisiasT) for KSP >= 1.4.1 PRE-RELEASE + + A not so initial Release for Evaluation, but really made right this time. Honest! + + Correctly (I think) implements the Issue [#1](https://github.com/net-lisias-ksp/KSP-Recall/issues/3) "KSP 1.9.x resets resources to prefab while cloning parts". + - Listening to the new Event `OnPartResourceChanged` + + Fixes the Issue [#2](https://github.com/net-lisias-ksp/KSP-Recall/issues/2) "Resourceful is applying the last scaling of a part on every new part" diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 446f26f..198a29d 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,10 @@ # KSP-Recall :: Change Log +* 2020-0302: 0.0.2.0 (LisiasT) for KSP >= 1.4.1 PRE-RELEASE + + A not so initial Release for Evaluation, but really made right this time. Honest! + + Correctly (I think) implements the Issue [#1](https://github.com/net-lisias-ksp/KSP-Recall/issues/3) "KSP 1.9.x resets resources to prefab while cloning parts". + - Listening to the new Event `OnPartResourceChanged` + + Fixes the Issue [#2](https://github.com/net-lisias-ksp/KSP-Recall/issues/2) "Resourceful is applying the last scaling of a part on every new part" * 2020-0301: 0.0.1.1 (LisiasT) for KSP >= 1.4.1 PRE-RELEASE + Initial Release for Evaluation made right this time. * 2020-0301: 0.0.1.0 (LisiasT) for KSP >= 1.4.1 PRE-RELEASE diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index cab938c..0f7a177 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -1,7 +1,11 @@ # KSP-Recall :: Known Issues -* Works only with TweakScale at the moment. +* Works only with TweakScale Beta at the moment. + More Add'Ons support is on the works +* Reverting to Vehicle Assembly is moving radially attached parts towards the center of the craft. + + Click "New" and Reload the craft as a workaround. + - You **MUST** click "New" first. + + Issue [#3](https://github.com/net-lisias-ksp/KSP-Recall/issues/3) - - - diff --git a/KSP_Recall.version b/KSP_Recall.version index 16fe2f0..02351ca 100644 --- a/KSP_Recall.version +++ b/KSP_Recall.version @@ -7,8 +7,8 @@ "VERSION":{ "MAJOR":0, "MINOR":0, - "PATCH":1, - "BUILD":1 + "PATCH":2, + "BUILD":0 }, "KSP_VERSION_MIN":{ "MAJOR":1,