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

# Release 2.0.0

Published to the Chrome Web Store on May 28, 2024

{% hint style="info" %}
We're excited to announce the upcoming PixieBrix Browser Extension 2.0.0 release! The release will be published to the Chrome Web Store in May 2024.

* Migrates the PixieBrix Browser Extension to use [Web Extensions Manifest V3](https://developer.chrome.com/docs/extensions/develop/migrate), which brings additional web extension performance and security guarantees
* The PixieBrix Sidebar now uses the [Chromium Side Panel](https://developer.chrome.com/docs/extensions/reference/api/sidePanel), which is separate from the host page
* No special steps are required to upgrade **—** when the PixieBrix Browser Extension 2.0.0 is published to the Chrome Web Store, your browser extension will automatically upgrade
* For more information on UX changes, see <https://docs.pixiebrix.com/release-notes/pixiebrix-browser-extension-2.0.0-migration-guide>
  {% endhint %}

### 🐛 Bug Fixes

* Fixed activation and deployments for mods that have more than one integration config for the same integration (#[8459](https://github.com/pixiebrix/pixiebrix-extension/pull/8460))
* Fixed issue where the `Show Sidebar` brick was not refreshing the sidebar panel if the sidebar was already open (#[8376](https://github.com/pixiebrix/pixiebrix-extension/pull/8472))
* Fixed broken link in Page Editor for integration configuration errors. Cloud integrations were improperly linked to the Extension Console (#[8504](https://github.com/pixiebrix/pixiebrix-extension/pull/8505))&#x20;
* Fixed an edgecase where the FAB could be injected before the Extension is linked, resulting in users seeing the FAB erroneously (#[8500](https://github.com/pixiebrix/pixiebrix-extension/pull/8503))
* Fixed a bug preventing the starter mods from being installed on the welcome page (#[8497](https://github.com/pixiebrix/pixiebrix-extension/pull/8499))


---

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