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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The tracker has been completely overhauled and now functions as a universal tracker!
The previously-hardcoded trackers have been completely replaced by a new pack system, inspired by PopTracker.
Tracker packs are bundled .zip files that are installed and read by the application, and then parsed to generate the resulting layout and hint structure.
If you want to build your own pack, please read docs/Pack.md.
It includes a table of community-made packs that can be downloaded and installed.
Autosaving is now done for every installed tracker pack (and every installed version of that pack), meaning that your progress in Pack A won't be lost if you switch to Pack B.
Light theme has been added.
By default, the application will use the system theme, but the light or dark themes can be manually set if desired.
Checkboxes can be made accessible by keyboard and directly interacted with by enabling the Accessible Checkboxes toggle.
New toggle Use Pack's Default Window Size on Load that automatically resizes the window to the pack's default size (if defined) when loading it.
This will not occur if the window is maximized or in fullscreen.
Improved error handling, including:
The app will tell you what pack is missing if you attempt to import a tracker state for a pack that is not installed.
Version mismatches when importing the state for a tracker
Failed pack validation during install
Unhinted items now need their X button double-clicked to remove them from the list.
The application is better optimized for performance compared to v3.0.0.