import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_3 = VersionInfo.of({ version: '0.1.3:0', releaseNotes: { en_US: 'Remove YouTube OAuth (no longer supported by yt-dlp). Improve cookie setup ' + 'instructions for headless servers. Add library export/import for transferring ' + 'between devices. Remove standalone shutdown button. Fix library not updating ' + 'after processing. Improve embedded player compatibility.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })