# Release 1.1.10

### 🐛 Bug Fixes

* Fix tab pane height in the PixieBrix sidebar ([#520](https://github.com/pixiebrix/pixiebrix-extension/issues/520))
* Support search by id in Use Foundation search modal ([#465](https://github.com/pixiebrix/pixiebrix-extension/issues/465))
* Prevent content script from being initialized multiple times ([#428](https://github.com/pixiebrix/pixiebrix-extension/issues/428))

### ✨ Improvements

* Ability to add/edit side bar panels from the page editor (Beta) ([#559](https://github.com/pixiebrix/pixiebrix-extension/issues/559))
* Update document/tab title based on page in extension options ([#538](https://github.com/pixiebrix/pixiebrix-extension/issues/538))
* Workshop search page improvements ([#547](https://github.com/pixiebrix/pixiebrix-extension/issues/547)): persist filters, show recent bricks
* Workshop editor navigation improvements ([#551](https://github.com/pixiebrix/pixiebrix-extension/issues/551)): shortcuts for jump to reference, open in editor

### 🔨 Internal Improvements

* Notify on build success and errors ([#506](https://github.com/pixiebrix/pixiebrix-extension/issues/506))


---

# Agent Instructions: 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:

```
GET https://docs.pixiebrix.com/release-notes/release-notes-archive/release-1.1.10.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
