Skip to content

Releases: jltaylor-us/StardewToDew

v2.5.0

01 Dec 01:42

Choose a tag to compare

Version 2.5.0

  • Fix reversed indentation level of header and regular items
    in the overlay
  • Add "Hide with HUD" option for the overlay. When set, the
    overlay will not be drawn when the HUD is not being drawn
    (for example, when the F4 "screenshot mode" is active).

v2.4.2

01 Jun 00:37

Choose a tag to compare

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

13 Apr 16:23

Choose a tag to compare

Version 2.4.1

  • Updated Vietnamese translation from nexusmods user Blazemc2k5

v2.4.0

30 Mar 01:33

Choose a tag to compare

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

23 Mar 03:42

Choose a tag to compare

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

07 Dec 19:33

Choose a tag to compare

Version 2.2.1

  • Added Polish translation from github user marcix99942

v2.2.0

07 Nov 00:37

Choose a tag to compare

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

22 Jun 21:08

Choose a tag to compare

Version 2.1.3

  • Added Vietnamese translation from nexusmods user Blazemc2k5

v2.1.2

18 May 19:16

Choose a tag to compare

Version 2.1.2

  • Updated French translation from nexusmods user Caranud

v2.1.1

04 Apr 04:01

Choose a tag to compare

Version 2.1.1

  • Updated French translation from Tenebrosful