Compare commits

..

No commits in common. "main" and "v1.4.2" have entirely different histories.
main ... v1.4.2

View file

@ -2,15 +2,6 @@ # Changelog
All notable changes to this project will be documented in this file.
## [1.4.2] - 2026-08-16
### Fixed
- Fix Belga discovery always dropping the newest press release (#158)
- The Belga API `offset` parameter is a 0-based item index, so the configured `offset=1` skipped the newest article on every fetch. A data migration repoints the existing Belga feed to `offset=0`.
- Fix articles validated before their feed had an active route never becoming routable (#157)
- Route articles are now backfilled when a route is created or re-activated, using the article content stored at validation time — no re-fetch.
## [1.4.1] - 2026-08-15
### Fixed