From 2cca6c37bb9a2ad88066633698dff8332d91d61f Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sun, 30 Oct 2022 17:26:55 -0700 Subject: [PATCH] Update bundled Shabby to 0.3.0 --- .github/workflows/ksp-publish.yml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ksp-publish.yml b/.github/workflows/ksp-publish.yml index de7ff87..642cbbe 100644 --- a/.github/workflows/ksp-publish.yml +++ b/.github/workflows/ksp-publish.yml @@ -46,7 +46,7 @@ jobs: - name: Download KSP Dependencies run: | - wget http://pileof.rocks/KSP/Shabby_v0.2.0.zip + wget http://taniwha.org/~bill/Shabby_v0.3.0.zip wget https://ksp.sarbian.com/jenkins/job/ModuleManager/161/artifact/ModuleManager.4.2.1.dll wget https://github.com/blowfishpro/B9PartSwitch/releases/download/v2.19.0/B9PartSwitch_v2.19.0.zip wget https://github.com/KSPModdingLibs/HarmonyKSP/releases/download/2.0.4.0/HarmonyKSP_2.0.4.0_for_KSP1.8+.zip diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f0a5e..a9167e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file | website | https://forum.kerbalspaceprogram.com/index.php?/topic/194802-18-111-conformal-decals | | author | Andrew Cassidy | +## Unreleased + +### Changed + +- Updated bundled Shabby to 0.3.0. Does not affect CKAN users + + ## 0.2.11 - 2022-10-30 ### Fixed