chore(deps): update freshrss/freshrss to v1.28.1 #3510

Merged
renovate-bot merged 1 commits from renovate/unified-freshrssfreshrss into main 2026-01-25 20:58:39 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
FreshRSS/FreshRSS patch 1.28.01.28.1
freshrss/freshrss (source) patch 1.28.01.28.1

Release Notes

FreshRSS/FreshRSS (FreshRSS/FreshRSS)

v1.28.1

Compare Source

  • Features
    • Handle Web scraping of text/plain as <pre class="text-plain"> #​8340
    • New customisable message for closed registrations #​8462
  • Bug fixing
    • Fix unwanted expansion of user queries (saved searches) applied to filters #​8395
    • Fix encoding of filter actions for labels #​8368
    • Fix searching of tags #​8425
    • Fix refreshing feeds with token while anonymous refresh is disabled #​8371
    • Fix RSS and OPML access by token #​8434
    • Fix MySQL/MariaDB transliterator_transliterate fallback (when the php-intl extension is unavailable) #​8427
    • Fix regression with MySQL/MariaDB index hint #​8460
    • Auto-add lastUserModified database column also during mark-as-read action #​8346
    • Do not include hidden feeds when counting unread articles in categories #​8357
    • Remove wrong PHP deprecation of OPML export action #​8399
    • Fix shortcut for next unread article #​8466
    • Fix custom session.cookie-lifetime #​8446
    • Fix feed validator button when changing the feed URL #​8436
  • Performance
    • Disable counting articles in user labels for Ajax requests (unused) #​8352
  • Security
    • Change Content-Disposition: inline to attachment in f.php #​8344
    • Hardened user methods exists, mtime, ctime #​26c1102
  • Deployment
    • Add username in Apache access logs (also in Docker logs): for GReader API, and for HTTP Basic Auth from reverse proxy #​8392
  • SimplePie
  • Extensions
    • Update .gitignore to ignore installed extensions #​8372
  • UI
    • Add data-category="3" to ease custom CSS styling of articles #​8397
    • Fix space between By: and the author’s name #​8422
  • I18n
  • Misc.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [FreshRSS/FreshRSS](https://github.com/FreshRSS/FreshRSS) | patch | `1.28.0` → `1.28.1` | | [freshrss/freshrss](https://freshrss.org/) ([source](https://github.com/FreshRSS/FreshRSS)) | patch | `1.28.0` → `1.28.1` | --- ### Release Notes <details> <summary>FreshRSS/FreshRSS (FreshRSS/FreshRSS)</summary> ### [`v1.28.1`](https://github.com/FreshRSS/FreshRSS/blob/HEAD/CHANGELOG.md#2026-01-25-FreshRSS-1281) [Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.28.0...1.28.1) - Features - Handle Web scraping of `text/plain` as `<pre class="text-plain">` [#&#8203;8340](https://github.com/FreshRSS/FreshRSS/pull/8340) - New customisable message for closed registrations [#&#8203;8462](https://github.com/FreshRSS/FreshRSS/pull/8462) - Bug fixing - Fix unwanted expansion of user queries (saved searches) applied to filters [#&#8203;8395](https://github.com/FreshRSS/FreshRSS/pull/8395) - Fix encoding of filter actions for labels [#&#8203;8368](https://github.com/FreshRSS/FreshRSS/pull/8368) - Fix searching of tags [#&#8203;8425](https://github.com/FreshRSS/FreshRSS/pull/8425) - Fix refreshing feeds with token while anonymous refresh is disabled [#&#8203;8371](https://github.com/FreshRSS/FreshRSS/pull/8371) - Fix RSS and OPML access by token [#&#8203;8434](https://github.com/FreshRSS/FreshRSS/pull/8434) - Fix MySQL/MariaDB `transliterator_transliterate` fallback (when the `php-intl` extension is unavailable) [#&#8203;8427](https://github.com/FreshRSS/FreshRSS/pull/8427) - Fix regression with MySQL/MariaDB index hint [#&#8203;8460](https://github.com/FreshRSS/FreshRSS/pull/8460) - Auto-add `lastUserModified` database column also during mark-as-read action [#&#8203;8346](https://github.com/FreshRSS/FreshRSS/pull/8346) - Do not include hidden feeds when counting unread articles in categories [#&#8203;8357](https://github.com/FreshRSS/FreshRSS/pull/8357) - Remove wrong PHP deprecation of OPML export action [#&#8203;8399](https://github.com/FreshRSS/FreshRSS/pull/8399) - Fix shortcut for next unread article [#&#8203;8466](https://github.com/FreshRSS/FreshRSS/pull/8466) - Fix custom `session.cookie-lifetime` [#&#8203;8446](https://github.com/FreshRSS/FreshRSS/pull/8446) - Fix feed validator button when changing the feed URL [#&#8203;8436](https://github.com/FreshRSS/FreshRSS/pull/8436) - Performance - Disable counting articles in user labels for Ajax requests (unused) [#&#8203;8352](https://github.com/FreshRSS/FreshRSS/pull/8352) - Security - Change `Content-Disposition: inline` to `attachment` in `f.php` [#&#8203;8344](https://github.com/FreshRSS/FreshRSS/pull/8344) - Hardened user methods `exists`, `mtime`, `ctime` [#&#8203;26c1102](https://github.com/FreshRSS/FreshRSS/commit/26c1102567c095b051b5e1a0aedb45b78713c283) - Deployment - Add username in Apache access logs (also in Docker logs): for GReader API, and for HTTP Basic Auth from reverse proxy [#&#8203;8392](https://github.com/FreshRSS/FreshRSS/pull/8392) - SimplePie - Update of `CURLOPT_ACCEPT_ENCODING` [#&#8203;8376](https://github.com/FreshRSS/FreshRSS/pull/8376), [simplepie#960](https://github.com/simplepie/simplepie/pull/960), [simplepie#962](https://github.com/simplepie/simplepie/pull/962) - Fix don’t preserve children inside disallowed `<template>` element [#&#8203;8443](https://github.com/FreshRSS/FreshRSS/pull/8443) - Fixes before PHPStan 2 [#&#8203;8445](https://github.com/FreshRSS/FreshRSS/pull/8445), [simplepie#957](https://github.com/simplepie/simplepie/pull/957) - Extensions - Update `.gitignore` to ignore installed extensions [#&#8203;8372](https://github.com/FreshRSS/FreshRSS/pull/8372) - UI - Add `data-category="3"` to ease custom CSS styling of articles [#&#8203;8397](https://github.com/FreshRSS/FreshRSS/pull/8397) - Fix space between *By:* and the author’s name [#&#8203;8422](https://github.com/FreshRSS/FreshRSS/pull/8422) - I18n - Improve Brazilian Portuguese [#&#8203;8411](https://github.com/FreshRSS/FreshRSS/pull/8411) - Improve Dutch [#&#8203;8403](https://github.com/FreshRSS/FreshRSS/pull/8403) - Improve German [#&#8203;8402](https://github.com/FreshRSS/FreshRSS/pull/8402) - Improve Polish [#&#8203;8408](https://github.com/FreshRSS/FreshRSS/pull/8408) - Improve Spanish [#&#8203;8464](https://github.com/FreshRSS/FreshRSS/pull/8464) - Misc. - Update dev dependencies [#&#8203;8387](https://github.com/FreshRSS/FreshRSS/pull/8387), [#&#8203;8388](https://github.com/FreshRSS/FreshRSS/pull/8388), [#&#8203;8389](https://github.com/FreshRSS/FreshRSS/pull/8389), [#&#8203;8390](https://github.com/FreshRSS/FreshRSS/pull/8390), [#&#8203;8391](https://github.com/FreshRSS/FreshRSS/pull/8391), [#&#8203;8393](https://github.com/FreshRSS/FreshRSS/pull/8393), [#&#8203;8453](https://github.com/FreshRSS/FreshRSS/pull/8453) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the imageautomerge labels 2026-01-25 20:58:15 +00:00
renovate-bot added 1 commit 2026-01-25 20:58:23 +00:00
chore(deps): update freshrss/freshrss to v1.28.1
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
lint-test-helm / lint-helm (pull_request) Successful in 40s
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 4m13s
6277fbc030
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-01-25 20:58:34 +00:00
renovate-bot merged commit 24f9eb6828 into main 2026-01-25 20:58:39 +00:00
renovate-bot deleted branch renovate/unified-freshrssfreshrss 2026-01-25 20:58:50 +00:00
Sign in to join this conversation.