|
|
@@ -13,6 +13,9 @@
|
|
|
* I18n
|
|
|
* Turkish [#1073](https://github.com/FreshRSS/FreshRSS/issues/1073)
|
|
|
* Bug fixing
|
|
|
+ * Fixed OPML import title bug [#1048](https://github.com/FreshRSS/FreshRSS/issues/1048)
|
|
|
+ * Fixed upgrade bug with SQLite when articles where marked as unread [#1049](https://github.com/FreshRSS/FreshRSS/issues/1049)
|
|
|
+ * Fixed error when deleting feeds from statistics page [#1047](https://github.com/FreshRSS/FreshRSS/issues/1047)
|
|
|
* Fixed several small bugs in global and reader view [#1050](https://github.com/FreshRSS/FreshRSS/pull/1050)
|
|
|
* Fixed sharing bug with PHP7 [#1072](https://github.com/FreshRSS/FreshRSS/issues/1072)
|
|
|
* Fixed fall-back when php-json is not installed [#1092](https://github.com/FreshRSS/FreshRSS/issues/1092)
|
|
|
@@ -22,6 +25,7 @@
|
|
|
* Filters `<img />` attributes `srcset` and `sizes` [#1077](https://github.com/FreshRSS/FreshRSS/issues/1077), [#1086](https://github.com/FreshRSS/FreshRSS/pull/1086)
|
|
|
* Implement PubSubHubbub unsubscribe responses [#1058](https://github.com/FreshRSS/FreshRSS/issues/1058)
|
|
|
* Restored some compatibility with PHP 5.2 [#1055](https://github.com/FreshRSS/FreshRSS/issues/1055)
|
|
|
+ * Check for extension php-xml during install [#1094](https://github.com/FreshRSS/FreshRSS/issues/1094)
|
|
|
* Updated the sharing with Movim [#1030](https://github.com/FreshRSS/FreshRSS/pull/1030)
|
|
|
|
|
|
|