You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Planets (and other locations) with no entries revealed but that are visible in the vanilla Ship Log's Map Mode are now also visible in the Suit Log (also with the message "No discoveries yet."). This also includes New Horizon's planets (the ones without invisibleWhenHidden set in true).
With this update a large internal refactor to the codebase was done, moving most of the logic to a SuitLogMode and a SuitLogItemList. This doesn't change anything to the mod functionality yet, but it's a first step to a future update that will include the possibility to others mods to add Custom Suit Log Modes, allowing them to use the Suit Log UI with a similar API to the Custom Ship Log Modes "Item List" API methods (this should help porting existing Ship Log Modes that use those methods to the Suit Log, although there will be some different that will be clarified when the update is complete).