0.2.0 — Settings card, tuning sliders, Host-settings persistence
Highlights
- Official-style settings card: timeline settings now live in Settings → Plugins → Plugin configuration as a standalone card (disclosing header, field rows, overridden badges), instead of the general settings section.
- Three tuning sliders plus the enable toggle:
- Distance from the panel's left edge (0–120 px, strictly non-negative)
- Vertical offset from the panel center (−200–200 px)
- Marker spacing (6–40 px)
- Reliable persistence: preferences are written through a dedicated
/codex-timeline/settingsroute into the Host settings document (settings.yaml) — no more browser-localStorage dependency. Values survive reloads, browser switches, and share the deployment's settings file like every other plugin. - Controls stay anchored: the top-left ⋮ / search buttons no longer move when adjusting the timeline position; only the marker column moves.
- Accessibility/autofill: every form field (sliders, search inputs) now carries
id/nameand proper label associations.
Notes
- Compatibility: DSH
0.1.0-rc.6only (unchanged adapter contract). - Distribution contract (
artifactSha256) updated and verified byverify-dist.mjs.
Full changelog: CHANGELOG.md