Skip to content

Commit

Permalink
Release 0.3.0.2 (LisiasT) for KSP >= 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Sep 4, 2022
1 parent 3abdf14 commit 09b6266
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 8 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pack-curse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09b6266

Please sign in to comment.