Package v0.2.12→v0.2.124: manifest, actions, version graph

This commit is contained in:
Keysat
2026-06-13 13:36:30 -05:00
parent 318c6c4b81
commit 1243f4414c
126 changed files with 2052 additions and 441 deletions
+13
View File
@@ -0,0 +1,13 @@
import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_47 = VersionInfo.of({
version: '0.2.47:0',
releaseNotes: {
en_US:
'Three fixes after the "two empty columns on the left" report. (1) Select checkbox now always renders. Previously the select cell hid itself when has_output was false, on the theory that there was nothing to delete. But v0.2.39 extended "Delete selected" to also wipe audit-log rows for the selected job_ids — so the checkbox IS useful even when the output is gone (or was never saved). Pending/in-flight rows render a disabled checkbox so the column visually lines up. (2) View-eyeball cell now renders a dimmed eyeball with a tooltip explaining WHY there\'s no output (either Delete EVERYTHING was run earlier, or this is Recap user-traffic with relay_save_user_outputs=false). Previously rendered a bare em-dash with no explanation. (3) New "Output storage" toggle in the Settings tab: relay_save_user_outputs. When enabled, transcripts + analysis JSON from Recap-app user submissions get persisted to /data/relay-outputs/. Default OFF (privacy default — don\'t save user transcripts unless operator explicitly opts in). Admin test-runs always save regardless of this flag. Backend changes: server/routes/admin.js GET/PUT /admin/settings now exposes a SETTINGS_BOOLS list alongside the existing chunking knobs; PUT handler validates boolean values separately. Dashboard saveSettings() reads checkbox state for boolean inputs.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})