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

# Release 1.7.23

Published to the Chrome Web Store on April 13, 2023

### ✨ Enhancements

* Support for automatic SAML/SSO authentication ([#5450](https://github.com/pixiebrix/pixiebrix-extension/pull/5455))
* Adds support for `<all_urls>` in mod permissions to optionally enable features such as automatic screenshots, etc. ([#5477](https://github.com/pixiebrix/pixiebrix-extension/pull/5477))

### 🐛 Bug Fixes

* Fix bug where Quick Bar shortcut was not being automatically set on install. It’s now set to `Ctrl + M` or `Cmd + M` (depending on your operating system)
* Fix bug where deleted/revoked mods would show multiple times on mods screen ([#5460](https://github.com/pixiebrix/pixiebrix-extension/issues/5460))
* Fix bug where Quick Bar would lose selection text context when the user typed in the Quick Bar ([#5464](https://github.com/pixiebrix/pixiebrix-extension/pull/5464))
* Hide mod option default values for field types that don’t support a default value (database id, Google Sheet, etc.) ([#5448](https://github.com/pixiebrix/pixiebrix-extension/issues/5448))
* Clean up underlying integration configuration variable when removing a brick from a mod ([#5396](https://github.com/pixiebrix/pixiebrix-extension/issues/5396))
* Playground prevents in-marketplace activation ([#5473](https://github.com/pixiebrix/pixiebrix-extension/issues/5473))

### 🎨 User Experience

* Improve field cascading, error messages, etc. for Google Sheets bricks in Page Editor (#5451)

### 🧱 Brick Updates

* New “Post message to a frame” brick to send messages to iframes on the page ([#5509](https://github.com/pixiebrix/pixiebrix-extension/pull/5509/files))
* The `@pixiebrix/document-context` brick now includes a `title` property. This means for mods built since 1.7.20, `@input.title` will refer to the current URL, not the original URL


---

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