Skip to content

Releases: ilyvion/farming-hysteresis

Release v0.8.1

23 May 07:59
v0.8.1
89af481
Compare
Choose a tag to compare

Fixed

  • Type checking code was a bit too narrow, causing exceptions where they weren't appropriate.

Release v0.8.0

22 May 12:53
v0.8.0
c7823a2
Compare
Choose a tag to compare

Added

  • Added compatibility with Vanilla Plants Expanded - More Plants' custom aquatic and sandy growing zones.
  • Added filtering to hysteresis tab
  • Added a setting for counting all items on a map instead of only items in storage

Release v0.7.0

21 May 15:37
v0.7.0
208a6ea
Compare
Choose a tag to compare

Added

  • Added a setting to hide the Hysteresis tab from the game.

Changed

  • Removed farming hysteresis text from inspect strings as well as the "configure hysteresis" gizmo and related dialog. Both concepts were unified into an inspect tab that is now added instead.

Release v0.6.1

01 Apr 08:14
v0.6.1
bebaf23
Compare
Choose a tag to compare

Added

  • Added support for versions 1.3 and 1.5.

Fixed

  • Harvest control logic wasn't working properly for growing zones since I had misunderstood the logic of "allow cut" on growing zones.

Release v0.6.0

04 Jan 13:47
5b5a702
Compare
Choose a tag to compare

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.

Fixed

  • The checkbox "Growing zones and hydroponic basins enable hysteresis upon placement" was incorrectly wired to the "Use global hysteresis values by default" value, so it wasn't possible to disable hysteresis being on by default.
  • Some texts had accidental newlines that have been removed.
  • The mod now properly supports interacting with multiple selected growing zones.

Release v0.5.1

02 Jan 09:56
362ffa1
Compare
Choose a tag to compare

Fixed

  • Updated About.xml appropriately

Release v0.5.0

02 Jan 09:17
da025a5
Compare
Choose a tag to compare

Added

  • Norwegian translations added.
  • Main tab for hysteresis configuration added.
  • Support for hydroponics added.

Release v0.4.1

24 Oct 06:32
919387e
Compare
Choose a tag to compare

Fixed

  • Only support for 1.4. Fixes bug when selecting growing zones.

Release v0.4.0

23 Oct 18:56
f0bab3d
Compare
Choose a tag to compare

Added

  • Mod settings to let the default hysteresis values be configurable by the player.
  • Mod settings for enabling hysteresis by default and for using global hysteresis values by default.

Changed

  • Declare support for 1.4.
  • Using hysteresis is now enabled by default.
  • Using global hysteresis values is now enabled by default.

Release v0.3.2

23 Jul 07:00
00391ac
Compare
Choose a tag to compare

Changed

  • Declare support for 1.3
  • Changelog file modified to adhere to the Keep a Changelog pattern
  • Modified build files so the project folder must be outside the RimWorld folder, and files are copied in instead.