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

# Kalipso 5.0.0 - Build 231023

{% hint style="success" %}
Release date: 2023-10-23
{% endhint %}

### New Features

* Added support for Unitech RFID devices.
* Added the ability to specify which Local Action Sets should be exported in a Component, to be available for 'Invoke Form Local Action Set' Action.

### Kalipso Designer

* Fixed issue in 'NordicID NUR Set Password' and 'NordicID NUR Kill Tag'. Password related parameters were defined as 'String Expression' when they should be 'Numeric Expression'.
* Fixed display issue in 'Train Profile' Action.
* Fixed issue undoing Actions.
* Fixed issue deleting a Form with Table controls.
* Fixed issue setting the scroll of the Properties Toolbar. Calculation was DPI Dependant, which might block the access to some of the properties.
* Fixed issue generating APK. Existence of the signature file was being done only at the signing process, instead of the beginning of the APK generation.
* Fixed generic error related to Targets. When a Target couldn't be a Temporary Variable, Kalipso was allowing the selection of one if the Action was in a Global Action Set.
* Fixed issue dispatching windows messages when opening a Global or Local Action Set.
* Fixed issue pasting a Form. The previous copied Form would be pasted, instead of the one currently in the clipboard. At the first attempt, an error would be produced.
* Fixed issue loading an ICO file when already in use by another process.
* Fixed issue loading a Linked Project. Local Action Sets weren't being loaded, so 'Invoke Form Local Action Set' would not display Linked Form's Local Action Sets.

### KClient

* Updated Datalogic SDK to version 33(latest) to support GS1 Datamatrix and GS1 QRCode.
* Fixed bug in Win10 KClient for Button controls inside Loopers. Calling 'Get Property' of the value of a Button outside the screen could return the incorrect value of that Button.
* Adjustments made to KClients to allow to open Forms from non-top Forms.
* Updated auto resize feature to support new navigation bar on large screen devices with Android 12L or higher.
* Fixed issue in iOS and Android KClients, that could cause app to crash or return empty value when trying to retrieve the value of a ComboBox inside a Looper in the 'Item Added' event of that Looper.
* Fixed issue with Date and Time Functions on iOS KClient that could cause changes made by the user on the Device Settings to make these functions not to work.

### MIS Communicator / KDriver

* Fixed issue in 'Run Process On PC' and 'Shell Execute On PC' that was not allowing to run processes in a network path starting with "\\".


---

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