From be6d522bf8604ded71c1fcf2f7d676aa68de15f5 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sun, 15 Mar 2026 17:54:03 -0500 Subject: [PATCH] [docs] Remove monorepo and NTFS junction documentation as they are no longer used --- CHANGELOG.md | 1 - docs/changelog.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d079d2..a7af0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ - **[Server Detection]** Added `QuestieServer` module (`Modules/QuestieServer.lua`) for improved runtime server environment detection. - **[Network]** Added `QuestieLearnerComms` module (`Modules/Network/QuestieLearnerComms.lua`) for cross-client quest data sharing. - **[Database]** Removed embedded `Database/Ascension/` and `Database/Ebonhold/` folders. All custom server data is now distributed via separate plugin addons. -- **[Monorepo]** `Plugins/` directory added to the repo. `Questie-Ascension` and `Questie-Ebonhold` are linked here via NTFS junctions pointing to their own repositories, keeping plugin development in sync. ### UI Enhancements diff --git a/docs/changelog.html b/docs/changelog.html index 39d49df..a7e1433 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -176,7 +176,7 @@
-

v1.1.4 — Monorepo & Maintenance

+

v1.1.4 — Plugin Architecture & Maintenance

UI Enhancements