From da232a0a9583ce93bda851f345d2bd6c59d8b4c2 Mon Sep 17 00:00:00 2001 From: Lisias T Date: Tue, 20 Feb 2024 03:49:12 -0300 Subject: [PATCH] Release 1.0.0.0 (LisiasT) for KSP >= 1.2.2 --- CHANGES.md | 10 +++------- CHANGE_LOG.md | 3 +++ CONFIG.inc | 2 +- TweakScaleCompanion.AirCrafts.version | 4 ++-- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 70bd6ff..3cedbfd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,15 +1,11 @@ # TweakScale Companion :: AirCrafts :: Changes +* 2024-0220: 1.0.0.0 (Lisias) for KSP >= 1.2.2 + + TSC_Aircrafts goes Gold! + + Adds support for the new bits from Airplane+ /L 26.6.2 * 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: - - [#2](https://github.com/TweakScale/Companion_APP/issues/2) Incorrect default scale #2 - - Thanks for [AccidentalDisassembly](https://github.com/AccidentalDisassembly) for reporting it! -* 2020-0907: (NAP) 0.0.1.0 **BETA** (Lisias) for KSP >= 1.2.2 - + First public release diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 10c8089..52b0e58 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,8 @@ # TweakScale Companion :: AirCrafts :: Change Log +* 2024-0220: 1.0.0.0 (Lisias) for KSP >= 1.2.2 + + TSC_Aircrafts goes Gold! + + Adds support for the new bits from Airplane+ /L 26.6.2 * 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 diff --git a/CONFIG.inc b/CONFIG.inc index e3d7edd..c378d66 100644 --- a/CONFIG.inc +++ b/CONFIG.inc @@ -14,7 +14,7 @@ if [ "$PROJECT_BRANCH" == "master" ] ; then else # PreRelease mode # Don't forget the leading dash - PROJECT_STATE="-RC" + PROJECT_STATE="" fi VERSION=$( cat $PACKAGE.version | tr '\n' ' ' | sed -n -E 's/^.*?"VERSION\":\{.*"MAJOR":([0-9]+?),.*?"MINOR":([0-9]+?),.*?"PATCH":([0-9]+?),.*?"BUILD":([0-9]+?).*?\}.*$/\1.\2.\3.\4/p' ) diff --git a/TweakScaleCompanion.AirCrafts.version b/TweakScaleCompanion.AirCrafts.version index 33bf766..d04cbd0 100644 --- a/TweakScaleCompanion.AirCrafts.version +++ b/TweakScaleCompanion.AirCrafts.version @@ -5,8 +5,8 @@ "CHANGE_LOG" : "https://raw.githubusercontent.com/TweakScale/Companion_Crafts/master/CHANGE_LOG.md", "CHANGE_LOG_URL": "https://raw.githubusercontent.com/TweakScale/Companion_Crafts/master/CHANGES.md", "VERSION":{ - "MAJOR":0, - "MINOR":2, + "MAJOR":1, + "MINOR":0, "PATCH":0, "BUILD":0 },