Update freshrss to 1.26.1 (#2337)

This commit is contained in:
Alexander L. 2025-03-14 01:28:45 +01:00 committed by GitHub
parent bc6862dd4d
commit 7c002f9646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 9 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/freshrss:1.26.0@sha256:829c67c2f36973054c8ab3d550fade3821bbc7e6306de140ac582671169ed0e1
image: linuxserver/freshrss:1.26.1@sha256:8ad65209e53f43512e0f09060abd7249532b2d5f32f4ff517e41e0a837594585
restart: on-failure
environment:
- PUID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: freshrss
category: social
name: FreshRSS
version: "1.26.0"
version: "1.26.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,13 +23,14 @@ description: >-
- and more!
releaseNotes: >-
Key highlights in this release:
- Added new sorting options for articles (publication date, title, link, random)
- Improved search functionality, including all feeds and archived feeds
- New shortcuts for adding user labels to articles
- Added a new About page with system information
- Improved UI elements, including footer icons in reader view and stats page layout
- Various bug fixes and performance improvements
This release includes several bug fixes and improvements:
- Fixed issues with HTTP requests and user queries
- Improved dynamic OPML functionality
- Enhanced user activity tracking and category options
- Added cURL version information to system info page
- Improved dark mode for the 'Origine' theme
- Added Portuguese (Portugal) language support
- Various UI and performance enhancements
Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases.