Releases: CompSciLauren/stardew-valley-daily-screenshot-mod
Releases · CompSciLauren/stardew-valley-daily-screenshot-mod
v4.0.0-1
This pre-release contains changes for SDV v1.6. No major code changes needed, mainly just upgrading from net 5.0 to net 6.0.
v3.1.0
Changelog
- Update UI Config to have better explanations in general (tooltips, paragraphs, etc).
- Add a few more location options to UI Config.
- Fix CommunityCenter location not working when config has specifically selected it as an option (worked fine if using "Any" or "Unknown"). This bug has been around for a long time.
- Fix issue where if a player does not have a config.json file, the file is created but includes two sets of SnapshotRules instead of the normal single default set. This bug was introduced in v3.0.
v3.0.0
Changelog
- BREAKING CHANGE: Fixes screenshots not being taken on the correct day in some cases, such as when specifying certain exact days like Day_X or taking screenshots only on some weekdays instead of all. As in, would take the screenshot the day after whichever one was specified; so if config had "Sundays", it would be taken on Mondays. As of this release, "Sundays" will now cause the screenshot to actually be taken on Sundays, for example. You may need to update your config.json due to this change.
- Now compatible with Generic Mod Config Menu.
- New config options for the following global screenshot settings: AuditoryEffects (camera sound), VisualEffects (flash effect), ScreenshotNotifications (popup notification).
- Added location options for IslandWest, IslandFarmhouse, IslandFieldOffice.
v2.0.1
Changelog
- Fixed compatibility issue with latest Stardew Valley version.
v2.0
Changelog
- Added custom rules for screenshots.
v1.2.0
Changelog
- Added a config option to disable automatic screenshots on rainy weather days.
- Fixed bug where screenshot was taken multiple times if player returned to title screen and then played on a save file again.
v1.1.0
Changelog
- Added config option for enabling a screenshot keyboard shortcut.
- Added config option to choose what time the screenshot gets taken after.
- Added config option for how often a screenshot gets taken.
- Added option to change screenshot folder destination. Particularly useful for syncing screenshots to the Cloud.
- Added the screenshot sound and notification that typically appears when the in-game button is pressed, for all screenshots taken.
- Fixed bug where screenshots were not moved to farm folder successfully on Mac computers.
v1.0.4
Changelog
- Fixed bug where screenshots were not moved to farm folder successfully on Mac computers.
v1.0.3
Changelog
- Fixed bug where any save files with the same farm name would have their screenshots put into the same folder.
- Fixed bug where mod failed to work in rare cases for certain machines.
v1.0.2
Changelog
- Fixed bug where some players' buildings were invisible in screenshots.
- Fixed bug where players could not take screenshots in multiple save files without restarting the game each time.
- Fixed bug where weather in screenshots was always clear, with actual in-game weather visible in upper-left hand corner. Now weather in screenshots always appears the same as it does in-game.
- Added more update keys so that when the mod is updated, a more player-friendly website will show up as a link instead of GitHub.
- Changed destination folder of screenshots to be StardewValley/Screenshots (which can be accessed in-game in the menu, at the bottom of the "Options" tab).
- Made it so that if the player has a screenshot taken but then later restarts the day, another screenshot will be taken and will overwrite the old one.
- No longer requires MapImageExport dependency.