Skip to content

v4.0.0

Latest

Choose a tag to compare

@BashPrime BashPrime released this 31 Jul 08:05
b959bd8
  • 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.
  • The hint tracker now has a website!
    • 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.