14 lines
1.3 KiB
TypeScript
14 lines
1.3 KiB
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_101 = VersionInfo.of({
|
|
version: '0.2.101:0',
|
|
releaseNotes: {
|
|
en_US:
|
|
"Two operator-experience improvements. (1) The 'saved' / 'save failed' status indicator that auto-save fires now appears as a fixed-position toast in the bottom-right corner of the viewport instead of an inline span at the bottom of the settings tab. Previously the indicator was below-the-fold for most operators — saves felt silent. New toast appears immediately on save start, turns green '✓ saved' on success (2s fade), red 'save failed: ...' on error (5s fade). The in-page status span at the bottom of settings stays as a fallback. (2) The three diarization suppression thresholds are now operator settings, exposed as sliders in Settings → Operator hardware: 'Anchor min speaking time' (5-120s, default 30), 'Small-cluster suppress under' (1-60s, default 15), 'Uncertain reassignment margin' (0-30%, default 10). The defaults match what shipped hardcoded in v0.2.100 — no behavior change unless the operator tunes. Operator can now experiment without a relay redeploy if a specific video produces over- or under-suppressed cluster counts.",
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|