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

# Kalipso 5.0.0 - Build 250122

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

### Kalipso Designer

* Fixed issue setting the 'Width' of a Scroll Area Section in 'Horizontal' Orientation.
* Fixed issue detecting Java's architecture.
* Fixed issue opening a Function's interface when expression editor supports both Tables and Functions.
* Added ability to set and retrieve the Project's 'Android Camera Scan Mode' property by Action.

### KClient

* Added additional check at startup in Android KClient to detect incorrect screen configuration for automatic layout and re-arrange if necessary.
* Fixed bug on Android KClient that could cause App to crash when calling SetValue on a Read Only TextBox with masks and the value was invalid for the field type.
* Updated Zebra scan interface to remove Code128 default length limitations.
* Updated Android KClient to scroll due to SetSelection in a manner to prefer to leave the top/left part of the item completely visible like other KClients.
* Updated Win10 KClient to minimum Windows version 1809 (November 2018).
* Updated Win10 KClient to use Webview2 component in the HTML Viewer control to support current javascript requirements. Previous Webview component was incompatible with several javascript libraries like Google Maps.
* Updated Android KClient Zebra scanner SDK interface to default the bookland format to ISBN13 instead of ISBN10. ISBN13 is the standard since 2007.
* Updated Win10 KClient in action SendEmail when having attachments or html format email, to use .msg files to be opened by Outlook instead of using Windows API. Windows API has a known limitation of only being able to send attachments with Mail App from Microsoft. But this App has been discontinued, rendering the Windows API useless for sending emails with attachments.


---

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