> 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/desktop/web-vault-+-desktop-app/older/vault-version-15.0.18.md).

# Vault Version 15.0.18

## Features

* KDE-990: Support for logout timer with more than 1440 minutes

## Bug Fixes

* KDE-1021: Errors when logging into Azure
* VAUL-4643: Login hangs when a user converts from Master Password to Cloud SSO
* VAUL-4644: Record "info" screen is not showing the user who made the change
* KDE-839: Update Electron framework dependencies
* KDE-1009: Update Electron framework
* KDE-1005: Touch ID + Yubikey + using a backup 2FA method fails login
* KDE-1007: Signing in on KeeperFill for Apps using SSO and Duo not receiving verification email
* KDE-1013: Clicking to copy a field sometimes didn't copy
* KDE-1011: Better handling of Logout Timer setting
* KDE-990: Logout Timer improved handling and support for more than 1440 minutes
* KDE-1018: Windows Hello activation issue on Microsoft Store version\ <br>


---

# 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/desktop/web-vault-+-desktop-app/older/vault-version-15.0.18.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.
