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

# Kalipso 5.0.0 - Build 241113

{% hint style="success" %}
Release date: 2024-11-13
{% endhint %}

### New Features

* Added a 2 more levels to "JSON Import to Table".
* Added ability to search Global Action Sets in the Global Action Sets window.

### Kalipso Designer

* Fixed issue adding/removing Sections to a Scroll Area. Actions would not be updated so "Scroll Area Set Section Property" Actions could refer to a different Section.
* Fixed issue moving Global Action Set to Folder. Global Action Set wasn't being flagged as 'Change' and the Folder change not be saved.
* Fixed issue editing Global Action Set. Global Action Set Folder was being reset back to Main.
* Fixed issue in "SELECT" Action. When selecting a Target, if "Auto Rename" was checked, the stored Variable would not be the one selected.
* Added validation to prevent user from specifying a Number of Docked Columns higher than the actual number of Columns.
* Fixed issue restoring an Automatic Backup. Git repository wasn't pointing to the HEAD of branch Master, causing further changes to backed up without branch.

### KClient

* Fixed bug in iOS client in the allowed orientations management of the forms. After closing a form, it could incorrectly allow all orientations.
* Fixed bug in Win10 client that could cause App to crash when using PrintPDFOnServer and the specified PDF file did not exist or was not accessible.
* Updated Google Code Scanner to allow retrieving barcodes in non UTF8 compatible format.
* Fixed issue on Android in Activity sensor that could cause App to crash due to changes in permission configurations in latest Android SDKs.


---

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