Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyvion committed Jan 4, 2023
1 parent 25dd362 commit 65a5714
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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]
### 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.

## [0.5.1] - 2023-01-02
### Fixed
Expand Down

0 comments on commit 65a5714

Please sign in to comment.