aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-25 13:30:11 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-25 13:30:11 +0200
commit4ac868b30102c8fc9c2499a9b56e98c5c2a93ea0 (patch)
tree1274777c6ee7cfb7d3c3bf79bbb63cd8ea137c13
parent0f7970b4c054c4890b59e39cb0fdf652c0acb6a1 (diff)
Changelog
-rw-r--r--CHANGELOG.md30
1 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b04c4a7e..3c1113aea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,35 @@
# FreshRSS changelog
-## 2020-XX-XX FreshRSS 1.16.1-dev
+## 2020-0X-XX FreshRSS 1.16.1-dev
+* Features
+ * Add the possibility to filter by feed IDs [#2892](https://github.com/FreshRSS/FreshRSS/pull/2892)
+ * like `f:123 more-search` or multiple feed IDs like `f:123,234,345 more-search` or an exclusion like `!f:456,789 more-search`
+* API
+ * Expose podcasts in API [#2898](https://github.com/FreshRSS/FreshRSS/pull/2898)
+* UI
+ * New option to control which categories to unfold [#2888](https://github.com/FreshRSS/FreshRSS/pull/2888)
+ * Turn off autocapitalization in login fields [#2907](https://github.com/FreshRSS/FreshRSS/pull/2907)
+ * Minor layout improvement of help labels [#2911](https://github.com/FreshRSS/FreshRSS/pull/2911)
+ * Fix styling of search input fields in Safari [#2887](https://github.com/FreshRSS/FreshRSS/pull/2887)
+ * Upgrade to jQuery 3.5.0 for statistics [#2895](https://github.com/FreshRSS/FreshRSS/pull/2895)
+* Deployment
+ * Docker: Ubuntu image updated to 20.04 with PHP 7.4.3 and Apache 2.4.41 [#2925](https://github.com/FreshRSS/FreshRSS/pull/2925)
+ * Docker: Alpine image updated to PHP 7.3.17
+ * Add reference documentation for using Apache as a reverse proxy [#2919](https://github.com/FreshRSS/FreshRSS/pull/2919)
+ * Enforce Unix line endings when checking out via git [#2879](https://github.com/FreshRSS/FreshRSS/pull/2879)
+* Bug fixing
+ * Fix e-mail validation bug for admins [#2917](https://github.com/FreshRSS/FreshRSS/pull/2917)
+ * Fix some cases when WebSub-enabled feeds change address [#2922](https://github.com/FreshRSS/FreshRSS/pull/2922)
+ * Fix ensuring that wrong login attempts generate HTTP 403 (e.g. for fail2ban) [#2903](https://github.com/FreshRSS/FreshRSS/pull/2903)
+ * Fix archiving options layout in Edge [#2906](https://github.com/FreshRSS/FreshRSS/pull/2906)
+ * Fix form in statistics for article repartition [#2896](https://github.com/FreshRSS/FreshRSS/pull/2896)
+ * Fix double-HTML-encoding of category names in statistics [#2897](https://github.com/FreshRSS/FreshRSS/pull/2897)
+* i18n
+ * Improve Simplified Chinese [#2891](https://github.com/FreshRSS/FreshRSS/pull/2891)
+* Misc.
+ * Reduce the risk of DB lock errors [#2899](https://github.com/FreshRSS/FreshRSS/pull/2899)
+ * Initial rules for Markdown linting [#2880](https://github.com/FreshRSS/FreshRSS/pull/2880)
## 2020-04-09 FreshRSS 1.16.0