# Release 1.7.10

### ✨ Enhancements

* Support for Team Database picker in custom brick configuration ([#4343](https://github.com/pixiebrix/pixiebrix-extension/pull/4377))
* Support Team Database as field type in blueprint options configuration ([#4406](https://github.com/pixiebrix/pixiebrix-extension/pull/4406))

### 🐛 Bug Fixes

* Disable links in Document Preview ([#4416](https://github.com/pixiebrix/pixiebrix-extension/pull/4416))
* Include brackets in copied variable paths that contain spaces ([#4367](https://github.com/pixiebrix/pixiebrix-extension/pull/4371))

### 🎨 User Experience

* Improve brick search by package id and description ([#4415](https://github.com/pixiebrix/pixiebrix-extension/pull/4415))
* Support for hiding the logo in the sidebar ([#2358](https://github.com/pixiebrix/pixiebrix-extension/pull/4373))

### 🧪 Research & Development

* Experimental support for inferring selectors for multiple elements ([#4082](https://github.com/pixiebrix/pixiebrix-extension/pull/4362))

### 🏗️ Infrastructure

* Switch to `fetch` browser API for network requests as part of MV2 to MV3 migration ([#4357](https://github.com/pixiebrix/pixiebrix-extension/pull/4374))


---

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