> 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/260602.md).

# Kalipso 5.0.0 - Build 260602

{% hint style="success" %}
Release date: 2026-06-02
{% endhint %}

### Kalipso Designer

* Fixed an issue resizing Report Images or Barcodes using the top resize handles.

### KClient

* Fixed an issue in the Win10 client where Table Control columns could become slightly wider when Windows display scaling was enabled.
* Fixed an issue in the iOS client where assigning an image with a width or height of 0 could cause the app to crash.
* Updated the Zebra RFID SDK to version 2.0.5.238, including the latest fixes and improvements.
* Updated the iOS client to force invisible controls to lose focus, preventing them from receiving keyboard input.
* Fixed an issue in Windows clients where low timeout values on ODBC/OLEDB connections to MISCommunicator could incorrectly trigger a "Connection Lost" error due to delayed KeepAlive messages.
* Updated the Android Intent Barcode Scanner to ensure compatibility with Android 14 and later devices.
* Fixed an issue in the Win32 client where SendEmail could incorrectly encode some non-ASCII characters.


---

# 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/260602.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.
