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

# Release 1.7.40

### ✨ Enhancements

* Variable Popover (available to Beta users):
  * Increased the size of the (experimental) Variable Popover so that the keyboard instructions do not wrap (#[6322](https://github.com/pixiebrix/pixiebrix-extension/pull/6377))
  * Allows use of the `enter` key in addition to the `tab` key when selecting an item in the (experimental) Variable Popover (#[6320](https://github.com/pixiebrix/pixiebrix-extension/pull/6378))
  * When selecting a variable in a Nunjucks expression with the (experimental) Variable Popover, the closing `}}` are added, but the cursor is maintained at the end of the variable to enable selecting a sub-variable (#[6396](https://github.com/pixiebrix/pixiebrix-extension/pull/6403))
  * The Variable Popover now appears above or below the selected line. This increases usability when using the popover with multi-line inputs. (#[6397](https://github.com/pixiebrix/pixiebrix-extension/pull/6404))

### 🐛 Bug Fixes

* Improved error message when a user tries to activate a mod from a shared mod link that they don’t have access to (#[6326](https://github.com/pixiebrix/pixiebrix-extension/pull/6366))
* The options drop-downs for the Get/Put data from PixieBrix database bricks no longer get stuck in `Loading...` state when first added. (#[6379](https://github.com/pixiebrix/pixiebrix-extension/pull/6401))
* Fix Null Pointer Exception that was sometimes being thrown in the Extension Console during mod reactivation (#[6409](https://github.com/pixiebrix/pixiebrix-extension/pull/6410))
* Fix Null Pointer Exception that was sometimes thrown when sharing a mod from the Page Editor (#[6407](https://github.com/pixiebrix/pixiebrix-extension/pull/6411))
* Fix “End of JSON input” error sometimes thrown by the `jq - JSON processor` brick (#[6408](https://github.com/pixiebrix/pixiebrix-extension/pull/6415))
* Fixed missing error messages in Mod Telemetry (#[6405](https://github.com/pixiebrix/pixiebrix-extension/pull/6435))

### 🧱 New/Updated Bricks

* Added a new field to the Lookup Google Sheet row brick allowing users to select all rows instead of just specific columns/rows (#[6402](https://github.com/pixiebrix/pixiebrix-extension/pull/6402))


---

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