Update freshrss to version 1.25.0 (#1991)

This commit is contained in:
Nathan Fretz 2024-12-31 10:16:26 +10:00 committed by GitHub
parent c603269bbe
commit da4a8759f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 8 deletions

View File

@ -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

View File

@ -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,16 @@ 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
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