From c319c1e825cae258a839f04bf308b398e19dde4a Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 30 Dec 2024 12:36:21 +1000 Subject: [PATCH 1/2] Update freshrss to 1.25.0 --- freshrss/docker-compose.yml | 2 +- freshrss/umbrel-app.yml | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/freshrss/docker-compose.yml b/freshrss/docker-compose.yml index bf4b392b54..c3b0b94acb 100644 --- a/freshrss/docker-compose.yml +++ b/freshrss/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/freshrss:1.24.3@sha256:15212add8c05130346c5fb465b99b72ec18923a5d9fd6044d28e9ebe13241f4d + image: linuxserver/freshrss:1.25.0@sha256:134f7567f0e86989b4532139383d10c01aba019b77b0d05676fabfea9dda3a24 restart: on-failure environment: - PUID=1000 diff --git a/freshrss/umbrel-app.yml b/freshrss/umbrel-app.yml index 4351e0a483..71a523a1db 100644 --- a/freshrss/umbrel-app.yml +++ b/freshrss/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: freshrss category: social name: FreshRSS -version: "1.24.3" +version: "1.25.0" tagline: A free, self-hostable aggregator for rss feeds description: >- FreshRSS is an RSS aggregator and reader. It enables you to seamlessly read and follow content from multiple websites at @@ -23,12 +23,19 @@ description: >- - and more! releaseNotes: >- - This update includes several bug fixes and improvements: - - Fixed mark-as-read functionality from user queries - - Improved shortcut functionality for moving between categories - - Enhanced feed title options - - Improved UI and style across various themes - - Enhanced OPML export for JSON and HTML+XPath feeds + ⚠️ This release requires PHP 8.1+ and PostgreSQL 10+/MariaDB 10.0.5+/MySQL 8+ + + + Key highlights in this release: + - Added support for regex search (regular expressions) + - New feed mode for HTML+XPath+JSON dot notation + - Better HTTP compliance with improved caching + - New option to automatically mark articles as read if identical title exists in category + - New reading view option to display unread articles + favourites + - Added ability to remove content from articles with CSS selectors + - New UI feature to download user database + - Added sharing support for Bluesky and Telegram + - Various bug fixes and UI improvements Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases. developer: FreshRSS Org From 7e0fb58ed80d75dcd814d121f3c30efc3e56de18 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 31 Dec 2024 10:15:26 +1000 Subject: [PATCH 2/2] Remove irrelevant warning from release notes --- freshrss/umbrel-app.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/freshrss/umbrel-app.yml b/freshrss/umbrel-app.yml index 71a523a1db..cf08d0cee2 100644 --- a/freshrss/umbrel-app.yml +++ b/freshrss/umbrel-app.yml @@ -23,9 +23,6 @@ description: >- - and more! releaseNotes: >- - ⚠️ This release requires PHP 8.1+ and PostgreSQL 10+/MariaDB 10.0.5+/MySQL 8+ - - Key highlights in this release: - Added support for regex search (regular expressions) - New feed mode for HTML+XPath+JSON dot notation