> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/changelog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/changelog/2024/january.md).

# January

## DO

### Filter by activity class on activites view

Filter Activities by class with the newly added option.

<figure><img src="/files/KC1R7nGHFDaVDmBuZ0q1" alt=""><figcaption></figcaption></figure>

## Ability to suspend a changeover

Simply click the suspend button to pause the changeover.

<figure><img src="/files/LLdewHftBkxNVDbf4VKF" alt=""><figcaption></figcaption></figure>

### Changeover now classed as Downtime

Once the order is in changeover it will reduce availability of the resource.&#x20;

<figure><img src="/files/3GW3XhoJYhFBU3k7Sday" alt=""><figcaption></figcaption></figure>

### High Priority Activitiy Banner

Operators can now see at a glance the high priority activities.

<figure><img src="/files/PqKxXkQSSo2oAbVgxPIx" alt=""><figcaption></figcaption></figure>

## Scheduler&#x20;

### Highlight planned order changes in the UI

If there have been changes to the order inside the schedule that are different from the planned order a red dot will appear.

<figure><img src="/files/MBaTerxowgKF5z6Q0uo3" alt=""><figcaption></figcaption></figure>

### Manage Quanitity per Equipment

Click into a scheduled order to adjust/add the Order to multiple equiptment.

<figure><img src="/files/knvHJg4s7lRELEdBrHEj" alt=""><figcaption></figcaption></figure>

### Bugs Fixed:

Activity Manager should only allow active activities to be claimed and unclaimed


---

# 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://help.tillit.cloud/changelog/2024/january.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.
