chore: bump version to 1.3.1 and update changelogs

This commit is contained in:
Xurkon
2026-03-18 00:00:17 -05:00
parent bd31b2d383
commit 4f1671837d
7 changed files with 21 additions and 6 deletions
+15
View File
@@ -176,6 +176,21 @@
</div>
<div class="container">
<!-- v1.3.1 -->
<div class="version-item">
<div class="version-header">
<span class="version-number">v1.3.1</span>
<span class="version-date">March 17, 2026</span>
</div>
<div class="change-category">
<div class="category-title">Network & Comms</div>
<ul class="change-list">
<li>Removed <code>AceComm:SendCommMessage</code> targeting the <code>GUILD</code> channel in <code>QuestieLearnerComms.lua</code>. All background data synchronization now travels exclusively via the <code>questiecomm</code> hidden global channel.</li>
<li>Refined the communication "heartbeat" to ensure zero impact on player guild chat logs while maintaining real-time confidence updates for learned NPCs.</li>
</ul>
</div>
</div>
<h2 id="v130">v1.3.0 — QuestieLearner Confidence &amp; Tiered Pruning Engine</h2>
<p><em>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.</em></p>
+1 -1
View File
@@ -169,7 +169,7 @@
<img src="QuestieXlogo.png" alt="Questie-X Logo" width="400" />
<p class="subtitle">A universal WoW quest-helper with a plugin architecture for any private server.</p>
<div style="display: flex; justify-content: center; gap: 10px;">
<code>Version: v1.3.0</code>
<code>Version: v1.3.1</code>
<a href="changelog.html"
style="background: var(--bg-tertiary); color: var(--accent-green); text-decoration: none; padding: 2px 6px; border-radius: 4px; font-size: 0.9em; border: 1px solid var(--border-color);">View
Changelog</a>