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

# Kalipso 5.0.0 - Build 241009

{% hint style="success" %}
Release date: 2024-10-09
{% endhint %}

### New Features

* Added support for Chainway barcode devices.
* Added ability to manage app permissions with new Actions 'Has Permission' and 'Request Permission'.
* Added ability to use Google Code Scanner has default barcode reader.
* Added a new level to "JSON Import to Table".

### Kalipso Designer

* Fixed issue loading WebService details.
* Fixed unknown compilation error in 32 bits version of Kalipso.exe.
* Fixed issue editing a PMLTEXT function when the Linked Project wasn't specified or didn't existed.

### KClient

* Fixed bug on iOS, when calling "Clear Draw" was not clearing the "is painted" flag.
* Fixed issues with PDF print engine in windows with Unicode Characters, it could calculate incorrectly align right and center aligned fields.
* Updated Chainway SDK for faster inventory start on newer Chainway devices and also RSSI reporting was not working on some devices that support it.
* Fixed issue with "Native Activate Recognizer" on Android. In blocking mode it could fail to activate the engine and return with error immediately.
* Fixed bug in Win10 client in "Json Import To Table" applying "Decimal Separator" parameter. It was not correctly applying this parameter and could generate errors importing JSON.
* Fixed bug in iOS client that could cause "Decrypt Symetric" to fail decryption.
* Fixed bug in iOS client in "Extract Document", when choosing "Original Color" it would always fail.
* Fixed bug on Android KClient that could prevent RunAPK from executing on Android14 or higher due to not turning APK file to Read Only.
* Update made to iOS to workaround a bug that exists on iOS 18 on components() function executed on Strings bridged from NSString, that would cause most Kalipso functions not to work.
* Fixed bug in Urovo "RFID Start Inventory" Action, when selecting EPCID has tag filter, that would cause inventory start to fail, and selecting other type of filter would cause tags not to be returned.


---

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