From de811a5b958094bc2edd78ed848137842c172ba1 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 19 Aug 2025 08:11:05 +0000 Subject: [PATCH] Update package version to 1.26.0 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0ca71..819e7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -413,3 +413,17 @@ * Fix API handling of default category [#​7610](https://github.com/FreshRSS/FreshRSS/pull/7610) * Fix user self-deletion [#​7626](https://github.com/FreshRSS/FreshRSS/pull/7626) +[1.26.0] +* Update FreshRSS to 1.27.0 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.27.0) +* Implement support for HTTP `429 Too Many Requests` and `503 Service Unavailable`, obey `Retry-After` [#​7760](https://github.com/FreshRSS/FreshRSS/pull/7760) +* Add sort by category title, or by feed title [#​7702](https://github.com/FreshRSS/FreshRSS/pull/7702) +* Add search operator `c:` for categories like `c:23,34` or `!c:45,56` [#​7696](https://github.com/FreshRSS/FreshRSS/pull/7696) +* Custom feed favicons [#​7646](https://github.com/FreshRSS/FreshRSS/pull/7646), [#​7704](https://github.com/FreshRSS/FreshRSS/pull/7704), [#​7717](https://github.com/FreshRSS/FreshRSS/pull/7717), [#​7792](https://github.com/FreshRSS/FreshRSS/pull/7792) +* Rework fetch favicons for fewer HTTP requests [#​7767](https://github.com/FreshRSS/FreshRSS/pull/7767) +* Add more unicity criteria based on title and/or content [#​7789](https://github.com/FreshRSS/FreshRSS/pull/7789) +* Automatically restore user configuration from backup [#​7682](https://github.com/FreshRSS/FreshRSS/pull/7682) +* API add support for states in `s` parameter of `streamId` [#​7695](https://github.com/FreshRSS/FreshRSS/pull/7695) +* Improve sharing via Print [#​7728](https://github.com/FreshRSS/FreshRSS/pull/7728) +* Redirect to the login page from bookmarklet instead of 403 [#​7782](https://github.com/FreshRSS/FreshRSS/pull/7782) + diff --git a/CloudronManifest.json b/CloudronManifest.json index d8ae40a..e6bfe21 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.25.2", + "version": "1.26.0", "upstreamVersion": "1.27.0", "healthCheckPath": "/", "httpPort": 8000,