From 09b6266cb476de5ee1c4cf5d80c46abeff02d408 Mon Sep 17 00:00:00 2001 From: Lisias T Date: Sun, 4 Sep 2022 04:51:37 -0300 Subject: [PATCH] Release 0.3.0.2 (LisiasT) for KSP >= 1.4.1 --- CHANGES.md | 8 ++++++++ CHANGE_LOG.md | 8 ++++++++ pack-curse.sh | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bccab98..b2ba4c6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # KSP-Recall :: Changes +* 2022-0904: 0.3.0.2 (LisiasT) for KSP >= 1.4.1 + + After some weeks of denying, it was **finally** realised that `AttachedOnEditor` is needed downoto KSP 1.4.3 - on the very first `ModulePartVariant` implementation. + - What a crap of a code they published, damn! + Fixes a small brain fart of mine on the [INSTALL.md](https://github.com/net-lisias-ksp/KSP-Recall/blob/master/INSTALL.md) file. + + Updates KSPe.Light to the latest release (2.4.2.1 at this time) + + Closes issues: + - [#55](https://github.com/net-lisias-ksp/KSP-Recall/issues/55) The KSP Editor is screwing things since 1.4.3 + - [#50](https://github.com/net-lisias-ksp/KSP-Recall/issues/50) Not sure how to install 0.3.0.0 + - Thanks to []@tomtheisen](https://github.com/tomtheisen) for the heads up! * 2022-0630: 0.3.0.1 (LisiasT) for KSP >= 1.4.1 + Fixes a **huge** brain fart of mine from 0.2.2.4 #facePalm + Closes issues: diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index e124618..5bba384 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,13 @@ # KSP-Recall :: Change Log +* 2022-0904: 0.3.0.2 (LisiasT) for KSP >= 1.4.1 + + After some weeks of denying, it was **finally** realised that `AttachedOnEditor` is needed downoto KSP 1.4.3 - on the very first `ModulePartVariant` implementation. + - What a crap of a code they published, damn! + Fixes a small brain fart of mine on the [INSTALL.md](https://github.com/net-lisias-ksp/KSP-Recall/blob/master/INSTALL.md) file. + + Updates KSPe.Light to the latest release (2.4.2.1 at this time) + + Closes issues: + - [#55](https://github.com/net-lisias-ksp/KSP-Recall/issues/55) The KSP Editor is screwing things since 1.4.3 + - [#50](https://github.com/net-lisias-ksp/KSP-Recall/issues/50) Not sure how to install 0.3.0.0 + - Thanks to []@tomtheisen](https://github.com/tomtheisen) for the heads up! * 2022-0630: 0.3.0.1 (LisiasT) for KSP >= 1.4.1 + Fixes a **huge** brain fart of mine from 0.2.2.4 #facePalm + Closes issues: diff --git a/pack-curse.sh b/pack-curse.sh index c635f5a..b655f4f 100755 --- a/pack-curse.sh +++ b/pack-curse.sh @@ -18,6 +18,6 @@ echo $FILE clean cd GameData -zip -r $FILE ./$PACKAGE/* -x ".*" +zip -r $FILE ./999_$PACKAGE/* -x ".*" zip -d $FILE "__MACOSX/*" "**/.DS_Store" cd $pwd