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
Added automatic VSync and frame limiter. Your GPU will no longer produce coil whine because it's busy running Remote at terrifyingly high uncapped FPS. When you tab out, the frame rate is set to 10, so it should hopefully work even better on lower-end machines than before.
Added logging for obtaining the information from a manual with Hooks.
Added tooltip that shows the locations that can be accessed if an item is gotten.
Fixed #2 - unreferenced YAML options no longer crash the application.
Fixed ImGui's ID conflict message appearing when the same item appears in more than one category.
Fixed items not appearing because categories were specified but were left empty.
Improved compatibility with locations.json by allowing it to be an object containing an array, instead of only accepting a top-level array.
Improved logging by also redirecting to a temporary file.
Improved Hooks support by making the python loader more aware of the environment.
Improved reliability of getting hints by utilizing the new Hints API, provided by Archipelago.