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 @@

Questie-X Documentation

Complete history of changes, fixes, and additions.

- Version: v1.6.3 + Unreleased + Version: v1.6.3 ← Back to Documentation
-

[Unreleased] — Arrow Redesign, Minimap Pin Drift Fix (Live API + Corrected Pixel Math), Sunstrider Isle Arrow Distance, Map Pins, Tooltip Schema Fixes, QuestData String Safety

+

[v1.6.3] — Arrow Redesign, Minimap Pin Drift Fix (Live API + Corrected Pixel Math), Sunstrider Isle Arrow Distance, Map Pins, Tooltip Schema Fixes, QuestData String Safety


diff --git a/docs/index.html b/docs/index.html index 8ddf774..24009d8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -210,7 +210,7 @@ Questie-X Logo

A universal WoW quest-helper with a plugin architecture for any private server.

- Version: v1.6.3 + Unreleased + Version: v1.6.3 View Changelog @@ -218,9 +218,9 @@
-
-

Current Unreleased Work

-

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.

+
+

Current Release Highlights

+

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.

@@ -249,7 +249,7 @@
- Documentation scope: The landing page and changelog intentionally describe both the latest release and the current local unreleased work so collaborators can see what is being tested before the next push. + Documentation scope: The landing page and changelog now describe the published v1.6.3 release state so collaborators can review what is currently shipped.