> 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/v83-beauty-treatment.md).

# v83 — Beauty treatment

<div align="left"><figure><img src="/files/cLGsRQMqNHBAub8fN68K" alt="" width="175"><figcaption></figcaption></figure></div>

## Features

* Improved the visual style of the login form for [Production Apps](/production-apps/overview.md).
* Improved connection highlighting across the Backend Builder and Frontend Builder.
* Added Agent selection as a field type inside the [form](/app-builder/build-frontend/widgets/input-widgets/form.md) widget.
* Added the new [data tiles](/app-builder/build-frontend/widgets/display-widgets/data-tiles.md) widget.
* Expanded features and improved the overall usability of the [operating system (OS)](/app-builder/build-backend/functions/connectors/operating-system-os.md) connector.
* Added support for method calling and file I/O operations in the [OPC UA Client](/app-builder/build-backend/functions/connectors/opc-ua-client.md) connector.
* Enabled Docker container monitoring in the OS connector.
* Added the new [pie chart](/app-builder/build-frontend/widgets/display-widgets/pie-chart.md) widget.

## Fixes

* Fixed an issue where logging into an App with a username and password assigned the anonymous user identity.
* Fixed transparency rendering issues on the bottom tab bar.
* Fixed drag-and-drop interactions for address items when moving them to and from other canvas components.
* Resolved a connection issue in [Production Apps](/production-apps/overview.md) when communicating with the built-in [timeseries database](/app-builder/build-backend/functions/storage/timeseries-database.md).
* Resolved unexpected behavior in the [form](/app-builder/build-frontend/widgets/input-widgets/form.md) widget when reconfiguring data fields.
* Fixed the auto-fill behavior of the [form](/app-builder/build-frontend/widgets/input-widgets/form.md) widget to gracefully handle input payloads containing more data than configured.
* Improved App deployment stability and resolved minor build pipeline errors.
* Fixed data export functionality in the [data grid](/app-builder/build-frontend/widgets/display-widgets/data-grid.md) widget.


---

# 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.heisenware.com/release-notes/v83-beauty-treatment.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.
