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

# Release 2.1.2

### :sparkles: Personal Deployments

* We've added new Personal Deployments to allow users to keep their mods activated across Chrome profiles and devices
* Show when a mod was activated as a personal or team deployment (#[9108](https://github.com/pixiebrix/pixiebrix-extension/pull/9108))
* When activating a mod in the Extension Console, users can choose not to sync their mods across devices (#[9132](https://github.com/pixiebrix/pixiebrix-extension/pull/9132), #[9153](https://github.com/pixiebrix/pixiebrix-extension/pull/9153))

### 🐛 Bug Fixes

* Fixed a bug where clicking on an ellipsis menu in the Page Editor or Extension Console could cause unexpected side effects (such as toggling an accordion item open/closed) (#[9121](https://github.com/pixiebrix/pixiebrix-extension/pull/9121))
* We've noticed an increase in the number of `RENDER_NUNJUCKS` errors some of our users are seeing. We've increased the timeout which should solve the problem for most users (#[9168](https://github.com/pixiebrix/pixiebrix-extension/pull/9168))
* Some users have reported issues with IndexedDB in more resource-constrained environments. We have added some mitigations to help improve performance (#[9174](https://github.com/pixiebrix/pixiebrix-extension/pull/9174), #[9176](https://github.com/pixiebrix/pixiebrix-extension/pull/9176), #[9177](https://github.com/pixiebrix/pixiebrix-extension/pull/9177), #[9179](https://github.com/pixiebrix/pixiebrix-extension/pull/9179))

### 🎨 User Experience

* Users who are a member of a team trial will now see either an "In Progress" or "Expired" banner at the top of every page in the Extension Console (#[9135](https://github.com/pixiebrix/pixiebrix-extension/pull/9135))
* Users who are a member of a team trial will no longer be able to activate any team mods once the trial has expired (#[9147](https://github.com/pixiebrix/pixiebrix-extension/pull/9147))
* Users who are a member of a team trial will have all team mods that they activated manually automatically disabled ones the trial expires. (#[9148](https://github.com/pixiebrix/pixiebrix-extension/pull/9148))
* Remove the AA Control Room integration check for users authenticating with a PixieBrix token (#[9107](https://github.com/pixiebrix/pixiebrix-extension/pull/9107))
* Users will no longer see the `Update` button next to deployed mods when viewing their Active Mods in the Extension Console if the deployed version of the mod is not the most recent version (#[9140](https://github.com/pixiebrix/pixiebrix-extension/pull/9140))


---

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