From b82077d3cadd74da563e459b0dc14e413af00383 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 26 Jan 2024 09:54:07 +0100 Subject: [PATCH] release 4.2.1 --- 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 26507507..4a7c82a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [4.2.1] + +- fix an issue that caused the tree to show an incorrect unread count after a websocket notification because entries + that were already marked as read by a filtering expression were not ignored (#1191) + ## [4.2.0] - add a setting to display the action buttons in the footer instead of in the header on mobile (#1121) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index bbfea68f..cb2103a1 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 4.2.0 + 4.2.1 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 6a77b062..4073b9a1 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 4.2.0 + 4.2.1 commafeed-server CommaFeed Server @@ -211,7 +211,7 @@ com.commafeed commafeed-client - 4.2.0 + 4.2.1 diff --git a/pom.xml b/pom.xml index a4e844bc..12076f6b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 4.2.0 + 4.2.1 CommaFeed pom