From 53f0c33c1d32966110ac66a2da7fc39d0eabf27c Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 6 Aug 2025 22:51:34 +0200 Subject: [PATCH] release 5.11.0 --- CHANGELOG.md | 5 +++++ commafeed-client/pom.xml | 2 +- commafeed-server/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca71434b..1fa1056e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [5.11.0] + +- Add an option to navigate to the next unread category/feed when marking all entries as read (#1807) +- Google Analytics support has been removed + ## [5.10.0] - Add an indicator next to each feed's unread count in the tree to show when new entries are discovered while the app is open (#1762) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index aa6f1c59..661fd7e9 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.10.0 + 5.11.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 5a8034e7..07248c47 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.10.0 + 5.11.0 commafeed-server CommaFeed Server @@ -357,7 +357,7 @@ com.commafeed commafeed-client - 5.10.0 + 5.11.0 diff --git a/pom.xml b/pom.xml index fdd3e9ab..3892a7ae 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.10.0 + 5.11.0 CommaFeed pom