|
| 1 | +Version 2.2.8 (April 22, 2025) |
| 2 | +------------------------------ |
| 3 | + |
| 4 | +* refactor(js): replace `DomHelper` methods with standalone functions |
| 5 | +* refactor: avoid logging twice the feed errors in the background worker |
| 6 | +* fix(api): `hide_globally` categories field should be a boolean |
| 7 | +* fix(ui): add missing `await` when calling `navigator.share()` method |
| 8 | +* fix(ui): replace share link with a form button for better accessibility |
| 9 | +* feat(telegrambot): replace "Go to website" button with "Go to Miniflux" |
| 10 | +* feat(locale): update Polish translation |
| 11 | +* feat(locale): update German translation |
| 12 | +* feat(locale): update Chinese translation |
| 13 | +* feat(config): add `SCHEDULER_ROUND_ROBIN_MAX_INTERVAL` option |
| 14 | +* feat(cli): add `-reset-feed-next-check-at` argument |
| 15 | +* feat(api): add `update_content` query parameter to `/entries/{entryID}/fetch-content` endpoint |
| 16 | +* feat: use `Cache-Control` max-age and `Expires` headers to calculate next check |
| 17 | +* feat: implement proxy URL per feed |
| 18 | +* feat: add proxy rotation functionality |
| 19 | +* ci(linter): replace commitlint with a Python script |
| 20 | +* ci: add documentation issue template |
| 21 | +* build(deps): bump `golang.org/x/oauth2` from `0.28.0` to `0.29.0` |
| 22 | +* build(deps): bump `golang.org/x/net` from `0.38.0` to `0.39.0` |
| 23 | +* build(deps): bump `golang.org/x/image` from `0.25.0` to `0.26.0` |
| 24 | +* build(deps): bump `github.com/tdewolff/minify/v2` from `2.22.4` to `2.23.1` |
| 25 | +* build(deps): bump `github.com/PuerkitoBio/goquery` from `1.10.2` to `1.10.3` |
| 26 | +* build(deps): bump `github.com/prometheus/client_golang` |
| 27 | +* build(deps): bump `github.com/mattn/go-sqlite3` from `1.14.24` to `1.14.28` |
| 28 | +* build(deps): bump `github.com/go-webauthn/webauthn` from `0.12.2` to `0.12.3` |
| 29 | +* build(deps): bump `github.com/coreos/go-oidc/v3` from `3.13.0` to `3.14.1` |
| 30 | + |
1 | 31 | Version 2.2.7 (April 1, 2025) |
2 | 32 | ----------------------------- |
3 | 33 |
|
|
0 commit comments