From 6fe1c2a3c055d5d8daf0cccca0875d0671d5bcd9 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 17 Aug 2023 10:01:17 +0200 Subject: [PATCH] release 3.9.0 --- CHANGELOG.md | 19 ++++++++++++++++--- commafeed-client/pom.xml | 2 +- commafeed-server/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e694b96..0c575aa62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.9.0] + +- improve performance by disabling the loader when nothing is loading (most noticeable on mobile) +- added a setting to disable the 'mark all as read' confirmation +- added a setting to disable the custom context menu +- if the custom context is enabled, it can still be disabled by pressing the shift key +- the announcement feature is now working again and supports html ('announcement' configuration element in config.yml) +- add support for MariaDB 11+ +- fix entry header shortly rendered as mobile on desktop, causing a small visual glitch +- fix an issue that could cause a feed to not refresh correctly if the url was very long +- database cleanup batch size is now configurable +- css parsing errors are no longer logged to the standard output +- fix small errors in the api documentation + ## [3.8.1] - in expanded mode, don't scroll when clicking on the body of the current entry @@ -95,10 +109,9 @@ ## [3.0.1] - allow env variable substitution in config.yml - - e.g. having a custom config.yml file with `app.session.path=${SOME_ENV_VAR}` will substitute `SOME_ENV_VAR` with - its value +- e.g. having a custom config.yml file with `app.session.path=${SOME_ENV_VAR}` will substitute `SOME_ENV_VAR` with its value - allow env variable prefixed with `CF_` to override config.yml properties - - e.g. setting `CF_APP_ALLOWREGISTRATIONS=true` will set `app.allowRegistrations` to `true` +- e.g. setting `CF_APP_ALLOWREGISTRATIONS=true` will set `app.allowRegistrations` to `true` ## [3.0.0] diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 3908a0585..707219365 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.8.1 + 3.9.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index a2ce587af..857e782ae 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 3.8.1 + 3.9.0 commafeed-server CommaFeed Server @@ -232,7 +232,7 @@ com.commafeed commafeed-client - 3.8.1 + 3.9.0 diff --git a/pom.xml b/pom.xml index 2a94fed83..22b091155 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.8.1 + 3.9.0 CommaFeed pom