From b16807b453dad9a61d3b282078b0f51761abc6fd Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 30 Jul 2024 14:46:57 +1000 Subject: [PATCH] Update freshrss to 1.24.1 (#1252) --- freshrss/docker-compose.yml | 4 ++-- freshrss/umbrel-app.yml | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/freshrss/docker-compose.yml b/freshrss/docker-compose.yml index 870130d..f2cea71 100644 --- a/freshrss/docker-compose.yml +++ b/freshrss/docker-compose.yml @@ -8,10 +8,10 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/freshrss:1.23.1@sha256:1d5a55e51551e0b5138fbfefb02c7c8e4fba4c3bb6678fd40bfeb7544ae0aab7 + image: linuxserver/freshrss:1.24.1@sha256:5cea390f446e2c7aa8ef71845143ad8489913bad28381fce71abdfd8fdca1dd1 restart: on-failure environment: - PUID=1000 - PGID=1000 volumes: - - ${APP_DATA_DIR}/data:/config + - ${APP_DATA_DIR}/data:/config \ No newline at end of file diff --git a/freshrss/umbrel-app.yml b/freshrss/umbrel-app.yml index 3bc5f40..a741c60 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.23.1" +version: "1.24.1" 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,10 +23,20 @@ description: >- - and more! releaseNotes: >- - 🔔 FreshRSS on Umbrel is now configured to allow connections from your other RSS Reader apps like NetNewsWire! + This update includes several bug fixes and improvements: + - New button to export OMPL of a category - This release updates FreshRSS from version 1.22.1 to 1.23.1. Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases. + - Improved error messages in the built-in Web update + + - Fixed various UI issues and regressions + + - Improved support for PostgreSQL databases with uppercase letters + + - Enhanced drag & drop functionality + + + Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases. developer: FreshRSS Org website: https://freshrss.org/ dependencies: [] @@ -41,4 +51,4 @@ path: "" deterministicPassword: false torOnly: false submitter: Pranshu Agrawal -submission: https://github.com/getumbrel/umbrel-apps/pull/700 +submission: https://github.com/getumbrel/umbrel-apps/pull/700 \ No newline at end of file