Update OpenWhatsNewPopup.ts

This commit is contained in:
StroepWafel
2026-05-29 11:02:29 +09:30
committed by GitHub
parent a23eda1162
commit 943623e0fb
+1 -1
View File
@@ -34,7 +34,7 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {
const text = stringToHTML(/* html */ ` const text = stringToHTML(/* html */ `
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;"> <div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;">
<h1>3.7.0 Global Search improvements!</h1> <h1>3.6.6 Global Search improvements!</h1>
<li>Tuned hybrid search and indexing reliability.</li> <li>Tuned hybrid search and indexing reliability.</li>
<li>Clearer progress UI and green “Done!” when a pass finishes.</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>Merged duplicate course hits that opened the same page.</li>