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

# Vault Version 14.10.0

## Features & Enhancements

* **Launch Icon -** A launch icon has been integrated into KeeperFill, allowing users to quickly navigate to a record's URL with one click from within their Vault.
* **Password Boss Added as Import Option -** Password Boss has been added to the extensive list of existing password managers users are able to import their passwords from (JSON file).&#x20;

## Bug Fixes:

* **Fixed:** Once configured, custom hotkeys for KeeperFill are not functioning properly when user closes and reopens app.&#x20;
* **Fixed:** Desktop version does not retain the device token for two-factor authentication if a Web Vault enforcement is set (Enterprise customers).
* **Fixed:** Issues regarding Touch ID, including the added visibility of a prompt to initiate Touch ID at the login screen.&#x20;
* **Fixed:** When registering for a new account (SSO), user receives an error message indicating their email address is already in use with that Enterprise SSO Login.
* **Fixed:** A blank screen appears when records are filtered to view only those with TOTP codes.&#x20;
* **Fixed:** Language updates are not automatically reflected in the "Identity & Payments" section.


---

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