From 777c290df2d78940bc309d22952750ae8bb02c35 Mon Sep 17 00:00:00 2001 From: Lisias T Date: Sun, 1 Oct 2023 00:11:03 -0300 Subject: [PATCH] Release 0.2.0.0 RC (Lisias) for KSP >= 1.2.2 --- CHANGES.md | 6 ++++++ CHANGE_LOG.md | 6 ++++++ CONFIG.inc | 2 +- INSTALL.md | 8 ++++++++ TweakScaleCompanion.AirCrafts.version | 2 +- 5 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fba3db5..70bd6ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # TweakScale Companion :: AirCrafts :: Changes +* 2023-1001: 0.2.0.0 RC (Lisias) for KSP >= 1.2.2 + + Rebranding the whole thing to TweakScale Companion for AirCrafts + + Reworking APP patches + + Importing (and reworking) patches from the late Companion for NeistAir + + New patches for: + - MPR * 2021-0201: (APP) 0.1.0.0 RC (Lisias) for KSP >= 1.2.2 + TSCAPP goes Release Candidate! + Closes issues: diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 1688eaa..10c8089 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,11 @@ # TweakScale Companion :: AirCrafts :: Change Log +* 2023-1001: 0.2.0.0 RC (Lisias) for KSP >= 1.2.2 + + Rebranding the whole thing to TweakScale Companion for AirCrafts + + Reworking APP patches + + Importing (and reworking) patches from the late Companion for NeistAir + + New patches for: + - MPR * 2021-0201: (APP) 0.1.0.0 RC (Lisias) for KSP >= 1.2.2 + TSCAPP goes Release Candidate! + Closes issues: diff --git a/CONFIG.inc b/CONFIG.inc index 6d5c6ad..e3d7edd 100644 --- a/CONFIG.inc +++ b/CONFIG.inc @@ -1,6 +1,6 @@ source ../CONFIG.inc -PACKAGE=TweakScaleCompanion.Aircrafts +PACKAGE=TweakScaleCompanion.AirCrafts TARGETDIR="TweakScaleCompanion/AirCrafts" TARGETBINDIR="$TARGETDIR/" PROJECTSDIR="$PACKAGE/" diff --git a/INSTALL.md b/INSTALL.md index a2dafb1..cf23a26 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -47,8 +47,12 @@ The following file layout must be present after installation: README.md [APP] ... + [MPR] + ... [NAP] ... + [SXT] + ... [...] KSP.log PartDatabase.cfg @@ -62,7 +66,11 @@ The following file layout must be present after installation: + **NOT** included * Airplane Plus + **NOT** included +* Moderately Plane Related + + **NOT** included * Neist Airplane Parts + **NOT** included +* SXT + + **NOT** included * Module Manager 3.1.1 or later + **NOT** included diff --git a/TweakScaleCompanion.AirCrafts.version b/TweakScaleCompanion.AirCrafts.version index dd28df0..33bf766 100644 --- a/TweakScaleCompanion.AirCrafts.version +++ b/TweakScaleCompanion.AirCrafts.version @@ -6,7 +6,7 @@ "CHANGE_LOG_URL": "https://raw.githubusercontent.com/TweakScale/Companion_Crafts/master/CHANGES.md", "VERSION":{ "MAJOR":0, - "MINOR":1, + "MINOR":2, "PATCH":0, "BUILD":0 },