Skip to content

v0.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 May 23:59
3444de8

0.15.0 (2026-05-01)

Features

  • api: add GET/PUT /api/v1/config endpoints (7be355a)
  • api: document /config endpoints in OpenAPI and regen types (599d864)
  • cli: adopt internal/config and dotted-path keys for arc config (4a82a78)
  • config: add internal/config package with TOML load/save/migrate (074bfe8)
  • consolidate config to TOML + add web edit UI (957fb1c)
  • web: add /settings page for editing arc config (a8a533e)

Bug Fixes

  • api: rename NewServerConfig to ServerOptions; repair missed call site (cd5a12a)
  • api: return saved config directly + tighten test assertions (02308e7)
  • arc-paste: default-deny non-share routes at edge and in binary (ffc0c6e)
  • arc-paste: default-deny via allowlist + scrub stale dual-URL docs (aa37952)
  • arc-paste: default-deny via allowlist + scrub stale dual-URL docs (36cf59a)
  • cli: repair share_test fixture and add legacy-alias hints (54ad4ac)
  • config: address review findings (atomic migration, db_path round-trip, lint) (5d05fab)
  • share: tighten arc-paste edge + share-create UX (876e40f)
  • web: preserve quick-label type when popover handles comment body (8a439e7)
  • web: tighten settings type safety + a11y; surface load errors (5e32b24)

Refactoring

  • share: drop --local/--share, add --remote, print one URL by kind (3103f62)