| @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/). |
| |
| ## [Unreleased] |
| |
| +### Added |
| +- Unit and integration tests for search engines (24 unit + 4 integration) |
| +- `tagging_enabled` config option (default: `false`) to opt into auto-tagging |
| + |
| +### Changed |
| +- Search results from multiple engines are now interleaved round-robin |
| +- abbaye.toml: fix `$shema` -> `$schema` typo, add `clone_url` for git UI |
| + |
| +### Documentation |
| +- Update README to reflect opt-in auto-tagging |
| + |
| ## [v0.2.3] - 2026-06-19 |
| |
| ### Added |