From 6de817f53996f14bfccdaf66c99a9a15f6a9d5ff Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 20 May 2023 14:00:25 +0200 Subject: [PATCH] release 3.3.2 --- CHANGELOG.md | 14 ++++++++++---- commafeed-client/pom.xml | 2 +- commafeed-server/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa5c43f5..fd4115e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.3.2] + +- restore entry selection indicator (left orange border) that was lost with the mantine 6.x upgrade (3.3.0) +- add dividers to visually separate read-only information from forms on feed and category details pages +- reduced js bundle size by 10% + ## [3.3.1] - fix long feed names not being shortened to respect tree max width @@ -31,10 +37,10 @@ ## [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] @@ -141,4 +147,4 @@ consumption and better overall performances. See the README on how to build CommaFeed from now on. - CommaFeed should no longer fetch the same feed multiple times in a row -- Users can use their username or email to log in +- Users can use their username or email to log in diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 1e2ca7c90..a700c0046 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.3.1 + 3.3.2 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 52e076532..4e77c0a1b 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 3.3.1 + 3.3.2 commafeed-server CommaFeed Server @@ -226,7 +226,7 @@ com.commafeed commafeed-client - 3.3.1 + 3.3.2 diff --git a/pom.xml b/pom.xml index 3b64500c3..ce17de652 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.3.1 + 3.3.2 CommaFeed pom