import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_126 = VersionInfo.of({ version: '0.2.126:0', releaseNotes: { en_US: "Tone down the streaming-indicator below the topics list. The 'Analyzing window N / M…' line was rendering with NO style — it inherited the browser default font-size which read way bigger and more prominent than the surrounding sidebar text. Now styled to match the dimmer treatment the podcast-variant indicator already uses: 11px italic, slate-grey at 85% opacity, smaller pulsing dot. Reads as subtle progress metadata instead of a big call-out.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })