14 lines
1.9 KiB
TypeScript
14 lines
1.9 KiB
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_51 = VersionInfo.of({
|
|
version: '0.2.51:0',
|
|
releaseNotes: {
|
|
en_US:
|
|
'Settings tab visual overhaul — matches the rest of the dashboard. (1) Dropdowns for model picker + backend routing replaced with selectable pill groups (same .tr-toggle language used on the Jobs tab\'s test-run panel). Five Gemini models render as short pills "3.1 Pro / 3 Flash / 3.1 Flash-Lite / 2.5 Pro / 2.5 Flash" with the full long description on hover. Four routing modes render as short pills "Gemini→HW / HW→Gemini / Gemini only / HW only". (2) Number spinners replaced with slider + number-input pairs — typing in the number snaps the slider, dragging the slider updates the number live, both clamped to the field\'s min/max. (3) Two-column grid layout for the Gemini and Operator-hardware tuning panels so 10 sliders fit side-by-side instead of stacked. (4) New "Shared & output" panel collapses the single shared knob plus the save-user-outputs toggle into one compact box. (5) Boolean toggle is now a visual switch (animated pill) instead of a checkbox — matches typical settings-panel UX. (6) Section headers now match the rest of the dashboard — small uppercase eyebrows with a colored dot dot (blue for Gemini, orange for hardware, purple for routing, etc.) and the same panel/border treatment used by the Overview tab\'s tiles. (7) LLM prompt textareas restyled to fit the new panel language with the same "Show current default" and "Reset to default" controls. (8) Default-value hint only appears when the operator value differs from the default — when current matches default, the row stays clean. Reset / Save buttons aligned with a thin separator above. The whole page now lives on one screen at 1000px max-width and feels like a control panel instead of a generic form.',
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|