From 051bdecabdcd98941969024b797361fa079d3bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 29 Oct 2024 20:08:17 -0700 Subject: [PATCH] docs(changelog): update release notes for version 2.2.2 --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4b65d8f390a..62bf066e67e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Version 2.2.2 (October 29, 2024) +-------------------------------- + +* fix(webauthn): add backup eligibility flag workaround to avoid a 401 response +* fix: update `Last-Modified` if it changes in a 304 response +* feat(webauthn): show help message regarding username and non-discoverable credentials +* feat(rss): calculate hash based on item title/content for feeds without GUID and link +* feat(locale): update Chinese translations +* feat(locale): update Polish translations +* feat(integration): add Cubox integration +* feat(client): add `custom_js` field to Go API client +* feat(api): add endpoint for user integration status +* feat: update feed icon during force refresh +* feat: take `Retry-After` header into consideration for rate limited feeds +* feat: set entry URL to rewritten URL if a rewrite rule is defined +* feat: replace `xurls` third-party module with an ad-hoc regexp +* feat: add new settings option to allow external fonts +* feat: add custom user JavaScript similar to custom CSS +* chore: update test case comment +* build(deps): bump `golang.org/x/net` from `0.29.0` to `0.30.0` +* build(deps): bump `github.com/yuin/goldmark` from `1.7.4` to `1.7.8` +* build(deps): bump `github.com/tdewolff/minify/v2` from `2.20.37` to `2.21.1` +* build(deps): bump `github.com/prometheus/client_golang` +* build(deps): bump `github.com/andybalholm/brotli` from `1.1.0` to `1.1.1` + Version 2.2.1 (September 28, 2024) ----------------------------------