From 5b5a7025ed13da2882dfb2dd74477ad42ef0b203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kriv=C3=A1cs=20Schr=C3=B8der?= Date: Wed, 4 Jan 2023 14:45:30 +0100 Subject: [PATCH] Prepare for 0.6 release --- .vscode/mod.csproj | 2 +- About/About.xml | 46 +++++++++++++++++++++++----------------------- About/Manifest.xml | 2 +- CHANGELOG.md | 5 ++++- 4 files changed, 29 insertions(+), 26 deletions(-) diff --git a/.vscode/mod.csproj b/.vscode/mod.csproj index 555ff20..15ea543 100644 --- a/.vscode/mod.csproj +++ b/.vscode/mod.csproj @@ -9,7 +9,7 @@ FarmingHysteresis FarmingHysteresis ../1.4/Assemblies - 0.5.1 + 0.6.0 false diff --git a/About/About.xml b/About/About.xml index f2e3031..21394b7 100644 --- a/About/About.xml +++ b/About/About.xml @@ -1,17 +1,17 @@ - ilyvion.FarmingHysteresis - Farming Hysteresis - ilyvion - Farming Hysteresis lets you automate enabling and disabling growing zones based on the amount of product already in storage. + ilyvion.FarmingHysteresis + Farming Hysteresis + 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. <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 "Enable sowing" button is removed, and sowing is instead controlled by a set of hysteresis bounds. Hydroponics basins typically don't have this setting, but with this mod and hysteresis enabled, sowing 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" and "Allow cutting" buttons are removed, and these 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 is enabled. Sowing remains enabled until the amount of stored product goes above the upper bound, at which point sowing is disabled. Sowing 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>Contributors</size> @@ -19,21 +19,21 @@ When the amount of stored product goes below the lower bound, sowing is enabled. <size=24>Version</size> -This is version 0.5.1 for RimWorld 1.4 - - - -
  • 1.4
  • -
    - -
  • - brrainz.harmony - Harmony - https://steamcommunity.com/workshop/filedetails/?id=2009463077 - steam://url/CommunityFilePage/2009463077 -
  • -
    - -
  • brrainz.harmony
  • -
    +This is version 0.6.0 for RimWorld 1.4 + +
    + +
  • 1.4
  • +
    + +
  • + brrainz.harmony + Harmony + https://steamcommunity.com/workshop/filedetails/?id=2009463077 + steam://url/CommunityFilePage/2009463077 +
  • +
    + +
  • brrainz.harmony
  • +
    diff --git a/About/Manifest.xml b/About/Manifest.xml index ea2c938..1e7e92b 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ ilyvion.FarmingHysteresis - 0.5.1 + 0.6.0
  • brrainz.harmony
  • diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd5389..0b63108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.6.0] - 2023-01-04 ### Added - Add support for choosing which aspect of farming gets controlled. The default setting is sowing, the behavior that was hardcoded in the past, but now it also allows controlling harvesting instead, or even both. - Moved the configuration of hysteresis parameters from command buttons to a dialog. This gives better control over the bounds, including the ability to type the numbers in directly. A setting was also added to bring back the command buttons, if you prefer those. @@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First implementation of the mod. -[Unreleased]: https://github.com/alexschrod/farming-hysteresis/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/alexschrod/farming-hysteresis/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/alexschrod/farming-hysteresis/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/alexschrod/farming-hysteresis/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/alexschrod/farming-hysteresis/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/alexschrod/farming-hysteresis/compare/v0.4.0...v0.4.1