aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <f@miniflux.net> 2023-12-13 17:59:46 -0800
committerGravatar Frédéric Guillot <f@miniflux.net> 2023-12-13 17:59:46 -0800
commit7990edd345e11f4ac8a3c9cac6da30f61b23d910 (patch)
tree61ec6877bad1cb702e271ea39f9cd4b3cece0047
parent648804e5dc49e8e56a2a08709cd4c0cbfb41589d (diff)
downloadv2-7990edd345e11f4ac8a3c9cac6da30f61b23d910.tar.gz
v2-7990edd345e11f4ac8a3c9cac6da30f61b23d910.tar.zst
v2-7990edd345e11f4ac8a3c9cac6da30f61b23d910.zip
Update ChangeLogv2.0.512.0.51
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f44aeb6..ed7d34be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Version 2.0.51 (December 13, 2023)
+----------------------------------
+
+* Add Omnivore integration
+* Fixes for the regressions introduced in version 2.0.50:
+ * Ensure all HTML documents are encoded in UTF-8
+ * Send default User-Agent and HTTP caching headers when making HTTP requests
+* Allow Youtube links to be opened outside the `iframe` (avoid `ERR_BLOCKED_BY_RESPONSE` error)
+* Fix inaccessible metrics endpoint when listening on Unix socket
+* Allow renaming and moving feed at the same time in the Google Reader API
+* Log `nb_jobs` only when number of jobs is larger than 0 in background scheduler
+* Deduplicate feed URLs when parsing HTML document during discovery process
+* Calculate a virtual weekly count based on the average updating frequency (`POLLING_SCHEDULER=entry_frequency`)
+* Update GitHub Actions workflow to be able to run the linter and tests on-demand
+* Add `SCHEDULER_ROUND_ROBIN_MIN_INTERVAL` config option
+* Add links to GitHub for the commit hash and the version in the about page
+* Use "starred" rather than "bookmarked" in English translation
+* Update Chinese (CN & TW) translation
+* Bump `github.com/google/uuid` from `1.4.0` to `1.5.0`
+* Bump `github.com/coreos/go-oidc/v3` from `3.7.0` to `3.9.0`
+* Bump `github.com/tdewolff/minify/v2` from `2.20.6` to `2.20.9`
+* Bump `github.com/go-webauthn/webauthn` from `0.8.6` to `0.9.4`
+* Bump `golang.org/x/oauth2` from `0.14.0` to `0.15.0`
+
Version 2.0.50 (November 12, 2023)
----------------------------------