Skip to content

Releases: trippsc2/OpenTracker

1.8.5

23 Apr 19:34
Compare
Choose a tag to compare
  • Addressed issues with tablet and pedestal items.
  • Fixed a bug that caused the bosses not display when Boss Shuffle was enabled.

1.8.4

19 Mar 18:33
Compare
Choose a tag to compare
1.8.4 Pre-release
Pre-release
  • Fixed an issue with silent failure on auto-tracking.

1.8.3

13 Feb 22:29
Compare
Choose a tag to compare

NOTE: Windows users will need to uninstall before upgrading to this version. Direct upgrades result in crashing at the start. My apologies, this will be the last release using this type of installer.

Fixed various bugs present in the app since last release. Upgraded the .NET version to 6.0 and upgraded all NuGet dependencies.

1.8.2

08 Mar 12:54
Compare
Choose a tag to compare

Fixed a bug with loading sequence breaks that caused the app not to start.

1.8.1

07 Mar 21:11
Compare
Choose a tag to compare

Fixed a NuGet dependency loop problem for building for the AUR. No other relevant changes.

1.8.0

07 Mar 19:57
Compare
Choose a tag to compare

Bugfixes since v1.7:

  • An Avalonia framework bug has been resolved in Linux that caused the menu to close pre-maturely.
  • Fixed error handling when the tracker window position cannot be accurately saved. If the saved value would put the window off-screen, the window will open to its default location.
  • Fixed various auto-tracking issues to support memory address changes in the Berserker multiworld roms.
  • Reworked auto-tracking memory checks to improve stability on SD2SNES devices.
  • Fixed an issue that caused tracking data to change when switching games when auto-tracking SMZ3 games.
  • Several changes made to ensure the UI would lock less during use.

New features and improvements in v1.8:

  • OpenTracker has been added to the Arch Linux AUR. The latest stable release is packaged as alttp-opentracker and the latest development release is packaged as alttp-opentracker-git.
  • OpenTracker has been added to Chocolatey, but is not yet a trusted package. As such, there is a large delay between releases until they are approved. Once it is given trusted status, this package will be updated with every release.
  • Crystal requirements start as unknown. GT entrance access will show "Possibly Accessible" accessibility, unless all 7 crystals are acquired.
  • Support for shop shuffle and Retro shops has been added. They will appear on the map as diamonds.
  • Support for key drop shuffle has been added.

1.7.0

24 Jan 17:02
Compare
Choose a tag to compare
  • Large overhaul to Save/Load.
    • The title bar provides info on the current save status of the game data.
      • The title bar will say "Untitled," if the game data has never been saved.
      • The title bar will provide the file name, if the game data has been saved.
      • The title bar will end in an asterisk (*), if unsaved changes have been made to the game state.
    • Better error handling has been added to indicate that game data has not been saved to the user.
    • Pinned locations now saved.
    • Several under-the-hood changes made to saving to make those systems easier to maintain.
  • First version to support Chocolatey packages for Windows.
  • Fixed a bug that caused marking images to not properly reset.
  • Fixed a bug that caused markable locations to not be clearable when not marked.

1.6.1

25 Nov 18:58
Compare
Choose a tag to compare
  • Fixed bugs related to visible item locations.
  • Fixed the About page to show the correct version number.

1.6.0

24 Nov 21:51
Compare
Choose a tag to compare
  • Added an About page for viewing the current OpenTracker version.
  • Any marking images on a location have been added to the tooltip. This includes notes added to a pinned location.
  • Added togglable map and compass UI and autotracking.
  • Added support for Insanity entrance shuffle.
  • Added dropdown tracking.

1.5.2

09 Nov 14:51
Compare
Choose a tag to compare

Bugfixes in this release:

  • Fixed an issue that caused ToH checks to change the AT count when autotracking.
  • Added logic to account for activated flute in Inverted mode. Autotracking will automatically detect flute activation. In manual tracking, right clicking on the flute, such that the duck appears in the corner of the icon, will force activation on.
  • Upgraded Avalonia from 0.10 preview 5 to preview 6 to resolve a seemingly random unhandled exception.