Commit
Message
Changed Files (1)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9245f..02416b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - 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. + +### Changed +- Self-updater appends `-no-default` to the download URL when the running binary was compiled without the `tagging` feature. +- 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.5.2] - 2026-06-24