diff --git a/docs/changelog.html b/docs/changelog.html index f2ac4c2..a2b6bd0 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -176,20 +176,14 @@
- -
-
- v1.3.1 - March 17, 2026 -
-
-
Network & Comms
-
    -
  • Removed AceComm:SendCommMessage targeting the GUILD channel in QuestieLearnerComms.lua. All background data synchronization now travels exclusively via the questiecomm hidden global channel.
  • -
  • Refined the communication "heartbeat" to ensure zero impact on player guild chat logs while maintaining real-time confidence updates for learned NPCs.
  • -
-
-
+

v1.3.1 — QuestieComms Streamlining

+

Refines the data-sharing mechanism to use exclusively hidden global channels, removing guild-channel broadcasts to minimize chat traffic while maintaining real-time data synchronization.

+ +

Network & Comms

+

v1.3.0 — QuestieLearner Confidence & Tiered Pruning Engine

Implements a robust verification model for learned data, introducing a tiered confidence system (Verified vs Unconfirmed), automated stale data cleanup with protection for high-confidence entries, and a critical correction to coordinate scaling logic for 3.3.5a combat log events. Refactors global data sharing to utilize hidden chat channels for community-wide confidence calculation.