14 lines
1.2 KiB
TypeScript
14 lines
1.2 KiB
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_98 = VersionInfo.of({
|
|
version: '0.2.98:0',
|
|
releaseNotes: {
|
|
en_US:
|
|
"Operator dashboard: collapsible Settings panels with persistent state. Every settings panel — Endpoints & credentials, AI backends & routing, Gemini backend, Operator hardware, Shared & output, Section-count targets, LLM prompts — now has a chevron next to its title. Click the title to collapse the panel body. The four individual LLM prompts INSIDE the prompts panel also collapse independently, so the operator can hide prompts they aren't editing without losing the textareas of the ones they are. Collapse state persists to localStorage under the key 'recaps:settings:collapsed' — reloading the dashboard keeps your panels exactly as you left them. Cleanup: dropped the help-text strings on the 'Diarization enabled' and 'Speaker-aware summary polish' toggles since the operator (Grant) is the only user of this package and doesn't need the inline reminder. No backing-store or schema changes — purely visual.",
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|