Skip to content

v0.2.4: Explicit Save and Default Adapter fix

Choose a tag to compare

@NOirBRight NOirBRight released this 04 Sep 06:47
· 0 commits to adapt/dsh-0.1.2-alpha.1 since this release

Fixes

  • Settings page now uses an explicit Save button (top of page, next to Rescan). Edits stay in draft until saved; success/failure feedback is shown.
  • Disabling an Adapter — including the last enabled one — no longer auto-saves and can no longer produce an invalid config. A stale defaultAdapter naming a disabled Adapter is cleared on Save (client) and at the RPC boundary (host).
  • Reopening settings shows persisted state.

Notes

  • delegate_worker without an explicit adapter routes to the first enabled Adapter when no default is set (documented in ADR 0002 and the section intro).
  • Version bumped 0.2.3 → 0.2.4 to bust client bundle caching.