From 89af481797599dd5c88da130338fda353b4e2cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kriv=C3=A1cs=20Schr=C3=B8der?= Date: Thu, 23 May 2024 09:44:11 +0200 Subject: [PATCH] chore: prepare v0.8.1 release --- .github/workflows/build.yml | 2 +- .vscode/mod.csproj | 2 +- .../vanillaplantsexpandedmoreplants.interop.csproj | 2 +- About/About.xml | 14 +++++++------- About/Manifest.xml | 2 +- CHANGELOG.md | 5 ++++- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51a10d5..8e696d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Build Mod for 1.3 env: diff --git a/.vscode/mod.csproj b/.vscode/mod.csproj index d4d3dcd..a2d461f 100644 --- a/.vscode/mod.csproj +++ b/.vscode/mod.csproj @@ -8,7 +8,7 @@ FarmingHysteresis FarmingHysteresis - 0.8.0 + 0.8.1 false diff --git a/.vscode/vanillaplantsexpandedmoreplants.interop.csproj b/.vscode/vanillaplantsexpandedmoreplants.interop.csproj index 264841b..9c47ef4 100644 --- a/.vscode/vanillaplantsexpandedmoreplants.interop.csproj +++ b/.vscode/vanillaplantsexpandedmoreplants.interop.csproj @@ -8,7 +8,7 @@ FarmingHysteresis.VanillaPlantsExpandedMorePlants FarmingHysteresis.VanillaPlantsExpandedMorePlants - 0.8.0 + 0.8.1 false diff --git a/About/About.xml b/About/About.xml index 6d301a4..103f9ec 100644 --- a/About/About.xml +++ b/About/About.xml @@ -5,17 +5,17 @@ ilyvion Farming Hysteresis lets you automate enabling and disabling growing zones based on the amount of product already in storage. -I got tired of keeping track of these numbers myself, so I made a little mod to do it for me. Hopefully it can be of use to you too. + I got tired of keeping track of these numbers myself, so I made a little mod to do it for me. Hopefully it can be of use to you too. -<size=24>Operation</size> + <size=24>Operation</size> -The mod adds an "Enable farming hysteresis" to all supported growing zones and hydroponics basins. Only plants that produce a harvestable product are supported. When you enable this setting, the "Allow sowing" button is removed, and sowing and harvesting are instead controlled by a set of hysteresis bounds. Hydroponics basins typically don't have these settings, but with this mod and hysteresis enabled, sowing and/or cutting also stops on those when appropriate. + The mod adds an "Enable farming hysteresis" to all supported growing zones and hydroponics basins. Only plants that produce a harvestable product are supported. When you enable this setting, the "Allow sowing" button is removed, and sowing and harvesting are instead controlled by a set of hysteresis bounds. Hydroponics basins typically don't have these settings, but with this mod and hysteresis enabled, sowing and/or cutting also stops on those when appropriate. -When the amount of stored product goes below the lower bound, sowing and/or cutting is enabled. This remains enabled until the amount of stored product goes above the upper bound, at which point sowing and/or cutting is disabled. This then remains disabled until the amount of stored product once again goes below the lower bound. + When the amount of stored product goes below the lower bound, sowing and/or cutting is enabled. This remains enabled until the amount of stored product goes above the upper bound, at which point sowing and/or cutting is disabled. This then remains disabled until the amount of stored product once again goes below the lower bound. -<size=24>Version support</size> + <size=24>Version support</size> -This mod supports RimWorld 1.3, 1.4 and 1.5 + This mod supports RimWorld 1.3, 1.4 and 1.5 @@ -23,7 +23,7 @@ This mod supports RimWorld 1.3, 1.4 and 1.5
  • 1.4
  • 1.5
  • - 0.8.0 + 0.8.1
  • brrainz.harmony diff --git a/About/Manifest.xml b/About/Manifest.xml index bfd2172..570d24a 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ ilyvion.FarmingHysteresis - 0.8.0 + 0.8.1
  • brrainz.harmony
  • diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a6e78..834c83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2024-05-22 + ### Fixed - Type checking code was a bit too narrow, causing exceptions where they weren't appropriate. @@ -135,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First implementation of the mod. -[Unreleased]: https://github.com/ilyvion/farming-hysteresis/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/ilyvion/farming-hysteresis/compare/v0.8.1...HEAD +[0.8.1]: https://github.com/ilyvion/farming-hysteresis/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/ilyvion/farming-hysteresis/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/ilyvion/farming-hysteresis/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/ilyvion/farming-hysteresis/compare/v0.6.0...v0.6.1