docs: add changelog note for SPA fallback + api 404 fix

This commit is contained in:
2026-09-21 21:57:48 +02:00
parent 9e69730bfd
commit 19e7899309
+4
View File
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Frontend uses `@cryptgeon/shared` for crypto + payload codec (replacing the previous local `cryptgeon/shared`); heavy pack/unpack runs in a web worker. - Frontend uses `@cryptgeon/shared` for crypto + payload codec (replacing the previous local `cryptgeon/shared`); heavy pack/unpack runs in a web worker.
- CLI rebuilt with `vite-plus` (bundles all deps) and imports from `@cryptgeon/shared`. - CLI rebuilt with `vite-plus` (bundles all deps) and imports from `@cryptgeon/shared`.
### Fixed
- SPA fallback now serves the app (200) for client-side routes such as `/about` and `/note/<id>`, while unmatched `/api/*` paths still return 404.
### Breaking changes ### Breaking changes
- Endpoints moved to `/api/v3/notes/` and `/api/v3/status`; health check to `/healthz`. - Endpoints moved to `/api/v3/notes/` and `/api/v3/status`; health check to `/healthz`.