import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_6 = VersionInfo.of({ version: '0.2.6:0', releaseNotes: { en_US: 'Add admin login gate: a new "Set Admin Password" StartOS action puts a username/password screen in front of everything (including the activation screen), so the web UI is no longer wide-open on LAN or clearnet. Leave the password blank to disable the gate.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })