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

# Release 1.7.6

Published to the Chrome Web Store on September 1, 2022

:information\_source:This release is the first public release with content from :no\_entry\_sign:[Release 1.7.5](/release-notes/release-notes-archive/release-1.7.5.md)

### ✨ Enhancements

* Warn when writing an invalid text template in the Page Editor ([#4118](https://github.com/pixiebrix/pixiebrix-extension/pull/4118))
* Ability to label brick and button pipelines in the Document Builder ([#4106](https://github.com/pixiebrix/pixiebrix-extension/pull/4106))
* Improve selector inference preference heuristic when generating selectors against relative to “stable” ancestor elements ([#3550](https://github.com/pixiebrix/pixiebrix-extension/issues/3550))
* Support for using client OAuth2 integrations in team deployments ([#4016](https://github.com/pixiebrix/pixiebrix-extension/issues/4016))
* Support for configuring local Automation Anywhere workspace bots in the Page Editor ([#3992](https://github.com/pixiebrix/pixiebrix-extension/issues/3992))

### 🐛 Bug Fixes

* Clear extension/blueprint logs for extensions removed via the Page Editor ([#4132](https://github.com/pixiebrix/pixiebrix-extension/pull/4132))
* Workshop editor would show old version of brick when revisiting editor after updating the brick ([#3115](https://github.com/pixiebrix/pixiebrix-extension/pull/4112))
* Triggers were not being removed/unregistered from the page when opening the trigger to edit with the Page Editor ([#2273](https://github.com/pixiebrix/pixiebrix-extension/issues/2273))
* Element dropdown gets cut off in Document Builder Preview ([#4102](https://github.com/pixiebrix/pixiebrix-extension/issues/4102))

### 🧱 New/Updated Bricks

* You can now configure the result timeout when awaiting results for the Run UiPath Process brick ([#4137](https://github.com/pixiebrix/pixiebrix-extension/pull/4137))
* You can now configure the result timeout when awaiting results for the Run AA Bot brick ([#4138](https://github.com/pixiebrix/pixiebrix-extension/pull/4138))
* Folder Id is now optional on the Automation Anywhere integration configuration ([#3992](https://github.com/pixiebrix/pixiebrix-extension/issues/3992))

### 🎨 User Interface

* Speed up screen loads by deferring loading of Google Fonts ([#4100](https://github.com/pixiebrix/pixiebrix-extension/issues/4100))


---

# 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.pixiebrix.com/release-notes/release-notes-archive/release-1.7.6.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.
