diff options
| author | 2018-04-26 12:30:06 +0200 | |
|---|---|---|
| committer | 2018-04-26 12:30:06 +0200 | |
| commit | 2b8da263ca53537ed919dbdf95a60891b420dc0a (patch) | |
| tree | 5862c6673a4ce0f177d4e6d4206e021338ac8032 | |
| parent | 4381117a197efca11ce896791ef35c6e52c7130f (diff) | |
Changelog 1871 etc.
https://github.com/FreshRSS/FreshRSS/issues/879
https://github.com/FreshRSS/FreshRSS/pull/1828
https://github.com/FreshRSS/FreshRSS/pull/1829
https://github.com/FreshRSS/FreshRSS/issues/1844
https://github.com/FreshRSS/FreshRSS/pull/1845
https://github.com/FreshRSS/FreshRSS/pull/1856
https://github.com/FreshRSS/FreshRSS/pull/1857
https://github.com/FreshRSS/FreshRSS/pull/1858
https://github.com/FreshRSS/FreshRSS/issues/1869
https://github.com/FreshRSS/FreshRSS/pull/1871
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6638c8e8e..db8476c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,22 @@ ## 2018-0X-XX FreshRSS 1.10.3-dev +* Features + * 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"` +* Deployment + * Includes an optional cron daemon in Docker to refresh feeds automatically [#1869](https://github.com/FreshRSS/FreshRSS/issues/1869) +* Bug fixing + * Fix muted feeds that were not actually muted [#1844](https://github.com/FreshRSS/FreshRSS/issues/1844) + * Fix errors in case of empty/wrong username when updating user settings [#1857](https://github.com/FreshRSS/FreshRSS/pull/1857) + * Fixes in subscription menu [#1858](https://github.com/FreshRSS/FreshRSS/pull/1858) * UI * Add tooltips on user queries [#1823](https://github.com/FreshRSS/FreshRSS/pull/1823) +* I18n + * Improve i18n tools [#1829](https://github.com/FreshRSS/FreshRSS/pull/1829) + * Updated German [#1856](https://github.com/FreshRSS/FreshRSS/pull/1856) * Misc. * Add error log information when SQLite has not enough temp space [#1816](https://github.com/FreshRSS/FreshRSS/issues/1816) |
