| @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/). |
| |
| ## [Unreleased] |
| |
| +### Added |
| +- *(none)* |
| + |
| +### Fixed |
| +- *(none)* |
| + |
| +### Changed |
| +- *(none)* |
| + |
| +## [0.4.2] - 2026-06-23 |
| + |
| +### Fixed |
| +- Robots.txt URL now includes port number (non-standard ports were silently hitting default port) |
| +- MutexGuard no longer held across await points in Fetcher (potential deadlock under concurrent use) |
| +- Clippy warnings resolved across the entire codebase (~60 fixes) |
| +- Custom abbaye theme templates removed in favor of built-in defaults (added missing `.browse-link` CSS) |
| + |
| +### Changed |
| +- `run_import` now takes `&Config` instead of 12 individual parameters |
| +- `Config` derives `Default` instead of manual implementation |
| +- Fetcher runtime changed from `enable_time()` to `enable_all()` (required for reqwest IO) |
| + |
| +### Added |
| +- 3 Fetcher tests with local HTTP server: basic fetch, robots.txt blocking, cache behavior |
| + |
| ## [0.4.1] - 2026-06-22 |
| |
| ### Fixed |