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

# Release 1.7.20

Published to the Chrome Web Store on March 13, 2023

### ✨ Enhancements

* For new mods, have `@input.url` refer to the current URL in the navbar, instead of using the canonical URL from initial page load ([#5254](https://github.com/pixiebrix/pixiebrix-extension/pull/5254))
* Improve error messages for input pattern validation ([#5212](https://github.com/pixiebrix/pixiebrix-extension/pull/5212))
* General availability of unknown variable analysis in the Page Editor ([#5256](https://github.com/pixiebrix/pixiebrix-extension/pull/5256))

### 🐛 Bug Fixes

* Fix bug where integration configuration modal was ignoring input field order ([#5208](https://github.com/pixiebrix/pixiebrix-extension/pull/5208))
* Fix AA Bot List network error in Page Editor if you have thousands of bots in your Control Room ([#5260](https://github.com/pixiebrix/pixiebrix-extension/issues/5260))

### 🧱 New/Updated Bricks

* The jQuery Reader brick is now named `Extract from Page`
* Support using Integration Configuration for Google Sheets bricks in Page Editor ([#5135](https://github.com/pixiebrix/pixiebrix-extension/issues/5135))
* Support for passing a variable for the Tab Name of a Google Sheet in Page Editor ([#5265](https://github.com/pixiebrix/pixiebrix-extension/issues/5265))


---

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