- Fixes a crash when accessing periodic notes.
- Fixes an issue where unexpected handler errors could cause the server to hang; they now return HTTP 500.
- Adds MOVE method support in CORS policy.
- Fixes an O(N²) performance issue in JSON Logic search backlinks scanning.
- Skips file content reads during search when the query doesn't reference content, improving search performance.
- Closes all connections on server shutdown and settings refresh, preventing stale connection issues.
- Configures server keep-alive timeouts to prevent stale connections. (#253; Thanks @fa1k3!)
- Fixes missing trailing slash on MCP URLs shown in the settings UI.
- Switches API documentation from Swagger UI to Stoplight Elements.