From 7ba38fe698c77b3dab9cd5e3347b95cb0c5e2f5b Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sat, 21 Mar 2026 15:00:44 -0500 Subject: [PATCH] Update changelogs for v1.4.4r3 release --- CHANGELOG.md | 5 +++++ docs/changelog.html | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 790e2aa..8f8d1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.4.4r3 — Legacy Client Initialization & Learner Fixes + +- **[Init Fix]** Fixed an issue where the database loader would silently abort on custom 3.3.5 / legacy client setups due to false-positive modern client detection. The `isModernClient` safeguard now uses a bulletproof `tocversion` range check to flawlessly differentiate between original legacy engines and modern Classic counterparts. +- **[QuestieLearner Fix]** Resolved an `attempt to index global 'l10n' (a nil value)` error that triggered when accepting a new quest, caused by a missing module import at the top of `QuestieLearner.lua`. + ## v1.4.4r2 — Cached Load Taint Fix - **[Taint Fix]** Resolved lingering `ADDON_ACTION_BLOCKED` taint on `ActionButton` and `StaticPopup` that occurred when Questie loaded data from its cache rather than manually recompiling. The `_G` namespace cleanup for `Questie-X-WotLKDB` globals now runs accurately during cached loads (via `UpdateWotLKDBStats`), ensuring the taint vector is closed and additionally freeing ~20MB of redundant cached memory. diff --git a/docs/changelog.html b/docs/changelog.html index fd295ec..a95ccc2 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -348,6 +348,14 @@
+

v1.4.4r3 — Legacy Client Initialization & Learner Fixes

+ + +
+

v1.4.4r2 — Cached Load Taint Fix