import { VersionInfo } from '@start9labs/start-sdk' /** Dashboard viewer fixes. ExVer form `:`. */ export const v_0_1_5 = VersionInfo.of({ version: '0.1.5:0', releaseNotes: 'Dashboard: an open deck report / JSON / scorecard viewer now stays open ' + 'across the periodic background refresh (previously it silently closed ' + 'within ~20s) — it closes only via its close button or when switching ' + 'companies. Added ⬇ download buttons: per-deck report downloads in the ' + 'deck-history table, plus a download link in the viewer header for ' + 'reports, deck JSON records, and SCORECARD.md.', migrations: {}, })