diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d23e8c..895178a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - **[QuestieLearner Fix]** Added early return checks in `BroadcastLearnedData` when data is nil or sanitization produces empty results. - **[Journey Fix]** Added nil check for `container` in `HandleTabChange` to prevent "attempt to index local 'container'" errors. - **[l10n Fix]** Added type check for `translationValue` in l10n:translate to prevent "bad argument #2 to 'format'" errors when translation is not a string or when format arguments are missing. +- **[Tracker Fix]** Removed redundant shift-click tracking toggle logic in `Hooks.lua` that was instantly reverting tracker states when shift-clicking a quest in the Quest Log. ## v1.4.3 — Taint & API Compatibility Fixes diff --git a/docs/changelog.html b/docs/changelog.html index bc3197a..358f1f7 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -189,6 +189,7 @@
  • [QuestieLearner Fix] Added early return checks in BroadcastLearnedData when data is nil or sanitization produces empty results.
  • [Journey Fix] Added nil check for container in HandleTabChange to prevent "attempt to index local 'container'" errors.
  • [l10n Fix] Added type check for translationValue in l10n:translate to prevent "bad argument #2 to 'format'" errors when translation is not a string or when format arguments are missing.
  • +
  • [Tracker Fix] Removed redundant shift-click tracking toggle logic in Hooks.lua that was instantly reverting tracker states when shift-clicking a quest in the Quest Log.