> For the complete documentation index, see [llms.txt](https://docs.heisenware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heisenware.com/release-notes/v92-hotel.md).

# v92 — Hotel

<div align="left"><figure><img src="/files/2xoyznABkDXJalrr7t07" alt="" width="375"><figcaption></figcaption></figure></div>

## Features

* Final release of the new subflow feature
* Explicit re-scanning of data connected to a widget
* Complete re haul of the page explorer UX
* Extensions (Modifiers, Filters, Recorders and Error Handlers) are own nodes now
* Implemented anti-node-collision (snowplow) feature in the Backend Builder
* First version of an auto-formatting for backend logic
* Spotlight effect on backend functions, showing clearly the flow of events
* Automatic visual data truncation for huge payloads, improving responsiveness of the UI
* New Database Visualizer informing about connected tables and their data
* New in-app menu widget offering a fixed size drawer
* New Timeline widget
* New Iframe widget
* Custom vertical spacing for DataList widget
* Improved Chart widget's zoom and pan capabilities
* Upgraded internal MQTT broker and configured for more resilience
* Full-fledged, all-app, client-caching for super-fast browser reloads
* New Heidenhain DNC Agent
* New Insys compatible LXC container of our Connector

## Fixes

* Issue with showing the correct backend state directly after account creation
* Persisting of alias names
* Scaling issue of production apps when browser window spans multiple monitors


---

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

```
GET https://docs.heisenware.com/release-notes/v92-hotel.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.
