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

# Release 1.5.0

Published in the Chrome Web Store on Jan 18, 2022

:atom:The 1.5.0 release updates the Page Editor to use brick runtime v3. Bricks created with/for previous runtime versions will continue to work. The Page Editor will try to automatically upgrade v2 extensions to v3 when edited in Page Editor

### ✨ Enhancements

* The Page Editor now uses runtime v3 ([#2306](https://github.com/pixiebrix/pixiebrix-extension/issues/2306), [#2284](https://github.com/pixiebrix/pixiebrix-extension/issues/2284), [#2291](https://github.com/pixiebrix/pixiebrix-extension/pull/2291))
* Automatically upgrade bricks to v3 when loaded in the Page Editor ([#2348](https://github.com/pixiebrix/pixiebrix-extension/pull/2348), [#2350](https://github.com/pixiebrix/pixiebrix-extension/pull/2353), [#2351](https://github.com/pixiebrix/pixiebrix-extension/pull/2351), [#2305](https://github.com/pixiebrix/pixiebrix-extension/issues/2305), [#2285](https://github.com/pixiebrix/pixiebrix-extension/issues/2285))
* Deployment id is included with error telemetry (enterprise-only) ([#2265](https://github.com/pixiebrix/pixiebrix-extension/issues/2265))
* Register Quickbar with Chrome shortcuts (Quickbar is in beta) ([#2275](https://github.com/pixiebrix/pixiebrix-extension/pull/2275))
* Support passing unencoded data through the Parse Data URL brick ([#2303](https://github.com/pixiebrix/pixiebrix-extension/pull/2303))

### 🐛 Bug Fixes

* Sidebar can’t be collapsed when triggered by brick ([#2308](https://github.com/pixiebrix/pixiebrix-extension/issues/2308), [#2312](https://github.com/pixiebrix/pixiebrix-extension/pull/2312https://github.com/pixiebrix/pixiebrix-extension/pull/2312))
* Don’t crash Page Editor on chrome:// pages ([#2317](https://github.com/pixiebrix/pixiebrix-extension/pull/2317))
* Fix icon selector icon spacing/layout ([#2311](https://github.com/pixiebrix/pixiebrix-extension/pull/2311))

### 🎨 User Interface

* Improve permissions copy ([#1639](https://github.com/pixiebrix/pixiebrix-extension/pull/1639))
* Clean up nested button elements in Page Editor HTML ([#2357](https://github.com/pixiebrix/pixiebrix-extension/pull/2357))
* Align editor sidebar ([#2318](https://github.com/pixiebrix/pixiebrix-extension/pull/2318))
* Remove shared integrations card from integrations screen ([#2342](https://github.com/pixiebrix/pixiebrix-extension/pull/2342))


---

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