| @@ -7,12 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). |
| |
| ## [Unreleased] |
| |
| -## [0.6.0] - 2026-06-26 |
| - |
| ### Added |
| -- Progressive search via SSE (`/api/search/stream`): local bookmark results appear instantly, external engine results stream in as they arrive, using `EventSource` with zero external dependencies. |
| -- `?js=true` query parameter for the `/search` handler: skips external engines during page render (~50ms instead of ~1700ms). JS automatically inserts this into the URL via `history.replaceState`/`pushState`, enabling fast loading on all subsequent interactions. |
| -- Integration tests for the SSE endpoint covering content-type, bookmark events, done events, empty queries, no-match queries, and bang redirects. |
| - `tagging` cargo feature (included by default) gating `fastembed`/ONNX Runtime. Build with `--no-default-features` to produce a ~30% smaller binary without semantic auto-tagging. |
| - Second abbaye `cargo` builder with `no_default_features = true` so release page offers both binaries. |
| |
| @@ -21,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/). |
| - Pruned `tokio` from `features = ["full"]` to only needed features (`rt-multi-thread`, `macros`, `signal`, `sync`, `time`, `fs`). |
| - Pruned `actix-web` from default features to only `macros` + `compat-routing-macros-force-pub`. |
| |
| +## [0.6.0] - 2026-06-26 |
| + |
| +### Added |
| +- Progressive search via SSE (`/api/search/stream`): local bookmark results appear instantly, external engine results stream in as they arrive, using `EventSource` with zero external dependencies. |
| +- `?js=true` query parameter for the `/search` handler: skips external engines during page render (~50ms instead of ~1700ms). JS automatically inserts this into the URL via `history.replaceState`/`pushState`, enabling fast loading on all subsequent interactions. |
| +- Integration tests for the SSE endpoint covering content-type, bookmark events, done events, empty queries, no-match queries, and bang redirects. |
| + |
| |
| ## [0.5.2] - 2026-06-24 |
| |