-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): update release notes for version 2.2.2
- Loading branch information
Showing
2 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: Miniflux 2.2.2 | ||
date: 2024-10-29 | ||
type: release | ||
layout: release | ||
url: /releases/2.2.2.html | ||
attachments: | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-darwin-amd64 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-darwin-amd64.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-darwin-arm64 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-darwin-arm64.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-freebsd-amd64 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-freebsd-amd64.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-amd64 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-amd64.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-arm64 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-arm64.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv5 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv5.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv6 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv6.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv7 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv7.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-openbsd-amd64 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-openbsd-amd64.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-windows-amd64.exe | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-windows-amd64.exe.sha256 | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-2.2.2-1.0.x86_64.rpm | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux_2.2.2_amd64.deb | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux_2.2.2_arm64.deb | ||
- https://github.com/miniflux/v2/releases/download/2.2.2/miniflux_2.2.2_armhf.deb | ||
--- | ||
|
||
* 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` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.