Browse Source

Update freshrss to version 1.24.3 (#1450)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
60cd7aeb05
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      freshrss/docker-compose.yml
  2. 20
      freshrss/umbrel-app.yml

2
freshrss/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
server: server:
image: linuxserver/freshrss:1.24.2@sha256:c25bdcb475160fb9ac8e0dfd2c44d0c865663a8cc80c9698aa3f02a2f0fe2205 image: linuxserver/freshrss:1.24.3@sha256:15212add8c05130346c5fb465b99b72ec18923a5d9fd6044d28e9ebe13241f4d
restart: on-failure restart: on-failure
environment: environment:
- PUID=1000 - PUID=1000

20
freshrss/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: freshrss id: freshrss
category: social category: social
name: FreshRSS name: FreshRSS
version: "1.24.2" version: "1.24.3"
tagline: A free, self-hostable aggregator for rss feeds tagline: A free, self-hostable aggregator for rss feeds
description: >- description: >-
FreshRSS is an RSS aggregator and reader. It enables you to seamlessly read and follow content from multiple websites at 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! - and more!
releaseNotes: >- releaseNotes: >-
This update includes several new features and improvements: This update includes several bug fixes and improvements:
- Fixed mark-as-read functionality from user queries
- New global option to automatically add articles to favourites - Improved shortcut functionality for moving between categories
- Enhanced feed title options
- New option to share articles from the article title line - Improved UI and style across various themes
- Enhanced OPML export for JSON and HTML+XPath feeds
- Add core extensions for UserCSS and UserJS
- Improved detection of image types for enclosures
- Various UI and style improvements
Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases. Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases.
developer: FreshRSS Org developer: FreshRSS Org

Loading…
Cancel
Save