# 2026

## iOS version v1.0.292 - April 20, 2026

### New features and enhancements

* The loading performance of the Settings screen is now improved so users see their configuration options faster, even on slower networks or older devices.

### Fixes

* The issue that could cause the iOS app to crash when adding a new account to Cerby was fixed. The app now handles this flow reliably, and in the rare case something unexpected occurs, it logs the problem gracefully instead of crashing.
* The issue that caused some users to be logged out multiple times throughout the day was fixed. Sessions now persist reliably, and brief network interruptions (like switching between Wi-Fi and cellular) no longer force a re-login. Returning to the app now feels snappier, with no unnecessary loading screens when your session is still valid.

***

## Android version v1.0.241 - April 20, 2026

### New features and enhancements

* Your login sessions, biometric settings, and workspace data are now stored using a stronger encryption method. Everything is migrated automatically when you update the app, so no action is needed on your end. In the unlikely event of an issue during the upgrade, the app will simply ask you to sign in again to Cerby.
* We've trimmed the app's size by removing outdated cryptographic libraries and replacing them with modern, industry-standard alternatives. You won't notice any changes in how the app works; your secrets and encrypted data are handled exactly as before, just with a leaner codebase under the hood.
* The issue where the app could enter a rapid background refresh loop, draining battery and consuming unnecessary data, was fixed. Token refreshes are now scheduled efficiently based on actual expiration times, keeping background activity minimal.

***

## iOS version v1.0.288 - March 10, 2026

### New features and enhancements

* Your most recently used accounts and secrets now appear at the top of the screen for faster access. When you are in the **Accounts** and **Secrets** tab, the **Recently Used** section is displayed above the list of accounts and secrets, respectively.
* A banner in the account details screen is now displayed to alert users when a saved credential stops working.

### Fixes

* A layout issue where long-pressing a credential field caused unintended UI stretching was fixed.

***

## Android version v1.0.237 - March 9, 2026

### New features and enhancements

* A banner in the account details screen is now displayed to alert users when a saved credential stops working.

***

## Android version v1.0.234 - February 19, 2026

### New features and enhancements

* Your most recently used accounts and secrets now appear at the top of the screen for faster access. When you are in the **Accounts** and **Secrets** tab, the **Recently Used** section is displayed above the list of accounts and secrets, respectively.
* Informative banners are now displayed when the Cerby autofill service is not enabled in the mobile phone settings. These banners appear for accounts where "view" and "copy" actions are restricted, guiding users to activate autofill for a seamless login experience.

### Fixes

* The issue where the app crashes when accessing the profile page was fixed.
* The issue with notification display issues was fixed.

***

## iOS version v1.0.285 - February 13, 2026

### New features and enhancements

* The collections experience now has a smoother, cleaner look.
* Informative banners are now displayed when the Cerby autofill service is not enabled in the mobile phone settings. These banners appear for accounts where "view" and "copy" actions are restricted, guiding users to activate autofill for a seamless login experience.
* When you first get started, the accounts, secrets, and collections screens now show a friendly empty state instead of a blank page, making it clear where things will appear and how to add your first items.
* The launching apps experience is now improved by adding support for native applications and prioritizing redirect URLs. The goal is to ensure a faster, more reliable transition when opening managed web pages or native apps directly from the account details screen and quick actions.

### Fixes

* We’ve fixed the biometrics banner navigation on fresh iPad installs for a smoother, more intuitive first-time setup.
* The issue where newly created passkeys were not immediately recognized by the operating system was fixed.

***

## Android version v1.0.231 - January 28, 2026

### New features and enhancements

* Chrome’s new virtual view structure and HTML metadata are now supported in the autofill service. This enhancement ensures that password and username injection remains fully compatible with Chrome version 137 and above, providing a seamless login experience as browser standards evolve.
* A new loading mechanism is now available in the account details screen to enhance security and performance. Passwords are now decrypted only when you explicitly choose to reveal or copy them, ensuring that sensitive credentials are not stored in memory until strictly needed.
* The collections interface was redesigned to provide a cleaner and more efficient browsing experience. This update introduces standardized list layouts, refined item sizing, and a new sub-collection carousel, making it easier to navigate.
* The launching apps experience is now improved with support for native applications and prioritized redirect URLs, ensuring a faster, more reliable transition when opening managed web pages or native apps directly from the account details screen and quick actions.

***

## iOS version v1.0.279 - January 14, 2026

### Fixes

* The issue where search options were unavailable within drop-down menus of the **Create Account** screen on iPad was fixed. These menus now use a form sheet presentation, fully supporting search functionality on tablet devices for easier navigation of large lists.
* The issue with being unable to share an account via a public link from the global search results was fixed.

***

## iOS version v1.0.277 - January 7, 2026

### Fixes

* The issue with being unable to turn on MFA from the account details screen for self-managed accounts was fixed.

***

## Android version v1.0.230 - January 22, 2026

### Fixes

* The issue where users were logged out frequently from the Cerby mobile app was fixed.
* The issue where the app crashed when navigating back quickly through multiple screens was fixed. Defensive safety checks were added to the navigation stack to ensure stability.


---

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