> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/system/change-log/version-1.0.156.md).

# Version 1.0.156

### New features

* The capabilities of the table filter wizard have been expanded with support for complex condition logic.
* Buttons have been added to enable selecting or deselecting all items at once.
* Support has been added for enabling and disabling predefined filter logic.
* Support has been added for a parameter that allows control over the activity of filter logic.
* Automatic creation of closing elements for logical groups has been added, along with a mechanism for confirming deletion of a non-empty condition group.
* The ability to insert new logical groups directly before or after the selected item has been added.
* The appearance and iconography of the filter wizard have been updated.

### Improvements and technical changes

* The mechanism for managing nested logical conditions in table filters has been improved.
* The adding, removing, and converting of logic elements after changes to the filter structure has been improved.
* Logic has been protected against deletion of elements responsible for the correctness of the condition group structure.
* Automatic normalization of logic after changes to the filter structure has been added.
* Icon loading has been improved and their appearance has been updated in the filter module.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/system/change-log/version-1.0.156.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
