Skip to content

Releases: XalaMental/Xal-sXpeditedRoutes

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 01 Aug 08:24

Xal's Xpedited Routes

v1.0.6 (2026-08-01)

Full Changelog Previous Releases

  • Beacon.lua: Fixed a real bug that broke route progress - hiding the compass arrow (done automatically now when TomTom takes over) was accidentally also stopping the addon from checking whether you'd reached a node

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Aug 08:07

Xal's Xpedited Routes

v1.0.5 (2026-08-01)

Full Changelog Previous Releases

  • TomTomBridge.lua: Added a way for the addon to check whether TomTom is actually tracking your route right now, so other parts of the addon can react to that.
  • PathPlanner.lua: When starting a route, the addon now checks whether TomTom successfully took over navigation first. If it did, the addon's own compass arrow stays hidden instead of showing alongside TomTom's arrow. If TomTom isn't installed or doesn't work for some reason, the addon's own compass still shows like normal.
  • NodeLogger.lua: Small follow-up change needed to match the fix above - no behavior change on its own.
  • Helpers.lua: Fixed the chat spam bug - the addon was checking spell names for the word "gather" to detect when you picked something up, but that word shows up in lots of unrelated spells too, causing false detections that spammed "already recorded" in chat. Now it only checks against a specific known list of the actual gathering spells, which can't accidentally match something else.

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 01 Aug 08:07

Xal's Xpedited Routes

v1.0.4 (2026-08-01)

Full Changelog Previous Releases

  • TomTomBridge.lua
    Fixed the actual bug — TomTom updated itself for the new expansion and changed how it expects to receive waypoints, which is why it wasn't working. Switched to the newer method TomTom now uses. Also fixed a second mistake I made in the previous version where the map location wasn't being passed through correctly. Added messages that print in chat so if something goes wrong again, you'll see exactly what and where instead of it just silently not working.
  • PathPlanner.lua
    Updated to send the current zone info along when telling TomTom where
    to point, which was the missing piece causing the bug.

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:23

Xal's Xpedited Routes

v1.0.3 (2026-08-01)

Full Changelog Previous Releases

  • Updated the TomTom section to accurately describe how the hand-off
    actually works now.
  • Rewrote how this addon talks to TomTom. It used to send the entire
    route to TomTom all at once. Now it sends one waypoint at a time and
    updates it automatically as your route progresses, so TomTom's arrow
    actually follows your route in the right order instead of jumping
    around.
  • Updated to tell TomTom which node is currently "next" every time the
    route moves forward, not just once at the start. Also makes sure
    TomTom's waypoint gets cleared out properly when a route is stopped.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Aug 04:37

Xal's Xpedited Routes

v1.0.2 (2026-08-01)

Full Changelog Previous Releases

  • Fix Interface version in toc
    Was 120000, updated to match the current client (120007)
  • Clearer wording in a few spots, no functional changes.
  • Removed the trail on/off checkbox from Settings, since it's always on now.
  • The minimap trail line during a route now always shows (previously had a hidden on/off setting).
  • Fixed a bug where a mining-only character could sometimes still see herb markers that shouldn't be there.
  • Cleanup, removed leftover code tied to the deleted trail setting.
    • ChatCommands.lua — Removed the /xxr trail chat command, since there's nothing left to toggle.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 04:23

Xal's Xpedited Routes

v1.0.1 (2026-08-01)

Full Changelog Previous Releases

  • Add CurseForge project ID to toc
    Needed so new versions can auto-publish to CurseForge going forward
  • Just documentation clarity — clearer wording in a few spots, nothing that changes how the addon actually works.
  • Route distance calculation bug — without HereBeDragons installed, route-building distances were raw unscaled coordinate numbers instead of an actual yards approximation, inconsistent with every other distance calculation in the addon. Fixed to use the same shared yards constant everywhere.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:50

Xal's Xpedited Routes

v1.0.0 (2026-07-31)

Full Changelog Previous Releases

  • Initial commit