| @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/). |
| |
| ## [Unreleased] |
| |
| +### Changed |
| +- Restructured flat config fields into hierarchical `[tagging]` and `[web]` sections. |
| +- Lowered default tagging threshold from 0.6 to 0.35 for better tag coverage. |
| +- Cross-encoder reranker disabled by default. |
| + |
| +### Fixed |
| +- Excluded URLs (e.g. localhost) are now skipped during the first import pass instead of only during content fetching, preventing unwanted entries from entering the database. |
| + |
| ## [0.7.0] - 2026-06-26 |
| |
| ### Added |