diff --git a/freshrss/docker-compose.yml b/freshrss/docker-compose.yml index 14e2a4d5..64c89781 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.28.0@sha256:cd05a77730c6d569177e87caea010e5a1e99827dd302e49f440eb099a603c1af + image: linuxserver/freshrss:1.28.1@sha256:873fa0d53fbdfeca6f9fcd1c001aeec3db80e5918637f90dc4489495bb858253 restart: on-failure environment: - PUID=1000 diff --git a/freshrss/umbrel-app.yml b/freshrss/umbrel-app.yml index 7fbf8dcf..8a66bb3a 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.28.0" +version: "1.28.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,38 +23,28 @@ description: >- - and more! releaseNotes: >- - This major release includes several new features and improvements. + This release focuses on bug fixes, particularly addressing issues from version 1.28.0. New features: - - New sorting and filtering by date of user modified articles - - New sorting by article length - - New advanced search form - - New overview of dates with most unread articles - - New ability to share feed visibility through API - - Configurable notification timeout - - Better transitions between groups of articles with new navigation links + - Customizable message for closed registrations + - Username now appears in Apache access logs for API requests + + + Bug fixes: + - Fixed unwanted expansion of saved searches in filters + - Fixed encoding of filter actions for labels + - Fixed tag searching functionality + - Fixed feed refreshing with tokens when anonymous refresh is disabled + - Fixed RSS and OPML access by token + - Fixed shortcut for next unread article + - Fixed custom session cookie lifetime + - Fixed feed validator button when changing feed URL + - Hidden feeds no longer counted in category unread articles Performance improvements: - - Improved SQL speed for large databases - - Scaling of user statistics for instances with many users - - API streaming of large responses for better performance - - - User interface: - - New button for toggling sidebar on desktop view - - More visible selected article - - Show parsed search query instead of original input - - Improved scroll behavior and navigation - - Dark background in web app manifest - - - Other improvements: - - Docker image updated to Debian 13 with PHP 8.4 - - OPML export/import of feed settings - - Support for CSS selector subsequent-sibling - - Multiple bug fixes and security enhancements + - Disabled counting articles in user labels for Ajax requests Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases