fe07580a12
New 'Set Recap License' StartOS action; split server/index.js into 8 focused modules (util, gemini-helpers, audio, ytdlp, cookies, config, license-middleware, history); 'Recap license' copy fix.
13 lines
587 B
TypeScript
13 lines
587 B
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_3 = VersionInfo.of({
|
|
version: '0.2.3:0',
|
|
releaseNotes: {
|
|
en_US: 'New "Set Recap License" StartOS action — paste your license key in the StartOS Actions menu instead of the web UI. Refactor: split the 2914-line server/index.js into focused modules (util, gemini-helpers, audio, ytdlp, cookies, config, license-middleware, history). Copy fix: Recap license, not Keysat license, on the activation screen.',
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|