# 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))
