diff --git a/freshrss/docker-compose.yml b/freshrss/docker-compose.yml index f8fc54e6..bf4b392b 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 66157cb1..4351e0a4 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