From ce5b6ba960c352689fed16184115269f13d21064 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Thu, 25 Dec 2025 10:24:49 +0000 Subject: [PATCH] Update package version to 1.27.0 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86fc8e3..9ede23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -441,3 +441,17 @@ * Fix reauthentication while updating [#​7989](https://github.com/FreshRSS/FreshRSS/pull/7989) * Fix some CSRFs [#​8000](https://github.com/FreshRSS/FreshRSS/pull/8000) +[1.27.0] +* Update FreshRSS to 1.28.0 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.28.0) +* Move unsafe autologin to an extension [#7958](https://github.com/FreshRSS/FreshRSS/pull/7958) +* Housekeeping of `lib_rss.php` with potential breaking changes for some extensions [#8193](https://github.com/FreshRSS/FreshRSS/pull/8193) +* New sorting and filtering by date of *User modified* [#7886](https://github.com/FreshRSS/FreshRSS/pull/7886), [#8090](https://github.com/FreshRSS/FreshRSS/pull/8090), [#8105](https://github.com/FreshRSS/FreshRSS/pull/8105), [#8118](https://github.com/FreshRSS/FreshRSS/pull/8118), [#8130](https://github.com/FreshRSS/FreshRSS/pull/8130) +* New sorting by article length [#8119](https://github.com/FreshRSS/FreshRSS/pull/8119) +* New advanced search form [#8103](https://github.com/FreshRSS/FreshRSS/pull/8103), [#8122](https://github.com/FreshRSS/FreshRSS/pull/8122), [#8226](https://github.com/FreshRSS/FreshRSS/pull/8226) +* Add compatibility with PCRE word boundary `\b` and `\B` for regex search using PostgreSQL [#8141](https://github.com/FreshRSS/FreshRSS/pull/8141) +* More uniform SQL search and PHP search for accents and case-sensitivity (e.g. for automatically marking as read) [#8329](https://github.com/FreshRSS/FreshRSS/pull/8329) +* New overview of dates with most unread articles [#8089](https://github.com/FreshRSS/FreshRSS/pull/8089) +* Exclude local networks for domain-wide HTTP `Retry-After` [#8195](https://github.com/FreshRSS/FreshRSS/pull/8195) +* Fix OpenID Connect with Debian 13 [#8032](https://github.com/FreshRSS/FreshRSS/pull/8032) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 4b5cff6..d671c8b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "RSS feed reader", - "version": "1.26.1", + "version": "1.27.0", "upstreamVersion": "1.28.0", "healthCheckPath": "/", "httpPort": 8000,