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

# KeeperChat Client Release 4.4.0

## Bug Fixes

* CC-1788: Chat icon was disabled after invite accepted
* CC-1797: Rename Invite to Save button
* CC-1672: Fixed padding in All contacts
* CC-1807: Fixed notifications issue for new messages
* CC-1663: Auto-logout feature didn't work on Windows when clicked outside of the app
* CC-1808: Fixed errors when accepting an invite
* CC-1809: Fixed crash on Windows in AU region during login
* CC-1811: Set status message on iOS upon registration
* CC-1701: Fixes share from Gallery feature on Windows
* CC-1810: Fixed missing invite issue on Windows
* CC-1825: Edit options in the background of Tab menu in Gallery on iOS&#x20;

## Features and Improvements

* CC-1806: Enable Face ID by default on iOS


---

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