Skip to content

Releases: KDERazorback/SvFishingMod

SvFishingMod-1.1.0

15 Nov 20:22
fcab7b2

Choose a tag to compare

Tested and Compatible with StardewValley 1.6.14 with SMAPI 4.1.7.

  • Updated to support the latest version of Stardew Valley and SMAPI on .NET6
  • Minor code cleanup.

SvFishingMod-0.1.3

05 Oct 05:37

Choose a tag to compare

Tested and Compatible with StardewValley 1.4.5 with SMAPI 3.7.4.

  • Added sv_fishing_status SMAPI console command.
  • Added EnforceMultiplayerSettings property to config file.
  • Refactored Settings handling into a Local and Remote variants based on current game play mode.
  • Added sv_fishing_bitedelay option for toggling on/off the random bite delay after the line has been thrown.
  • Ability to remove the Bite Delay after the rod has been thrown.
  • Switched to SMAPI managed settings using JSON files, instead of manual XML serialization.
  • Bumped mod version to 0.1.3.
  • Updated README.md.
  • Minor code cleanup.

SvFishingMod-0.1.1

05 Jul 06:49

Choose a tag to compare

Tested and Compatible with StardewValley 1.4.5 with SMAPI 3.6.1.

  • Fixed mod directory retrieval method for config file loading.
  • Added UpdateKeys for Mod automatic update checking.
  • Configuration file is now indented by default to allow a more user-friendly editing experience.
  • Bumped mod version to 0.1.1

Initial public release

03 Jul 18:44
e45d173

Choose a tag to compare

Tested and Compatible with StardewValley 1.4.5 with SMAPI 3.6.1.

  • Initial public release