|
|
@@ -2,13 +2,15 @@
|
|
|
|
|
|
## 2017-1X-XX FreshRSS 1.8.1-dev
|
|
|
|
|
|
+* SimplePie
|
|
|
+ * Remove "SimplePie" name from HTTP User-Agent string [#1656](https://github.com/FreshRSS/FreshRSS/pull/1656)
|
|
|
* Misc.
|
|
|
* Travis translation validation tool [#1653](https://github.com/FreshRSS/FreshRSS/pull/1653)
|
|
|
|
|
|
|
|
|
## 2017-10-01 FreshRSS 1.8.0
|
|
|
|
|
|
-* Compatibility:
|
|
|
+* Compatibility
|
|
|
* Minimal PHP version increased to PHP 5.3.8+ to fix sanitize bug [#1604](https://github.com/FreshRSS/FreshRSS/issues/1604)
|
|
|
* Add support for PHP 7.1 in the API [#1584](https://github.com/FreshRSS/FreshRSS/issues/1584), [#1594](https://github.com/FreshRSS/FreshRSS/pull/1594)
|
|
|
* UI
|
|
|
@@ -36,7 +38,7 @@
|
|
|
|
|
|
## 2017-06-03 FreshRSS 1.7.0
|
|
|
|
|
|
-* Features:
|
|
|
+* Features
|
|
|
* Deferred insertion of new articles, for better chronological order [#530](https://github.com/FreshRSS/FreshRSS/issues/530)
|
|
|
* Better search:
|
|
|
* Possibility to use multiple `intitle:`, `inurl:`, `author:` [#1478](https://github.com/FreshRSS/FreshRSS/pull/1478)
|
|
|
@@ -44,7 +46,7 @@
|
|
|
* Examples: `!intitle:unwanted`, `-intitle:unwanted`, `-inurl:unwanted`, `-author:unwanted`, `-#unwanted`, `-unwanted`
|
|
|
* Allow double-quotes, such as `author:"some name"`, in addition to single-quotes such as `author:'some name'` [#1478](https://github.com/FreshRSS/FreshRSS/pull/1478)
|
|
|
* Multi-user tokens (to access RSS outputs of any user) [#1390](https://github.com/FreshRSS/FreshRSS/issues/1390)
|
|
|
-* Compatibility:
|
|
|
+* Compatibility
|
|
|
* Add support for PHP 7.1 [#1471](https://github.com/FreshRSS/FreshRSS/issues/1471)
|
|
|
* PostgreSQL is not experimental anymore [#1476](https://github.com/FreshRSS/FreshRSS/pull/1476)
|
|
|
* Bug fixing
|