Releases: jltaylor-us/StardewToDew
v2.5.0
v2.4.2
Version 2.4.2
- Updated French translation from GitHub user Caranud
- Fix typo causing player GSQ refresh rates to have no effect
v2.4.1
Version 2.4.1
- Updated Vietnamese translation from nexusmods user Blazemc2k5
v2.4.0
Version 2.4.0
- Updated Portuguese translation from GitHub user Lumisori
- List items can now use Game State Queries as an additional
visibility filter.
Game State Queries
Game State Qeuries
can be entered on the new "advanced" configuration page, accessible
via the ... icon. The queries may be run at any time, but are
not guaranteed to be evaluated more often that once at the start
of each game day unless one or more of the checkboxes indicating
a higher refresh rate are checked.
The Host GSQ is executed on the host (and in the context of the host
player) in a multiplayer game and
controls visibility for the item for all players. The Player GSQ
is executed by each player in a multiplayer game independently,
and controls visibility for only that player. In a single player
game there is no functional difference, but a Host GSQ will be
slightly more efficient.
Example
To make an item only visible in the overlay when the current
player is on the farm, set the Player GSQ to
LOCATION_NAME Here Farm and have it refresh on "location change".
v2.3.0
Version 2.3.0
- Configuration changes now refresh the overlay list when the
configuration is saved rather than being delayed until the next
list refresh. - Added an overlay configuration option to hide items marked as
"header" if they have no children (i.e., if the next visible
item is also a header).
v2.2.1
Version 2.2.1
- Added Polish translation from github user marcix99942
v2.2.0
Version 2.2.0
- Built for SDV 1.6.10 / SMAPI 4.1.1.
- The default icon when using the Mobile Phone mod integration is
now the same icon as the one used in the example optional download
that shows how to use Content Patcher to replace the icon.
(The previous icon was removed from the game because it was unused.)
v2.1.3
Version 2.1.3
- Added Vietnamese translation from nexusmods user Blazemc2k5
v2.1.2
Version 2.1.2
- Updated French translation from nexusmods user Caranud
v2.1.1
Version 2.1.1
- Updated French translation from Tenebrosful