Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 10 May 06:03
· 859 commits to main since this release

Added

  • Sign out link in the SettingsPage footer — <a href="/logout">Sign out</a> (Option H).

Removed

  • POST /api/auth/password endpoint and _render_password_card() helper removed from
    web/main.py (htmx-era dead code, superseded by POST /api/ui/settings/password in v1.8.0).
  • web/templates/_login.html and web/templates/_password_card.html deleted
    (replaced by React LoginPage and PasswordSection respectively).