diff options
| author | 2020-05-21 21:50:28 +0200 | |
|---|---|---|
| committer | 2020-05-21 21:50:28 +0200 | |
| commit | da5a38e74c2e64848050adf3b1a23e0b5abb382e (patch) | |
| tree | 754d9112f1fad59cd7fd30b1485f10d106cd8e49 | |
| parent | 39df5a80419cf7936a2698d2c8fce4679a723868 (diff) | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index db85fae5e..ed9f13fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Add the possibility to filter by feed IDs [#2892](https://github.com/FreshRSS/FreshRSS/pull/2892) * like `f:123 more-search` or multiple feed IDs like `f:123,234,345 more-search` or an exclusion like `!f:456,789 more-search` * Show users last activity date [#2936](https://github.com/FreshRSS/FreshRSS/pull/2936) + * Ability to follow HTML redirections when retrieving full article content [#2985](https://github.com/FreshRSS/FreshRSS/pull/2985) * API * New table of compatible clients [#2942](https://github.com/FreshRSS/FreshRSS/pull/2942) * Expose podcasts in API (used by e.g. FeedMe) [#2898](https://github.com/FreshRSS/FreshRSS/pull/2898) @@ -34,6 +35,8 @@ * Add reference documentation for using Apache as a reverse proxy [#2919](https://github.com/FreshRSS/FreshRSS/pull/2919) * Enforce Unix line endings when checking out via git [#2879](https://github.com/FreshRSS/FreshRSS/pull/2879) * Bug fixing + * Fix regression when marking all articles as read, risking to mark newer articles as read [#2909](https://github.com/FreshRSS/FreshRSS/pull/2909) + * Fix preview of CSS selector to retrieve full article content [#2993](https://github.com/FreshRSS/FreshRSS/pull/2993) * Fix Docker make cron use `FRESHRSS_ENV` environment variable [#2963](https://github.com/FreshRSS/FreshRSS/pull/2963) * Fix e-mail validation bug for admins [#2917](https://github.com/FreshRSS/FreshRSS/pull/2917) * Fix some cases when WebSub-enabled feeds change address [#2922](https://github.com/FreshRSS/FreshRSS/pull/2922) |
