> 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-release-16.10.3.md).

# ボルトリリース 16.10.3

{% hint style="info" %}
[プレビュー公開中](/release-notes/jp/desktop/web-vault-+-desktop-app/preview-release.md)です。正式なリリースは2023年8月7日予定です。
{% endhint %}

## 機能

* **VAUL-5688**: パスキーの記録フィールドをサポート。パスキーの管理には、現在プレビュー中のブラウザ拡張機能16.6.0が必要です。
* **VAUL-5502**: バックエンドAPIでの新しいページ分割同期システムのサポート。
* **VAUL-5977**: RESTRICT\_IMPORT\_SHARED\_FOLDERSをサポートし、LastPassから共有フォルダをインポートできないようにしました。
* **VAUL-5999**: スウェーデン語とフィンランド語の言語対応。
* **VAUL-5628**: 日付フィールドを検索可能に。
* **VAUL-5580**: 共有画面に貼り付ける際、メールアドレスを自動的にサニタイズ。

## 不具合修正

* **KDE-1376**: Desktop app can get stuck when the main app is closed too quickly
* **KDE-1381**: Offline records not syncing up properly in Linux
* **KDE-1382**: RPM desktop installer not compatible with RHEL9
* **KDE-1343**: Remove the deprecated browser extension for Safari users, point users to the new App Store version of the Safari extension
* **VAUL-5726**: Deleted items is missing right-click option
* **VAUL-5761**: Remove RSA SecurID from GovCloud environment
* **VAUL-5960**: Right Click New Shared Folder - Records are not being added to folder
* **VAUL-5945**: After changing master password, user can login offline with old master password
* **VAUL-5981**: TOTP URIs with leading white space are not parsed correctly by the vault
* **VAUL-5899**: Large vault search speed is causing delays
* **VAUL-5986**: Advanced search needs to dismiss results upon hitting \<enter> key
* **VAUL-5983**: The record owner is restricted from viewing the password on a V2 record that utilizes the enterprise domain enforcement
* **VAUL-5933**: 508 compliance items (ensure image tags have alt attributes)
* **VAUL-5957**: Drag/Drop file in the vault is adding to the prior record created
* **VAUL-5966**: Drop target incorrect when file is dropped into the vault
* **VAUL-5968, VAUL-5969**: Additional 508 compliance items
* **VAUL-5994**: Select a shared folder and select a record not in the shared folder, right click and delete both. Vault will white screen.
* **VAUL-6053**: Vault scrolls unexpectedly when clicking a folder
* **VAUL-6105**: Security Audit: "reused" count includes owned records w/ the same password as a non-owned record
* **VAUL-6094**: Multiple Share Relationship Invites are being sent after acceptance

## その他の変更事項

* **KDE-1343**: Remove the deprecated browser extension for Safari users, point users to the new App Store version of the Safari extension
* **VAUL-6110**: Removed the manual on/off toggle for logout timer. Users must specify a time (in minutes).
* **VAUL-5947**: Account recovery setup is removed during the onboarding for SSO users.


---

# 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-release-16.10.3.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.
