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

# Kalipso 5.0.0 - Build 250602

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

### New Features

* Updated ‘Get Network Adapters Info’ so that ‘Target SSID’ and ‘Target BSSID’ aren’t mandatory.

### Kalipso Designer

* Fixed display issue in 'JSON Export from Table'. Encoding was always displaying 'Unicode UTF-16 LE' instead of the selected option.
* Fixed issue deploying APPX. Added new Restricted Capability when deploying APPX.

### KClient

* Fixed bug in all KClients, using "PVAR" as target in Keyboard action was not working.
* Fixed bug in Win10 client, Shape controls were intercepting click events and they shouldn't.
* Updated Zebra RFID SDK to version 2.0.4.192 to support the latest devices.
* Fixed issue on Android client with Switch "On" and "Off" text, text was appearing inside the thumb and not on its side like in other KClients.
* Update to SMTPSendEmail to encode Headers according to RFC 2047 to make it compatible with older systems for non ASCII characters.
* Fixed bug in Win32 clients, using direct edit mode on Table controls with masks would incorrectly apply the mask on the entered text.
* Updated Android Firebase Push Notifications library to BOM version 32.1.0.
* Updated Android OCRExecute and BarcodeRecognize Firebase ML Vision to version 24.1.0.


---

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