Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 945 Bytes

File metadata and controls

21 lines (16 loc) · 945 Bytes

Changelog

All notable changes to this project are documented here. Versions follow CalVer (YYYY.MM.DD.PATCH) rather than semantic versioning. Each release also gets a hand-picked Magic card name, purely for fun — no meaning beyond vibes.

[2026.08.21.0] — "Ancestral Recall"

Initial release.

Security

  • Admin/data-management routes now require authentication (/_admin, HTTP Basic Auth) — set ADMIN_PASSWORD in env.json (#961, #962, #963, #966)
  • API port bound to loopback by default (#781)
  • Error responses no longer leak internal detail (#782)