diff --git a/.mod_data.yml b/.mod_data.yml index b4e3a45..9b2931a 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -20,7 +20,11 @@ dependencies: # Configure dependencies zip: true Shabby: location: url - url: http://taniwha.org/~bill/Shabby_v0.1.2.zip + url: http://pileof.rocks/KSP/Shabby_v0.2.0.zip + zip: true + HarmonyKSP: + location: url + url: https://github.com/KSPModdingLibs/HarmonyKSP/releases/download/2.0.4.0/HarmonyKSP_2.0.4.0_for_KSP1.8+.zip zip: true deploy: SpaceDock: diff --git a/GameData/ConformalDecals/Versioning/ConformalDecals.version b/GameData/ConformalDecals/Versioning/ConformalDecals.version index b68583a..e1f34ae 100644 --- a/GameData/ConformalDecals/Versioning/ConformalDecals.version +++ b/GameData/ConformalDecals/Versioning/ConformalDecals.version @@ -6,7 +6,7 @@ { "MAJOR":0, "MINOR":2, - "PATCH":7, + "PATCH":8, "BUILD":0 }, "KSP_VERSION": diff --git a/README.md b/README.md index 11dcb47..cbfe4a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Conformal Decals v0.2.7 +# Conformal Decals v0.2.8 [![Build Status](https://travis-ci.com/drewcassidy/KSP-Conformal-Decals.svg?branch=release)](https://travis-ci.com/drewcassidy/KSP-Conformal-Decals) [![Art: CC BY-SA 4.0](https://img.shields.io/badge/Art%20License-CC%20BY--SA%204.0-orange.svg)](https://creativecommons.org/licenses/by-sa/4.0/) [![Code: GPL v3](https://img.shields.io/badge/Code%20License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ![Screenshot](http://pileof.rocks/KSP/images/ConformalDecalsHeader.png) @@ -11,7 +11,8 @@ Required: - KSP (1.8.x to 1.10.x) - B9 Part Switch (2.16.0). Bundled with release. - ModuleManager (4.1.4). Bundled with release. -- Shabby (0.1.2). Bundled with release. +- Shabby (0.2.0 unofficial build). Bundled with release. +- HarmonyKSP (2.0.4.0). Bundled with release. Optional: - Wild Blue Tools. For custom decals category in the VAB and SPH. diff --git a/Source/ConformalDecals/ConformalDecals.csproj b/Source/ConformalDecals/ConformalDecals.csproj index c05437a..fad7d55 100644 --- a/Source/ConformalDecals/ConformalDecals.csproj +++ b/Source/ConformalDecals/ConformalDecals.csproj @@ -5,7 +5,7 @@ false x64 1701;1702;CS0649;CS1591 - 0.2.7 + 0.2.8 diff --git a/changelog.txt b/changelog.txt index a5c5f46..ad935ec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v0.2.8 +------ +- Update bundled Shabby to support Harmony 2 for compatibility with other mods + v0.2.7 ------ - Supported KSP versions: 1.8.x to 1.11.x