From 60cd7aeb0549ca3c5d01dd00d07d30fe37509b59 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 9 Sep 2024 13:09:16 +1000 Subject: [PATCH] Update freshrss to version 1.24.3 (#1450) --- freshrss/docker-compose.yml | 2 +- freshrss/umbrel-app.yml | 20 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/freshrss/docker-compose.yml b/freshrss/docker-compose.yml index f8fc54e..bf4b392 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.2@sha256:c25bdcb475160fb9ac8e0dfd2c44d0c865663a8cc80c9698aa3f02a2f0fe2205 + image: linuxserver/freshrss:1.24.3@sha256:15212add8c05130346c5fb465b99b72ec18923a5d9fd6044d28e9ebe13241f4d restart: on-failure environment: - PUID=1000 diff --git a/freshrss/umbrel-app.yml b/freshrss/umbrel-app.yml index 66157cb..4351e0a 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.2" +version: "1.24.3" 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,18 +23,12 @@ description: >- - and more! releaseNotes: >- - This update includes several new features and improvements: - - - New global option to automatically add articles to favourites - - - New option to share articles from the article title line - - - Add core extensions for UserCSS and UserJS - - - Improved detection of image types for enclosures - - - Various UI and style improvements - + 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 Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases. developer: FreshRSS Org