From 82cf0e154a50cc376b9b5e3b798ab62e310945d6 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 28 Jun 2023 20:40:22 +0200 Subject: [PATCH] release 3.8.0 --- CHANGELOG.md | 10 ++++++++++ commafeed-client/pom.xml | 2 +- commafeed-server/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e503dc..245dd86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.8.0] + +- add previous and next buttons in the toolbar +- add a setting to always scroll selected entry to the top of the page, even if it fits entirely on screen +- clicking on the body of an entry in expanded mode selects it and marks it as read +- add rich text editor with autocomplete for custom css and js code in settings (desktop only) +- dramatically improve performance while scrolling +- fix broken welcome page mobile layout +- format dates in user locale instead of GMT in relative date popups + ## [3.7.0] - the sidebar is now resizable diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 347b7c97..d0c45a2e 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.7.0 + 3.8.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 3a6aacea..8a1d52dc 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 3.7.0 + 3.8.0 commafeed-server CommaFeed Server @@ -226,7 +226,7 @@ com.commafeed commafeed-client - 3.7.0 + 3.8.0 diff --git a/pom.xml b/pom.xml index 018c8e3b..94d81da8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.7.0 + 3.8.0 CommaFeed pom