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

# Kalipso 5.0.0 - Build 250707

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

### New Features

* Added ‘App Set Icon Badge Number’ Action that allows you to set the number badge in your App’s Icon.
* Updated Android KClient to target SDK 35 (Android 15) to meet latest Google Play requirements.

### Kalipso Designer

* Fixed issue in Find. Actions that don't display all its parameters like 'XML Import to Table', 'XML Export From Table', 'JSON Import to Table' and 'JSON Export From Table' weren't being listed to the user event if the search value was found on them.
* Fixed issue editing Database Table. Columns shouldn't me movable.
* Fixed issue using Zip files in Windows Server.

### KClient

* Updated Win10 client not to hide the form when calling Calendar Keyboard from a non-maximized form.
* Fixed bug on iOS when handling strings with characters that use surrogate pairs for UTF16 representation that could cause App to crash.
* Fixed issue with Chainway Barcode SDK on Android, that was causing BarcodeConnect to succeed with Chainway SDK even on non Chainway devices.
* Updated Android image loader to load http images in background like iOS and Win10 clients do.
* Fixed bug in Win10 client that would cause App to crash when calling WakeLock() from a background thread.
* Updated iOS Charts library to latest version. This was preventing submissions to AppStore due to missing privacy manifest for this library.
* Fixed bug in iOS client, when using SetProperty on controls inside loopers to change the underline property could cause incorrect text to be displayed.


---

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