> For the complete documentation index, see [llms.txt](https://docs.output.industries/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.output.industries/technical-onboarding/release-notes/2026/week-19-or-2026.md).

# Week 19 | 2026

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

#### Featured Improvements - Gantt Chart

* **Drag and drop between stations** — schedules can now be moved between stations via drag and drop. This is controlled by an account-level feature flag.                        &#x20;
* **Station filtering** — filter the Gantt view by station and station group    &#x20;
* **Station grouping** — stations are now sorted by group with clear definition between groups.
* **Improved Ranges** — Each view Day, Week & Month has been updated to allow easier distribution of schedules when dragging. Week now shows 7 days without the need to scroll.
* **Shift overlay** — shift patterns are now displayed on the timeline, giving a clear indication of when schedules will be actively worked on. If a schedule spans outside of shift hours it will bridge over to the next working period.

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

#### General Improvements&#x20;

* **Expanded metric tooltips** — hover-over information now available on all metrics in Pulse and Trend charts
* **Cockpit** — unreported downtime indicator. Each station now shows whether it has unreported downtime,  displayed above station notes                                                                                                                                            &#x20;
* **Cockpit** — Refreshed layout by station with station group accordions now collapsed by default for a  cleaner view&#x20;

#### Bug Fixes

* Gantt chart — running fixed-quantity schedule bars now extend past their ideal end time to reflect   actual progress                                    &#x20;
* Gantt chart — improved hover-over speed and smoother dragging of short duration schedules
* Gantt chart — day start hour alignment corrected
* Gantt chart — fixed double pop-up when deleting a schedule                                            &#x20;
* Gantt chart — day alignment issues resolved
* Schedule quantities now supported up to 10 million
* Cockpit — progress bar correctly displays ∞ for continuous schedules                                   &#x20;
* Trend viewer — fill rendering fixed                                                                     &#x20;
* Trend viewer — utilisation target now based on scheduled production only
* Trend viewer — on relative time ranges no longer shows a trailing incomplete bucket
* ISO week calculation now uses start time

<br>

<br>


---

# 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://docs.output.industries/technical-onboarding/release-notes/2026/week-19-or-2026.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.
