From 9354fb8e18d95e626cc56cbced2e7807a6ab4d1a Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 22 Jan 2024 15:07:17 +0100 Subject: [PATCH] release 4.2.0 --- CHANGELOG.md | 9 +++++++++ commafeed-client/pom.xml | 2 +- commafeed-server/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a520e5c8..265075079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.2.0] + +- add a setting to display the action buttons in the footer instead of in the header on mobile (#1121) +- the websocket notification now contains everything needed to update the UI, the client no longer needs to make an API + call to get the latest data when receiving the notification +- add a workaround to the Fever API for the Unread iOS app (#1188) +- fix an issue that caused dates to be saved incorrectly if the database server and the application server were in + different timezones (#1187) + ## [4.1.0] - it is now possible to open the sidebar on mobile by swiping to the right (#1098) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index caa9fe94d..bbfea68f1 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 4.1.0 + 4.2.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index c8ed9df49..6a77b0621 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 4.1.0 + 4.2.0 commafeed-server CommaFeed Server @@ -211,7 +211,7 @@ com.commafeed commafeed-client - 4.1.0 + 4.2.0 diff --git a/pom.xml b/pom.xml index c55074612..a4e844bcd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 4.1.0 + 4.2.0 CommaFeed pom