diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1f072..69c4ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.6.3] ### Bug Fixes @@ -90,7 +90,7 @@ ### Notes -- The Unreleased section reflects the current working tree, including local in-progress fixes that are not yet part of a pushed release. +- The 1.6.3 section reflects the published release state. Future entries will be added above this section in the next release cycle. - Several Sunstrider experiments did NOT work and are intentionally not the documented fix path: relying on `HBD:GetPlayerWorldPosition()` on the closed map, using ghost map `946` for `C_Map.GetPlayerMapPosition`, and treating `QuestieLearner` tooltip data as `{ questId -> objList }` instead of flat quest-id arrays. ## v1.6.1 (2026-05-04) diff --git a/docs/changelog.html b/docs/changelog.html index d657e65..ddb2926 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -169,14 +169,14 @@
Complete history of changes, fixes, and additions.
v1.6.3, then tightened the release filters so handoff notes, local dev settings, and other workspace-only artifacts stay out of the exported release archive.Arrow1 through Arrow4) plus one legacy sheet arrow (arrowold). The old default arrow.tga cache path was retired in favor of the new image-specific asset names, and a regression test now asserts that only arrowold remains a bundled sprite sheet.
@@ -246,14 +246,14 @@
_ResolveMapUiMapId(). Pins on 1241 now render natively using Ascension-calibrated bounds instead of being forced to 1941's coordinate space. Added areaIdToUiMapId[1241] = 1241 mapping in zoneDB.lua so DrawWorldIcon can place pins directly on the Sunstrider sub-map.QuestieCompat.UiMapData[1238] for Northshire Valley so custom/private-server zone lookups have concrete geometry for the child map instead of relying on incomplete parent fallbacks.HBD:GetPlayerWorldPosition() while the world map is closed on Sunstrider, which returned the wrong world space.946 for C_Map.GetPlayerMapPosition, which returned invalid or misleading local coordinates.QuestieLearner tooltip data as legacy { questId -> objList } maps instead of the actual flat quest-id arrays.
A universal WoW quest-helper with a plugin architecture for any private server.
The current working tree includes in-progress fixes for Ascension custom-zone rendering, learned tooltip reconstruction, and arrow/map behavior on Sunstrider Isle. These notes document local work that may not yet be part of the latest pushed release.
+The v1.6.3 release includes the arrow redesign, the minimap pin drift fix, and the Sunstrider map and tooltip corrections. These notes summarize the shipped behavior in the live release.