summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net> 2020-03-28 14:51:26 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net> 2020-03-28 14:51:26 -0700
commit9698c5e40adac988bc68c80e1e3b250a8525eb83 (patch)
tree60c962e72aaaeb454cecfd340a5025a3eb36cfbe
parent48680577a8a5a7cadbeb06ef8ee6ee8a69b144f0 (diff)
downloadv2-2.0.21.tar.gz
v2-2.0.21.tar.zst
v2-2.0.21.zip
Update ChangeLog2.0.21
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4749c74d..70280c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Version 2.0.21 (Mar 28, 2020)
+-----------------------------
+
+* Add SVG icons to entry actions
+* Add support for Invidious
+ - Embed Invidious player for invidio.us feeds
+ - Add new rewrite rule to use Invidious player for Youtube feeds
+* Check during application startup if the database schema is up to date
+* Change default theme for public pages to "System Serif"
+* Add feature to share an article (create a public link of a feed entry)
+* Fix SQL injection in full-text search rank ordering
+* Add generic OpenID Connect provider (OAuth2)
+* Use more secure TLS configuration for autocert server (increase SSL Labs score from B to A+)
+* Add feature to create per-application API Keys
+* Add Go 1.14 to GitHub Actions
+* Add scraper rule for wdwnt.com
+* Add API client function to refresh all feeds
+* Add API endpoint to refresh all feeds
+* Add Auth Proxy authentication
+* Use rel=prev/next on pagination links
+
Version 2.0.20 (Feb 15, 2020)
-----------------------------