feat(dashboard): round out the v1.34 What's new highlights (#1197)

The banner shipped with two highlights while the 1.34 line delivered 21
features, so it undersold the release. Adds the three with the widest
user-facing surface: Score v2, NOMAD.md and Knowledge Base collections.

Also converts the two existing bullets from em dashes to spaced hyphens
to match project copy convention.

Kept to five bullets - this is a dashboard alert, not release notes.
This commit is contained in:
chriscrosstalk 2026-08-03 19:45:01 -07:00 committed by jakeaturner
parent 926c7dda84
commit af3fb8de13
No known key found for this signature in database
GPG Key ID: B1072EBDEECE328D
1 changed files with 5 additions and 2 deletions

View File

@ -18,8 +18,11 @@ const WHATS_NEW = {
version: '1.34',
title: "What's new in v1.34",
highlights: [
'Creator Packs — install curated video packs from your favorite creators and watch them fully offline.',
'Medication Reference — offline FDA drug-label lookup for quick, reliable medication information.',
'Creator Packs - install curated video packs from your favorite creators and watch them fully offline.',
'Medication Reference - offline FDA drug-label lookup for quick, reliable medication information.',
'Benchmark Score v2 - a rebuilt scoring model, with live telemetry while the test runs and your score revealed at the end.',
'NOMAD.md - give your AI assistant standing instructions it follows in every conversation.',
'Knowledge Base collections - group what the assistant searches by subject, so answers stay on topic.',
],
}