> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/updates-and-releases/cerby-browser-extension/2026.md).

# 2026

### Version v1.0.531

#### Fixes

* Selecting **Open Cerby** from the browser context menu now opens the Cerby app correctly instead of performing no action.
* The issue where the Cerby browser extension could silently fail for up to an hour before logging users out unexpectedly was fixed. Users now see a prompt to log in again right away.
* The issue where the Cerby password suggestion feature filled only the first **Password** field and left the **Confirm password** field empty for the `account.apple.com` website was fixed. Both fields are now filled correctly, allowing users to complete password-change forms without manual entry.

***

### Version v1.0.528

#### New features and enhancements

* Signup form detection is now available to all Cerby customers by default. The extension suggests a strong password and your Cerby-managed email address on signup forms, matching the behavior already available on login forms.
* The extension can now detect and fill segmented (multi-input) one-time password (OTP) forms, including auto-submit variants and container-anchored widgets like Twitch where users must input numbers one by one. This way, Cerby can handle more automated MFA verification flows.

#### Fixes

* The issue where the Cerby browser extension stopped working on devices with limited browser storage was fixed. The extension now uses significantly less storage space.

***

### Version v1.0.523

#### New features and enhancements

* Account **Owners** who search for their accounts in the extension popup can now copy passwords directly from the search results. Previously, the extension incorrectly treated search results as **Collaborator**-role accounts and disabled the copy option for **Owners**.

***

### Version v1.0.514

#### Fixes

* The issue with a state machine bug that caused the inline menu to close prematurely when no accounts were present for a site was fixed.

***

### Version v1.0.510

#### New features and enhancements

* The search bar of the inline menu now filters accounts in real time as you type to ensure an instant, responsive experience. You just need to click the Cerby icon within an input field, click the **Search** icon, and start typing.

***

### Version v1.0.508

#### Fixes

* The issue with a user interface (UI) layering conflict on pinterest.com where the Cerby menu appeared behind site elements or closed unexpectedly was fixed.
* The issue with a Safari message system failure that caused the inline menu to break on certain sign-in pages was fixed.

***

### Version v1.0.507

#### Fixes

* The issue with a critical session termination bug where transient network failures incorrectly triggered forced logouts was fixed.

***

### Version v1.0.500

#### New features and enhancements

* We now display an error screen when secure device onboarding fails due to reaching the device limit.

***

### Version v1.0.497

#### New features and enhancements

* An option to clear the cache of the Cerby browser extension is now available on the **Settings** page. By clicking the **Clear extension cache** button, you can resolve extension issues by forcing an immediate sync with your Cerby workspace to reload your accounts, features, and settings with the latest data.

#### Fixes

* Fixed heuristics incorrectly detecting OTP input fields on postman.com, preventing the inline menu from appearing unexpectedly.

***

### Version v1.0.495

#### Fixes

* The issue where the inline menu appeared at unexpected positions due to hidden input fields not respecting visibility rules was fixed.
* The issue with the Cerby icon reappearing inside input fields after being turned off in apps such as Sprinklr and YouTube was fixed.

***

### February 13, 2026

#### New features and enhancements

* We now show a confirmation message when a user uninstalls the Cerby browser extension.
* In workspaces with local vaults, we now stop automated logins when users haven’t set up a trusted session for their Cerby browser extension.
* When users don’t have an active session in the Cerby browser extension, the account autosave prompt now displays the **Don’t ask to save for this website again** option.
* We have now disabled the inline menu in input fields where the content of a page is blocked by the **App setting restrictions** feature.
* We now enforce multi-factor authentication (MFA) for Cerby accounts in local workspaces. Users cannot interact with the Cerby browser extension until they turn on MFA to access Cerby.

#### Fixes

* The issue with page redirects when users log in to their accounts from the Okta dashboard was fixed. Users were not correctly redirected to the app after the completion of the automated login.

***


---

# 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://help.cerby.com/updates-and-releases/cerby-browser-extension/2026.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.
