File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 11
22# Release Notes
33
4+ ## Version 2.4.0
5+
6+ * Updated Portuguese translation from GitHub user Lumisori
7+ * List items can now use Game State Queries as an additional
8+ visibility filter.
9+
10+ ### Game State Queries
11+
12+ [ Game State Qeuries] ( https://stardewvalleywiki.com/Modding:Game_state_queries )
13+ can be entered on the new "advanced" configuration page, accessible
14+ via the ` ... ` icon. The queries _ may_ be run at any time, but are
15+ not guaranteed to be evaluated more often that once at the start
16+ of each game day unless one or more of the checkboxes indicating
17+ a higher refresh rate are checked.
18+
19+ The ** Host GSQ** is executed on the host (and in the context of the host
20+ player) in a multiplayer game and
21+ controls visibility for the item for all players. The ** Player GSQ**
22+ is executed by each player in a multiplayer game independently,
23+ and controls visibility for only that player. In a single player
24+ game there is no functional difference, but a Host GSQ will be
25+ slightly more efficient.
26+
27+ #### Example
28+
29+ To make an item only visible in the overlay when the current
30+ player is on the farm, set the ** Player GSQ** to
31+ ` LOCATION_NAME Here Farm ` and have it refresh on "location change".
32+
33+
434## Version 2.3.0
535
636* Configuration changes now refresh the overlay list when the
Original file line number Diff line number Diff line change 11{
22 "Name" : " To-Dew" ,
33 "Author" : " Jamie Taylor" ,
4- "Version" : " 2.4.0-gsq-dev " ,
4+ "Version" : " 2.4.0" ,
55 "Description" : " An in-game To-do list" ,
66 "UniqueID" : " jltaylor-us.ToDew" ,
77 "EntryDll" : " ToDew.dll" ,
You can’t perform that action at this time.
0 commit comments