import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_8 = VersionInfo.of({ version: '0.1.8:0', releaseNotes: { en_US: 'Library folders now remember their expanded/collapsed state across ' + 'page reloads and devices. Subscriptions gain a per-channel ' + '"auto-process" toggle (lightning bolt) that lets new videos skip ' + 'the approval queue and start summarizing immediately — settable ' + 'either when subscribing from the homepage or later from Settings. ' + 'Adds a Library Transfer panel in Settings to export/import your ' + 'full library (summaries, folders, subscriptions) between devices.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })