import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_157 = VersionInfo.of({ version: '0.2.157:0', releaseNotes: { en_US: 'Mobile/UX fixes: minimizing the video player no longer shows a black frame on expand (the iframe stays mounted instead of being rebuilt); background processing no longer interrupts podcast audio playback or jumps the transcript back to the top while a job runs; removed the redundant centered "Processing…" box (the staged progress tracker already covers it); transcript scrolling tuned for iOS.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })