update what's new

This commit is contained in:
2026-04-30 18:30:19 +09:30
parent 189a30a611
commit cc7f2bc634
2 changed files with 6 additions and 21 deletions
-16
View File
@@ -1,16 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
## [3.6.5] - 2026-04-30
### *Seek and CTRL-Found: Global Search wont CTRL-fuse you anymore*
- **Global Search & indexing.** Hybrid lexical + vector search behaves more reliably, passive capture aligns better with SEQTA payloads, vectorization waits correctly so progress doesnt “freeze,” and indexing covers more surfaces (e.g. courses) with sane schema resets when needed.
- **Results.** Fewer duplicate tiles that navigated to the same course (`/courses/…`): job index, passive `/load/courses` captures, and subject shortcuts are consolidated for one hit per destination.
- **Progress UI.** Top-bar indexing status polished: neutral status copy, subtle blue progress strip, violet chip accent—and a green **Done!** that holds (then fades) so you actually see the finish line.
- **Reset index.** Confirmation and success messages spell out that you should **reload the SEQTA tab** so the index can rebuild cleanly.
## [3.6.4] - prior
See in-app Whats New (Settings) for notes on DM folders, theme flavours, upcoming assessments, and BS Cloud themes.
+6 -5
View File
@@ -35,11 +35,12 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;">
<h1>3.6.5 - Seek and CTRL-Found: Global Search wont CTRL-fuse you anymore</h1>
<li>Global Search: hybrid search and indexing tuned so vector + keyword results behave more reliably and stop past assessments/courses from disappearing from results.</li>
<li>Indexing progress bar/status cleaned up—with a cheeky green “Done!” when a pass actually finishes—and vectorisation no longer ghosts the UI on “still in progress.”</li>
<li>Duplicate course tiles that opened the same page are folded into one result (indexed job vs passive SEQTA captures vs subjects shortcut).</li>
<li>Reset Index now tells you to reload the SEQTA tab so everything can regenerate from scratch.</li>
<h1>3.6.5 Tamed the Beast: Global Search improvements</h1>
<li>Tuned hybrid search and indexing reliability.</li>
<li>Clearer progress UI and green “Done!” when a pass finishes.</li>
<li>Merged duplicate course hits that opened the same page.</li>
<li>Reset Index reminds you to reload the tab to rebuild.</li>
<li>Index now captures all content accross the site, not just assessments and courses.</li>
<h1>3.6.4 - DM Folders, Theme flavours and fixes, Upcoming Assements improvement</h1>
<li>Added advanced colour adjustments variables for theme customisation.</li>