From 8fdd14f85c914c75828cb94826e943986f371066 Mon Sep 17 00:00:00 2001 From: Lisias T Date: Sat, 28 Jan 2023 17:17:15 -0300 Subject: [PATCH] Release 0.3.0.9 (LisiasT) for KSP >= 1.4.1 --- CHANGES.md | 3 +++ CHANGE_LOG.md | 3 +++ KSP_Recall.version | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b5d85dd..de64d7c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # KSP-Recall :: Changes +* 2023-0128: 0.3.0.9 (LisiasT) for KSP >= 1.4.1 + + Preventing `Resourceful` and `AttachedFromEditor` from being patched into parts using B9PartSwitch, as they don't need them. + + Updates `KSPe.Light` with more bugfixes * 2023-0115: 0.3.0.8 (LisiasT) for KSP >= 1.4.1 + Updates the thing to KSP 1.12.5 + Updates `KSPe.Light` with bugfixes and support for 1.12.5 diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 5a1229e..39de76f 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,8 @@ # KSP-Recall :: Change Log +* 2023-0128: 0.3.0.9 (LisiasT) for KSP >= 1.4.1 + + Preventing `Resourceful` and `AttachedFromEditor` from being patched into parts using B9PartSwitch, as they don't need them. + + Updates `KSPe.Light` with more bugfixes * 2023-0115: 0.3.0.8 (LisiasT) for KSP >= 1.4.1 + Updates the thing to KSP 1.12.5 + Updates `KSPe.Light` with bugfixes and support for 1.12.5 diff --git a/KSP_Recall.version b/KSP_Recall.version index 71c399b..f2ef3dd 100644 --- a/KSP_Recall.version +++ b/KSP_Recall.version @@ -8,7 +8,7 @@ "MAJOR":0, "MINOR":3, "PATCH":0, - "BUILD":8 + "BUILD":9 }, "KSP_VERSION_MIN":{ "MAJOR":1,