> 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/v86-snapped.md).

# v86 — Snapped

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

## Features

* Improved layout alignment with smart snaplines when designing in the Frontend Builder.
* Select and group multiple widgets simultaneously on the canvas.
* Added a [barcode generation](/app-builder/build-backend/functions/utilities/barcode-generation.md) utility to generate QR codes and barcodes.
* Configure asset label templates and print them directly using the [Label Printer](/app-builder/build-backend/functions/connectors/label-printer.md) connector.
* Standardized secure sign-up and sign-in URLs for [Production Apps](/production-apps/overview.md).
* Programmatically toggle edit mode and search queries on the [data list](/app-builder/build-frontend/widgets/display-widgets/data-list.md) widget.
* Exchange files generically between your Apps and a running [Agent](/app-builder/build-backend/agents.md).
* Automatically generate a version [tag](/app-builder/deploy-and-maintain.md) each time you deploy your App.

## Fixes

* Optimized caching routines to lower the memory consumption of running [Apps](/production-apps/overview.md).
* Improved performance and stability for the built-in [relational database](/app-builder/build-backend/functions/storage/relational-database.md).
* Fixed an issue where newly created widgets were not automatically selected.
* Fixed rendering issues that occurred when collapsing layout sections on the canvas.
* Sped up startup times and reduced memory footprints during whole-platform power-cycles.
* Improved screen scaling for [Production Apps](/production-apps/overview.md) and resolved a flickering issue on 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/v86-snapped.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.
