> 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.12.md).

# Release 1.7.12

### ✨ Enhancements

* ⚡ Show Extension list faster in the Page Editor ([#4531](https://github.com/pixiebrix/pixiebrix-extension/pull/4531))
* Add support for checkboxes in the “Read data from a form” brick ([#4513](https://github.com/pixiebrix/pixiebrix-extension/pull/4513))
* Page Load/Navigation triggers now run on navigation for single-page applications using hash routers/state ([#3598](https://github.com/pixiebrix/pixiebrix-extension/pull/4598))
* Blueprint options are validated on activation ([#4602](https://github.com/pixiebrix/pixiebrix-extension/pull/4602)))

### 🐛 Bug Fixes

* Fix registry item does not exist message in onboarding playground ([#4519](https://github.com/pixiebrix/pixiebrix-extension/pull/4519))
* Show error message in Page Editor if permissions request errors ([#4555](https://github.com/pixiebrix/pixiebrix-extension/pull/4555))
* Fix bug in Grant Permissions button in Page Editor where clicking the button would have no effect ([#4554](https://github.com/pixiebrix/pixiebrix-extension/pull/4554))
* Fix bug where new version wasn’t available in History dropdown workshop in after save without refreshing the page ([#4586](https://github.com/pixiebrix/pixiebrix-extension/pull/4586))

### 🎨 User Interface

* Show error message on pages that can’t be edited because they are insecure ([#4529](https://github.com/pixiebrix/pixiebrix-extension/pull/4529))
* Improve UI in Sidebar if browser extension has restarted ([#4530](https://github.com/pixiebrix/pixiebrix-extension/pull/4530))
* Round the corner in the Add Brick modal ([#4522](https://github.com/pixiebrix/pixiebrix-extension/pull/4522))
* Show partner UI in Sidebar if not authenticated ([#4548](https://github.com/pixiebrix/pixiebrix-extension/pull/4585))

### ⚛️ Experimental

* New “Display Temporary Information” brick to show information in the sidebar as part of an action ([#4585](https://github.com/pixiebrix/pixiebrix-extension/pull/4584))
* Warn when using a variable that’s not defined (enable on Settings > Skunkworks) ([#4545](https://github.com/pixiebrix/pixiebrix-extension/pull/4545))


---

# 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.12.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.
