mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
docs(changelog): update release notes for version 2.2.5
This commit is contained in:
parent
49c62db2e1
commit
33063a7775
2 changed files with 43 additions and 1 deletions
42
ChangeLog
42
ChangeLog
|
@ -1,3 +1,45 @@
|
||||||
|
Version 2.2.5 (January 20, 2025)
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
* tests(js): improve `.jshintrc` (strict comparison, etc...)
|
||||||
|
* test(sanitizer): add a fuzzer
|
||||||
|
* refactor(rewriter): use custom title case converter implementation instead of `golang.org/x/text/cases.Title()`
|
||||||
|
* refactor(readingtime): replace `whatlanggo` package with an ad-hoc implementation
|
||||||
|
* refactor(oauth2): no need to use `io.WriteString` when sha256 provides a way to obtain a sum in a single call
|
||||||
|
* refactor(js): simplify a bit `keyboard_handler.js`
|
||||||
|
* refactor(js): remove an outdated check for `{passive: true}`
|
||||||
|
* refactor(js): minor refactoring of `touch_handler.js`
|
||||||
|
* refactor(js): minor improvements in `app.js`
|
||||||
|
* refactor(database): add special handling for PostgreSQL-specific migrations
|
||||||
|
* fix(ui): reading preferences are reset if the form values are incorrect
|
||||||
|
* fix(sanitizer): allow `<hr>` tags
|
||||||
|
* fix(finder): do not add redirections to the list of subscriptions to avoid confusion
|
||||||
|
* fix: update Wallabag URL label to avoid confusion
|
||||||
|
* fix: improve pagination when having identical publication date
|
||||||
|
* fix: do not strip tags in Atom entry title
|
||||||
|
* feat(ntfy): Add option to use internal links
|
||||||
|
* feat(locale): update Polish translation
|
||||||
|
* feat(locale): update German translation
|
||||||
|
* feat(integration): add Discord integration
|
||||||
|
* feat(database): add optional build support for SQLite
|
||||||
|
* feat: validate usernames upon creation
|
||||||
|
* feat: replace `%{?systemd_requires}` with `%{?systemd_ordering}`
|
||||||
|
* feat: bump linter and minifier from ECMAScript 2017 to 2020 (ES11)
|
||||||
|
* feat: add `fix_ghost_cards` rewrite rule
|
||||||
|
* ci: tighten the CodeQL rules
|
||||||
|
* ci: run Docker tests only when the Dockerfiles are modified
|
||||||
|
* ci: run `-race -cover` only on Ubuntu jobs
|
||||||
|
* ci: don't specify languages for CodeQL
|
||||||
|
* ci: don't run `go vet ./...` as it's run as part of `golangci-lint`
|
||||||
|
* ci: checkout before installing Go to improve cache efficiency
|
||||||
|
* ci: avoid building Linux packages for each pull-request
|
||||||
|
* build(deps): bump `golang.org/x/oauth2` from `0.24.0` to `0.25.0`
|
||||||
|
* build(deps): bump `golang.org/x/net` from `0.33.0` to `0.34.0`
|
||||||
|
* build(deps): bump `golang.org/x/crypto` from `0.31.0` to `0.32.0`
|
||||||
|
* build(deps): bump `github.com/tdewolff/minify/v2` from `2.21.2` to `2.21.3`
|
||||||
|
* build(deps): bump `github.com/PuerkitoBio/goquery` from `1.10.0` to `1.10.1`
|
||||||
|
* build(deps): bump `github.com/coreos/go-oidc/v3` from `3.11.0` to `3.12.0`
|
||||||
|
|
||||||
Version 2.2.4 (December 20, 2024)
|
Version 2.2.4 (December 20, 2024)
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
|
|
@ -513,7 +513,7 @@
|
||||||
"form.integration.ntfy_username": "Nom d'utilisateur Ntfy (optionnel)",
|
"form.integration.ntfy_username": "Nom d'utilisateur Ntfy (optionnel)",
|
||||||
"form.integration.ntfy_password": "Mot de passe Ntfy (facultatif)",
|
"form.integration.ntfy_password": "Mot de passe Ntfy (facultatif)",
|
||||||
"form.integration.ntfy_icon_url": "URL de l'icône Ntfy (facultatif)",
|
"form.integration.ntfy_icon_url": "URL de l'icône Ntfy (facultatif)",
|
||||||
"form.integration.ntfy_internal_links": "Use internal links on click (optional)",
|
"form.integration.ntfy_internal_links": "Utiliser les liens internes vers Miniflux (facultatif)",
|
||||||
"form.integration.discord_activate": "Envoyer les articles vers Discord",
|
"form.integration.discord_activate": "Envoyer les articles vers Discord",
|
||||||
"form.integration.discord_webhook_link": "URL du Webhook Discord",
|
"form.integration.discord_webhook_link": "URL du Webhook Discord",
|
||||||
"form.api_key.label.description": "Libellé de la clé d'API",
|
"form.api_key.label.description": "Libellé de la clé d'API",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue