Releases: KDERazorback/SvFishingMod
Releases · KDERazorback/SvFishingMod
SvFishingMod-1.1.0
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
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_bitedelayoption 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
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
Tested and Compatible with StardewValley 1.4.5 with SMAPI 3.6.1.
- Initial public release