Skip to content

Latest commit

 

History

History
155 lines (101 loc) · 4.78 KB

release-notes.md

File metadata and controls

155 lines (101 loc) · 4.78 KB

← back to readme

Release notes

Upcoming release

  • Internal changes to Generic Mod Config Menu integration.

1.6.2

Released 11 January 2025 for SMAPI 4.1.10 or later.

  • Improved translations. Thanks to mehmetgorkemarslan (updated Turkish) and moonggae (updated Korean)!

1.6.1

Released 04 November 2024 for SMAPI 4.1.2 or later.

  • Fixed the previous update being broken on Linux/macOS.

1.6.0

Released 04 November 2024 for SMAPI 4.1.0 or later.

  • Updated for Stardew Valley 1.6.9.
  • Added config option to draw fruit trees' seasonal sprites, even if 'grow crops out of season' is enabled.
  • Improved translations. Thanks to celr00 (added Spanish), Creeperkatze (added German), MakinDay (updated Italian), and moonggae (added Korean)!

1.5.1

Released 29 June 2024 for SMAPI 4.0.7 or later.

  • Improved translations. Thanks to MakinDay (added Italian) and weizinai (added Chinese)!

1.5.0

Released 08 June 2024 for SMAPI 4.0.7 or later.

  • Added in-game config UI through Generic Mod Config Menu.
  • Raised minimum versions to SMAPI 4.0.7 and Stardew Valley 1.6.4.
    This avoids errors due to breaking changes in earlier 1.6 patches.
  • Improved translations. Thanks to mehmetgorkemarslan (added Turkish)!

1.4.10

Released 28 March 2024 for SMAPI 4.0.0 or later.

  • Fixed unable to plant crops and trees in some parts of Ginger Island farm.
  • Fixed unable to plant trees in town.

1.4.9

Released 22 March 2024 for SMAPI 4.0.0 or later.

  • Fixed planting crops in non-farmable locations in 1.6.

1.4.8

Released 19 March 2024 for SMAPI 4.0.0 or later.

  • Updated for Stardew Valley 1.6.

1.4.7

Released 25 June 2023 for SMAPI 3.14.0 or later.

  • Embedded .pdb data into the DLL, which fixes error line numbers in Linux/macOS logs.

1.4.6

Released 05 June 2022 for SMAPI 3.14.0 or later.

  • Fixed out-of-season fruit trees not producing output in 1.4.3+.

1.4.5

Released 17 May 2022 for SMAPI 3.14.0 or later.

  • Fixed out-of-season crops still dying overnight in 1.4.3+ if Json Assets is installed.

1.4.4

Released 15 May 2022 for SMAPI 3.14.0 or later.

  • Fixed out-of-season crops dying overnight in 1.4.3.

1.4.3

Released 09 May 2022 for SMAPI 3.14.0 or later.

  • Updated for SMAPI 3.14.0.
  • Fixed mod preventing tilled dirt decay in affected locations.

1.4.2

Released 30 November 2021 for SMAPI 3.13.0 or later.

  • Updated for Stardew Valley 1.5.5 and SMAPI 3.13.0.

1.4.1

Released 01 November 2021 for SMAPI 3.12.5 or later.

  • Fixed error when the config.json file has null values.
  • Fixed some config.json files not migrated correctly in 1.4.0.

Update note:
This will reset your config.json to apply the correct defaults. If you have a lot of custom configuration, you may want to back it up so you can reapply it after it's reset.

1.4.0

Released 31 October 2021 for SMAPI 3.12.5 or later.

  • You can now configure ForceTillable per-location.
    If you previously edited the option, you'll need to reapply your changes for the * location.
  • Internal performance optimizations.

1.3.5

Released 04 September 2021 for SMAPI 3.12.6 or later.

  • Fixed fruit trees not plantable in town.

1.3.4

Released 01 August 2021 for SMAPI 3.12.0 or later.

  • Updated for Harmony upgrade in SMAPI 3.12.0.

1.3.3

Released 24 July 2021 for SMAPI 3.9.5 or later.

1.3.2

Released 09 July 2021 for SMAPI 3.9.5 or later.

  • Fixed some tiles not diggable. (Thanks to KMFrench for a list of affected tiles!)

1.3.1

Released 27 March 2021 for SMAPI 3.9.5 or later.

1.3.0

Released 21 December 2020 for SMAPI 3.8.0 or later.

  • Updated for Stardew Valley 1.5.
  • Overhauled mod configuration to be more flexible (e.g. allow crops anywhere without disabling season checks).
  • Improved compatibility with custom-location mods.

1.2.1

Released 02 August 2020 for SMAPI 3.6.0 or later.

  • Fixed string sorting/comparison for some special characters.

1.2.0

Released 02 May 2020 for SMAPI 3.5.0 or later.

  • The 'force tillable' feature now works with tool charging.
  • Some grass/dirt tiles don't have a type specified by the game. These are now marked as grass/dirt via assets/data.json.

1.1.0

Released 04 January 2019 for SMAPI 2.10.1 or later.

  • Added support for tilling any dirt/grass by default (other tile types optional).
  • Fixed fruit trees not producing fruit outside their normal seasons.
  • Fixed fruit tree textures not updated correctly.

1.0.0

Released 07 December 2018 for SMAPI 2.9.0 or later.

  • Initial version.
  • Added option to configure seasons and locations.