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

# Release 1.7.18

### 🐛 Bug Fixes

* Runtime: for some users, PixieBrix doesn’t run on new tabs until they reload the tab ([#4863](https://github.com/pixiebrix/pixiebrix-extension/issues/4863))

### 🧱 New/Updated Bricks

* Added Scroll Element Into View Brick ([#5054](https://github.com/pixiebrix/pixiebrix-extension/pull/5054))
* Added Toggle Quick Bar Brick ([#5068](https://github.com/pixiebrix/pixiebrix-extension/pull/5069))
* Display Temporary Information: support showing as a modal instead of sidebar ([#5005](https://github.com/pixiebrix/pixiebrix-extension/pull/5005))
* Display Temporary Information: resolve the panel with a result from a button ([#5031](https://github.com/pixiebrix/pixiebrix-extension/pull/5031))
* Display Temporary Information: show as popover on an element ([#5023](https://github.com/pixiebrix/pixiebrix-extension/pull/5023))
* Custom Form: add ability to customize submit caption ([#5034](https://github.com/pixiebrix/pixiebrix-extension/pull/5034))
* Custom Form: add auto save toggle ([#5085](https://github.com/pixiebrix/pixiebrix-extension/pull/5085))
* HTTP Request: add quick fix for granting permissions for API call ([#5046](https://github.com/pixiebrix/pixiebrix-extension/pull/5046))
* HTTP Get: deprecated in favor of HTTP Request ([#5039](https://github.com/pixiebrix/pixiebrix-extension/pull/5039))

### ⚛️ Experimental Features

* Add a new Dynamic Quick Bar extension point and Add Quick Bar Action brick ([#5068](https://github.com/pixiebrix/pixiebrix-extension/pull/5069))


---

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