> 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/keeperchat/keeperchat-client-release-5.8.5.md).

# KeeperChat バージョン 5.8.5

## 機能強化 <a href="#enhancements" id="enhancements"></a>

* **CC-2349:** ユーザーにアプリのダウンロードを促す際に Google Playストアのみが開くインテント処理を更新しました。
* **CC-2350:** セキュリティ強化のため、電話番号を変更する際にユーザーがマスターパスワードを入力しなければならなくなりました。
* **CC-2351:** アプリが、「脱獄」 (jailbreak) を施された端末で実行されている場合に、ユーザーに警告する仕組みを導入しました。
* **CC-2352:** セキュリティを強化するために、ユーザーが間違ったパスワードを入力できる回数に制限を設けました。
* **CC-2353:** 実行可能ファイルをダウンロードするときに警告を追加し、受信者にダウンロードを続行する前に潜在的なリスクを認識するよう促すようになりました。
* **CC-2347:** KeeperChatがルート化 (改変) された端末を検出すると、ユーザーにリスクを通知し、適切に使用するよう促すメッセージを実装しました。
* **CC-2346:** 潜在的な脆弱性に対処するためにSkiSharpライブラリを更新しました。

## バグ修正 <a href="#bug-fixes" id="bug-fixes"></a>

* **CC-2345:** PNGメディア ファイルをアップロードしても何も起こらない不具合を修正。アップロード 処理が正常に機能するようになりました。
* **CC-2359:** TOTPを使用した二要素認証の設定時にQRコードが欠落する不具合を修正。
* **CC-2348:** Android上の脆弱な暗黙的インテントに起因したGoogle認証アプリのシークレットの漏洩の不具合に対処。


---

# 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/keeperchat/keeperchat-client-release-5.8.5.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.
