Просмотр исходного кода

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
Alexandre Alapetite 7 лет назад
Родитель
Сommit
da025ed356
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      CHANGELOG.md

+ 5 - 1
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)