import { VersionInfo } from '@start9labs/start-sdk' // Thesis Workshop redesign — makes it clear what to do and adds the missing controls. // Per part and per generated option you can now Edit (write your own wording), Use this // (pick a winner and clear the rest), and Delete; the redundant generate/feedback panels // are merged into one "Ask the Architect" box; and an admin can Approve as current right // in the Workshop (dual sign-off -> canonical). Also fixes the stray "0" on segment lines. // No data migration. export const v_0_1_0_56 = VersionInfo.of({ version: '0.1.0:56', releaseNotes: { en_US: [ 'Thesis Workshop is clearer and fuller: edit any part or option in place, pick a winner', 'with "Use this", delete what you do not want, ask the Architect for options from one', 'box, and approve a line as your current thesis right there (two admins sign off). Also', 'fixes a stray "0" shown next to the segment lines.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })