Merge pull request #450 from Jaxx7594/assessmentsAverage-reindex

feat(assessmentsAverage): fingerprint-based reindex to harden against changed weightings
This commit is contained in:
Aden Lindsay
2026-06-09 10:28:03 +09:30
committed by GitHub
3 changed files with 209 additions and 33 deletions
@@ -51,6 +51,7 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {
<li>Added assessments overview and assessment weighting overrides for SEQTA Engage.</li>
<li>Added BetterSEQTA sidebar icons to SEQTA Engage.</li>
<li>Added runtime handlers for upcoming interactive theme.</li>
<li>Added an automatic reindex of assessments if any of a series of tracked values change (title, release state, etc). Helps keep weightings up to date.</li>
<li>Fixed BetterSEQTA sidebar injection issues on some pages.</li>
<li>Tweak Theme of the Month popup making it more clear about dismissals and respecting “Dont show again”.</li>
<li>Fixed duplicate-result fixes.</li>