import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_21 = VersionInfo.of({ version: '0.2.21:0', releaseNotes: { en_US: 'Switching transcription provider to Whisper-compatible (or any provider with a dynamic catalog like Ollama / OpenAI-compatible) now pre-fills the model dropdown from your saved Models field instead of showing the "model name" placeholder. Previously it only looked at the provider\'s hardcoded model list, which is empty for these custom-endpoint providers.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })