> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/release-history/250930.md).

# Kalipso 5.0.0 - Build 250930

{% hint style="success" %}
Release date: 2025-09-30
{% endhint %}

### Kalipso Designer

* Fixed issue open Find results from a Database Index.
* Fixed an issue opening Actions when double-clicking Debugger's Trace Window.
* Fixed an issue creating Multi Language Value where IDs might collide.

### KClient

* Fixed a bug in the Win10 client where using the SelectFile action with multiple files returned an empty result instead of triggering OnError when the user canceled.
* Fixed a bug in the Win32 client where sending emails with non-ASCII characters could incorrectly encode UTF-8 data for some languages.
* Fixed a bug in the Win10 client where retrieving text content from XML did not convert escape sequences into their text representation.
* Fixed a bug in the Android client where the timeout parameter for MISCommunicator was not applied to TLS connections.
* Updated event handling in the Win10 client for the Loopers SelectionChanged event to reduce duplicate event execution in some scenarios.
* Fixed a bug with the “whenever modified” event for inputs inside Loopers that could prevent it from being triggered in some scenarios.
* Fixed issues with title bar display on Android 15 and later devices.
* Fixed a bug parsing the password parameter in RFIDSetTagLockState and RFIDSetTagPassword for the Android RFID interface (Chainway, Cipherlab, and Unitech).
* Fixed a bug in the Win10 client that could cause the app to crash when expanding a ComboBox, selecting an item with the keyboard, and then canceling the selection by clicking outside.
* Fixed a bug in the Win32 client where automatic resize for Tab Controls produced incorrect dimensions.
* Updated the Android client to make the Activity sensor compatible with Android 14+ devices.
* Fixed a bug in the Win10 client where right-clicking a table cell with Cell selection mode active did not select the clicked column.
* Updated the Honeywell Android RFID SDK to the latest version.
* Updated the Android client to fully support 16KB page sizes.
* Fixed a bug in the PrintEngine that could cause the app to deadlock when loading query instructions larger than 8KB.


---

# 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://doc.sysdevmobile.com/kalipso5/developing/release-history/250930.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.
