diff options
| author | 2018-05-01 17:09:11 +0200 | |
|---|---|---|
| committer | 2018-05-01 17:09:11 +0200 | |
| commit | e1b30f0da8fc1ae593fc2ab661869bde4c9959a4 (patch) | |
| tree | 117f2c658177bede6233bbc17fe5aecde18002d1 | |
| parent | b552abb3327f09baa1c0f4e821dc9f6bd6ef738e (diff) | |
Changelog 1838
https://github.com/FreshRSS/FreshRSS/pull/1838
https://github.com/FreshRSS/FreshRSS/issues/891
https://github.com/FreshRSS/FreshRSS/issues/1702
https://github.com/FreshRSS/FreshRSS/issues/1811
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38292e83f..3d52363bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # FreshRSS changelog -## 2018-0X-XX FreshRSS 1.10.3-dev +## 2018-05-XX FreshRSS 1.10.3-dev * Features - * Light Boolean search implementation [879](https://github.com/FreshRSS/FreshRSS/issues/879) + * Several per-feed options (implemented in JSON) [#1838](https://github.com/FreshRSS/FreshRSS/pull/1838) + * Mark updated articles as read [#891](https://github.com/FreshRSS/FreshRSS/issues/891) + * Mark as read upon reception [#1702](https://github.com/FreshRSS/FreshRSS/issues/1702) + * Feed cURL timeout + * Ignore SSL (unsafe) [#1811](https://github.com/FreshRSS/FreshRSS/issues/1811) + * Light Boolean search implementation [#879](https://github.com/FreshRSS/FreshRSS/issues/879) * All parts are implicitly `AND` (which must not be written), except if `OR` is stated. * No use of parentheses. Support for quotes to disable the Boolean search, like `"This or that"`. * Example: `Hello intitle:World OR date:P1D example OR author:Else intitle:"This or that"` |
