> 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-14.10.2.md).

# Vault Version 14.10.2

## Features & Enhancements

* **Support for Chromium-based Edge Extension** - Keeper now supports communication with the Chromium-based Edge Extension recently available in the Microsoft Edge Addons Store.
* **Password Import Instructions Update -** password import instructions for csv files have been created for various password managers.

## Bug Fixes

* **Fixed:** Some third party components of the Keeper desktop app that are not up to date.
* **Fixed:** External displays not detecting previous position of desktop app and returning it to the primary or current display if disconnection occurs.
* **Fixed:** Incorrect prompt received when user launches site from a record's URL on the updated Chromium-based Microsoft Edge browser.
* **Fixed:** Issue causing the Web Vault to prompt for the 2FA token after user logs into the browser extension and opts to remember 2FA token.
* **Fixed:** When creating an account, emails containing special characters are incorrectly being rejected, prompting an invalid error message.
* **Fixed:** Password Boss import failures.
* **Fixed:** Errors received when a user proceeds to log in to the Keeper browser extension upon logging out of their Web Vault (Firefox).
* **Fixed:** Importing records into a shared folder does not inherit the default folder settings that are enabled.


---

# 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-14.10.2.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.
