> 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/vault-release-18.0.1.md).

# Vault Release 18.0.1

## Improvements&#x20;

* **VAUL-8335**: Improved accessibility throughout the Notification Center.
* **VAUL-7914**: Added a "Location" dropdown to record creation so you can easily see and choose the target folder when saving a new record.
* **VAUL-8353**: The import tool now prevents importing empty shared folders, reducing clutter in your vault.
* **VAUL-8882**: Improved login reliability for just-in-time (JIT) provisioned users by supporting extended timeouts during account creation.
* **KDE-2062**: Replaced an outdated context menu library to resolve a security vulnerability and improve right-click menu reliability.
* **KDE-2063**: Removed unused dependencies to reduce app size and improve performance.
* **KDE-2076**: Updated the brace-expansion dependency to address an SBOM security finding.
* **KDE-2058**: Improved overall code quality across the Desktop Vault codebase.
* **KDE-1669**: Added support for generating self-signed Windows builds for internal testing.

## Bug Fixes

* **VAUL-8572**: Fixed an issue where breached passwords in Keeper Drive were not being flagged as breached on records.
* **VAUL-8853**: Fixed a bug that prevented enterprise users with "Can create folders in shared folders only" permission from creating folders via the right-click or overflow menu.
* **VAUL-8448**: Fixed an issue where multiple silent notifications were triggered unnecessarily after a successful import.
* **VAUL-7683**: Fixed a bug where the ARAM event was incorrectly triggering for password changes when it shouldn't have been.
* **VAUL-8347**: Fixed an issue where shared folders were not being imported correctly.
* **VAUL-7949**: Fixed a bug where the Hostname/IP field name on custom records could not be customized.
* **VAUL-8489**: Fixed a display issue where the Address field title would run off the edge when adding a custom field.
* **VAUL-8833**: Fixed import record icons that were not displaying correctly in dark mode.
* **VAUL-8877**: Fixed import folder icon colors that appeared too dark in dark mode.
* **VAUL-8832**: Fixed inconsistent loader styling across the application.
* **VAUL-8876**: Fixed an issue that allowed PAM resources to be incorrectly created through the Keeper Drive wizard.
* **VAUL-8879:** Fixed some dark mode issues with the connection dock.
* **KDE-1976**: Fixed an issue where the Mac app would freeze when entering your Security Key PIN.
* **KDE-1830**: Fixed a bug where App Fill hotkeys would stop working after a period of time, requiring a restart.
* **KDE-2059**: Fixed the PIN entry screen so it displays correctly in dark mode.

## Web Vault Update Instructions

* To ensure you're using the latest Web Vault, simply reload the vault login page (or Shift+Ctrl/Cmd+R to force refresh)

## Desktop Update Instructions

* If you installed Keeper Desktop directly from the Keeper website, download the latest version from:\
  <https://www.keepersecurity.com/download.html?t=d>
* If you installed Keeper Desktop from the Mac App Store or Microsoft Store, visit the store to perform the update.


---

# 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:

```
GET https://docs.keeper.io/release-notes/desktop/web-vault-+-desktop-app/vault-release-18.0.1.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.
