# January 2024

### General Improvements

#### **Task UI - 22/01/2024**

* Caching of Search and Filter:
  * When a user searches for tasks or filters based on columns, TaskUI will cache the search criteria.
  * If the user opens a task and then returns to the task list, the cached filter/search will be applied to display the documents.

* Assign and Unassign Tasks:
  * Added the ability to configure buttons in TaskUI to assign or unassign tasks to the logged-in user.
  * Assigned tasks can be displayed in a separate folder (e.g., "My Documents").

* Compact View of Task List:
  * Updated design to display more lines in the task list.

* EML File Support in TaskUI Viewer:
  * Users can now select .eml files (email documents), and they will be displayed in the TaskUI viewer.

* Increased Task Display Limit:
  * Users can now set 1,000 tasks per page in TaskUI.

* Advanced Search on Archive:
  * Displays all index fields.
  * Allows searching in ranges and provides additional search options.

***

If you have any questions, please contact CumulusPro support at <support@cumuluspro.com>.


---

# Agent Instructions: 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:

```
GET https://help.cumuluspro.net/release-notes/january-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
