diff options
| author | 2018-10-21 16:43:48 +0200 | |
|---|---|---|
| committer | 2018-10-21 16:43:48 +0200 | |
| commit | 9897086e8cb4a34aa0b2fedde2f34f52209b238b (patch) | |
| tree | 530656563d177eb69db41199696c0bce49cc3ecc | |
| parent | 46510febf18951b05bfc9afbbdbaf7d5cadf96a9 (diff) | |
Changelog 2056 2057 2058 2059
https://github.com/FreshRSS/FreshRSS/issues/2056
https://github.com/FreshRSS/FreshRSS/pull/2057
https://github.com/FreshRSS/FreshRSS/pull/2058
https://github.com/FreshRSS/FreshRSS/pull/2059
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | CREDITS.md | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 778596427..48fe520f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ * Handle authors containing spaces, as well as comma or semi-colon separated authors [#2025](https://github.com/FreshRSS/FreshRSS/pull/2025) * Searches by tag, author, etc. accept Unicode characters [#2025](https://github.com/FreshRSS/FreshRSS/pull/2025) * New option to disable cache for feeds with invalid HTTP caching [#2052](https://github.com/FreshRSS/FreshRSS/pull/2052) +* Security + * Improved flow for password change (avoid error 403) [#2056](https://github.com/FreshRSS/FreshRSS/issues/2056) * UI * Click on authors to initiate a search by author [#2025](https://github.com/FreshRSS/FreshRSS/pull/2025) * Fix CSS for button alignments in older Chrome versions [#2020](https://github.com/FreshRSS/FreshRSS/pull/2020) @@ -21,6 +23,8 @@ * Deployment * Fix Docker bug with some cron values [#2032](https://github.com/FreshRSS/FreshRSS/pull/2032) * Perform `git clean -f -d -f` (removes unknown files and folders) before git auto-update method [#2036](https://github.com/FreshRSS/FreshRSS/pull/2036) +* I18n + * Fix missing German translation for *Sharing with Known* [#2059](https://github.com/FreshRSS/FreshRSS/pull/2059) * Bug fixing * Ask confirmation for important configuration actions [#2048](https://github.com/FreshRSS/FreshRSS/pull/2048) * Fix database size in the Web UI for users about to be deleted [#2047](https://github.com/FreshRSS/FreshRSS/pull/2047) diff --git a/CREDITS.md b/CREDITS.md index a02b9477d..980b6e137 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -59,5 +59,6 @@ People are sorted by name so please keep this order. * [Tets42](https://github.com/Tets42): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=Tets42) * [Thomas Citharel](https://github.com/tcitworld): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:tomgue), [Web](https://www.tcit.fr/) * [tomgue](https://github.com/tomgue): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=tomgue) +* [Twilek-de](https://github.com/Twilek-de): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Twilek-de) * [Uncovery](https://github.com/uncovery): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:uncovery) * [Wanabo](https://github.com/Wanabo): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=Wanabo) |
