From 426ec90d405db30d0e2689b3a94654b7a8a8c6aa Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 31 May 2023 12:07:14 +0200 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3329ba8f..03ff87a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,9 +29,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 value>0 will cause text properties with values longer than the threshold to be put into a `details` tag with a shortened summary. `DISABLED` will disable this feature. Defaults: 140 characters for single values, 40 for list values. +* Query filters that can be configured via a `query-form-tabs.json` (see [CaosDB + WebUI Legacy Adapter](https://gitlab.com/caosdb/caosdb-webui-legacy-adapter)) + when the new query panel is used. ### Changed (for changes in existing functionality) +* The new query panel from the [CaosDB WebUI Legacy + Adapter](https://gitlab.com/caosdb/caosdb-webui-legacy-adapter) is now the + default. Change to the old query panel by setting + `BUILD_MODULE_LEGACY_QUERY_FORM=ENABLED` (see below). + ### Deprecated * `query_form` module. Enable/disable via build property -- GitLab