> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/mobile/apple-ios/older/ios-version-15.4.0.md).

# iOS Version 15.4.0

## New Features & Improvements

* **iOS 14 Widget** - When enabled, an account security overview is displayed on the user's home screen containing the following data:
  * Password Strength Score
  * Password Reuse Score
  * Number of Breached Records
  * BreachWatch - Enabled/Disabled
  * Two-Factor Authentication - Enabled/Disabled

![Various Widget Sizes](/files/-MVJn5TGFwh_fCtNsV9p)

* IOS-5942: Keeper automatically fills the user's email address during account recovery

## Bug Fixes

* IOS-5931: Users are prompted to reset Keeper after initiating account recovery on initial login
* IOS-5929: Error message received with text key on attempt to login to KeeperFill with a locked account
* IOS-5926: Users are prompted for their Master Password after Face ID and KeeperDNA authentication are successful
* IOS-5854: Record history appears blank after the user changes the record password
* IOS-5922: Keeper Push pop-up fails to dismiss after a selection is made
* IOS-5920: "Encryption Error" occurs when the user attempts to change their Master Password while in offline mode
* IOS-5936: Users are unable to tap the "Change Password" button in Keeper's in-app browser
* IOS-5873: The "Reset Master Password" screen persists after session timeout without an error message
* IOS-5952: Attempting to login after device approval via email generates an error message


---

# 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.keeper.io/release-notes/jp/mobile/apple-ios/older/ios-version-15.4.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.
