From e2eeba90ef1d01c988711ea4a86874ec445f5a2a Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 8 Jun 2023 08:46:20 +0200 Subject: [PATCH] release 3.6.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 3981bcf36..26f39c699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.6.0] + +- add a button to open CommaFeed in a new tab and a button to open options when using the browser extension +- clicking on the entry title in expanded mode now opens the link instead of doing nothing +- add tooltips to buttons when the mobile layout is used on desktop +- redirect the user to the welcome page if the user was deleted from the database +- add link to api documentation on welcome page +- the unread count is now correctly updated when using the "/next" bookmarklet while redis cache is enabled + ## [3.5.0] - add compatibility with the new version of the CommaFeed browser extension diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index dba0a93b8..046084f93 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.5.0 + 3.6.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 93ab94542..b77acf58e 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 3.5.0 + 3.6.0 commafeed-server CommaFeed Server @@ -226,7 +226,7 @@ com.commafeed commafeed-client - 3.5.0 + 3.6.0 diff --git a/pom.xml b/pom.xml index 74257b4f5..33f174d50 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.5.0 + 3.6.0 CommaFeed pom