Skip to content

v0.2.0

Latest

Choose a tag to compare

@Wine-Red Wine-Red released this 15 Aug 18:05

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/settings route 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/name and proper label associations.

Notes

  • Compatibility: DSH 0.1.0-rc.6 only (unchanged adapter contract).
  • Distribution contract (artifactSha256) updated and verified by verify-dist.mjs.

Full changelog: CHANGELOG.md