import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_5 = VersionInfo.of({ version: '0.1.5:0', releaseNotes: { en_US: 'Fix YouTube subscription checking by ensuring curl_cffi is properly installed ' + 'for yt-dlp browser impersonation. Add Gemini API key as a StartOS Action. ' + 'Remove placeholder GitHub links. Fix description to reflect Gemini-only support. ' + 'Add VPN warning for embedded YouTube player.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })