From 94947b25999d1d0243b59fd3e440190b3b914772 Mon Sep 17 00:00:00 2001 From: "romain.quinio" Date: Sun, 29 Sep 2019 16:19:59 +0200 Subject: [PATCH] Prepare release v0.11.0 --- MOD/Witcher.mod | 2 +- MOD/Witcher/changelog.txt | 8 +++++++- RELEASING.md | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/MOD/Witcher.mod b/MOD/Witcher.mod index f5f0f98cf..5a7b430f9 100644 --- a/MOD/Witcher.mod +++ b/MOD/Witcher.mod @@ -29,4 +29,4 @@ replace_path = "map/statics" tags={ "The Witcher" "Map" "Fantasy" "Total Conversion" "Complete Overhaul" "Rpg" } picture="WitcherKings.jpg" -supported_checksums = { HLBR } \ No newline at end of file +supported_checksums = { FQOF } \ No newline at end of file diff --git a/MOD/Witcher/changelog.txt b/MOD/Witcher/changelog.txt index 61c161ab1..ccdf66d64 100644 --- a/MOD/Witcher/changelog.txt +++ b/MOD/Witcher/changelog.txt @@ -1,9 +1,15 @@ ---------------------------------------------------------------------------------------------------------------- -v0.11.0 Next release +v0.12.0 Next release +---------------------------------------------------------------------------------------------------------------- + +---------------------------------------------------------------------------------------------------------------- +v0.11.0 2019-09-29 ---------------------------------------------------------------------------------------------------------------- Compatibility with vanilla 3.2.1 #129 +This release is probably NOT save-compatible with previous releases (map changes). + Feature: - Add maritime trade route with Ofier #55 - Integrate vanilla great works diff --git a/RELEASING.md b/RELEASING.md index af6fbf74a..6a7a76fa1 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,7 +2,7 @@ This page lists the steps to perform a new release of the mod. 1. Update [MOD/Witcher/changelog.txt](MOD/Witcher/changelog.txt) with release version and date, compatible vanilla version, list of features & bugfixes. 2. Check that [MOD/Witcher/credits.txt](MOD/Witcher/credits.txt) is up-to-date. -3. Launch the game with vanilla only and verify the checksum matches (otherwise verify game files integrity in Steam) +3. Launch the game with vanilla only and verify the in-game checksum matches the one from the launcher (otherwise verify game files integrity in Steam). 4. Launch the game with vanilla + Witcher Kings mod (and no other mod) and note down the checksum. 5. Update the supported_checksums in Witcher.mod file, replacing with the new checksum 6. Copy the modified [MOD/Witcher/Witcher.mod](MOD/Witcher/Witcher.mod) file from git, launch the game again, and verify that the on-startup checksum warning doesn't popup, even when the associated game rule is active.