Skip to content

v1.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 05:46

1.12.0 (2026-08-13)

✨ Features

  • auth: harden sign-in session handling and tighten socket CORS (#519) (476e844)
  • newsletters: retry when external services are unreachable, then abort (#515) (d6cd17f)
  • settings: report health of all enabled services (#512) (20af08f)
  • sort: add sort direction toggle to all sortable lists (#517) (3abeaab)

🐛 Bug Fixes

  • auth: return 401 for unauthenticated requests and react to session death (#520) (0bb44ae)

⚡ Performance

  • auth: resolve index and protected-route redirects server-side (#518) (d13594d)

♻️ Refactoring

  • loading: scope page-level loading states to their sections (#516) (55be30c)

📦 Build System

  • docker: update node.js runtime to e88a35b (#444) (17bd094)

🤖 CI/CD