From 346fb6b1ea4367c1d8cda05dc19309abc43f1b71 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 15 Jul 2024 16:03:09 +0200 Subject: [PATCH] release 4.6.0 --- CHANGELOG.md | 7 +++++++ commafeed-client/pom.xml | 2 +- commafeed-server/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee9ecb55..ebdeb4bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.0] + +- switched from Temurin to OpenJ9 as the JVM used in the Docker image, resulting in memory usage reduction by up to 50% +- fix an issue that could cause old entries to reappear if they were updated by their author (#1486) +- show all entries regardless of their read status when searching with keywords, even if the ui is configured to show + unread entries only + ## [4.5.0] - significantly reduce the time needed to retrieve entries or mark them as read, especially when there are a lot of diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index eed80ac85..e67c2b999 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 4.5.0 + 4.6.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 94f2ef8f3..819248c86 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 4.5.0 + 4.6.0 commafeed-server CommaFeed Server @@ -236,7 +236,7 @@ com.commafeed commafeed-client - 4.5.0 + 4.6.0 diff --git a/pom.xml b/pom.xml index 3dc4a2f95..da9fb825c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 4.5.0 + 4.6.0 CommaFeed pom