diff options
| author | 2018-06-09 16:08:05 +0200 | |
|---|---|---|
| committer | 2018-06-09 16:08:05 +0200 | |
| commit | da025ed35650ba49b9aede5e92c33ea9118a6a69 (patch) | |
| tree | c5d493b122aa6f2912dabc1340d61220b38dbf50 | |
| parent | 6a56894e940db0b1f7ee6788fbc38f26c80d004d (diff) | |
Changelog 1797, 1894, 1924
https://github.com/FreshRSS/FreshRSS/issues/1797
https://github.com/FreshRSS/FreshRSS/issues/1894
https://github.com/FreshRSS/FreshRSS/pull/1924
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f7e2dff..097856388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # FreshRSS changelog -## 2018-06-XX FreshRSS 1.11.1-dev +## 2018-06-1X FreshRSS 1.11.1-dev * Features * Better support of `media:` tags such as thumbnails and descriptions (e.g. for YouTube) [#944](https://github.com/FreshRSS/FreshRSS/issues/944) +* Extensions + * New extension mechanism allowing changing HTTP headers and other SimplePie parameters [#1924](https://github.com/FreshRSS/FreshRSS/pull/1924) + * Built-in extension to fix Tumblr feeds from European Union due to GDPR [#1894](https://github.com/FreshRSS/FreshRSS/issues/1894) * Bug fixing + * Fix bug in case of bad i18n in extensions [#1797](https://github.com/FreshRSS/FreshRSS/issues/1797) * Fix regression in fetching full articles content [#1917](https://github.com/FreshRSS/FreshRSS/issues/1917) * Updated sharing to Mastodon [#1904](https://github.com/FreshRSS/FreshRSS/issues/1904) |
