From c9038a9f701b85f78dfc6298d46bfd9e9c3d7f66 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Sat, 8 Apr 2023 10:14:33 -0500 Subject: [PATCH] Release 1.32.0 Kepler --- CHANGELOG.md | 2 +- Download-Counts.md | 2 ++ Spec.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f6dd8126..0bc237ba33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## v1.31.3 +## v1.32.0 ### Features diff --git a/Download-Counts.md b/Download-Counts.md index 7876c8855e..75ba4b9eb6 100644 --- a/Download-Counts.md +++ b/Download-Counts.md @@ -1,5 +1,7 @@ [](https://github.com/KSP-CKAN/CKAN/releases/latest) +[](https://github.com/KSP-CKAN/CKAN/releases/v1.32.0) + [](https://github.com/KSP-CKAN/CKAN/releases/v1.31.2) [](https://github.com/KSP-CKAN/CKAN/releases/v1.31.0) diff --git a/Spec.md b/Spec.md index 8139747811..c26ec17ac1 100644 --- a/Spec.md +++ b/Spec.md @@ -295,7 +295,7 @@ In addition a destination directive *must* be provided: - `install_to`: The target location where the matched file or directory should be installed. - Valid values for this entry for KSP1 mods are `GameData`, `Missions`(**v1.25**), `Ships`, `Ships/SPH`(**v1.12**), `Ships/VAB`(**v1.12**), `Ships/@thumbs/VAB`(**v1.16**), `Ships/@thumbs/SPH`(**v1.16**), `Ships/Script`(**v1.29**), `Tutorial`, `Scenarios` (**v1.14**), and `GameRoot` (which should be used sparingly, if at all). - - Valid values for this entry for KSP2 mods are `GameRoot`, `BepInEx/plugins` (**v1.32**), and `SpaceWarp/Mods` (**v1.32**) + - Valid values for this entry for KSP2 mods are `GameRoot` and `BepInEx/plugins` (**v1.32**) - A path to a given subfolder location can be specified *only* under `GameData` (**v1.2**); for example: `GameData/MyMod/Plugins`. The client *must* check this path and abort the install if any attempts to traverse up directories are found (eg: `GameData/../Example`).