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

# Kalipso 5.0.0 - Build 210301

{% hint style="success" %}
Release date: 2021-03-01
{% endhint %}

### New Features

* Added an 'Add' button to add Columns in 'JSON Import to Table as an alternative to right-click.
* Improved loading of Templates. Templates are now loading 'on demand' instead of in the loading of Kalipso.

### Kalipso Designer

* Fixed issue with Voice licensing for Portuguese Brazilian and Netherlands Dutch.
* Fixed issue with 'GS1 EPC Encode' and 'GS1 EPC Decode'. Actions weren't showing up in the auto-complete feature and were returning an error when selected in the Tree.
* Fixed issue moving a Label to last focus order position.
* Fixed issue refreshing Stored Procedure's parameters. If the Stored Procedure had no schema, the parameters wouldn't load.
* Fixed issue in Report Label properties. When selecting Underline, Kalipso was setting Italic and vice-versa. This would happen only if Bold and Strike-through were off.
* Fixed typo editing a Report Image source as expression.
* Fixed issue adding multiple Columns in 'Select' Action. When switching table, more than one column was getting selected.
* Fixed issue auto-renaming variables. If after creating an Action where auto-renaming occurred a new Action was canceled, the renaming would rollback.
* Fixed issue refreshing a Linked Project/Component. A temporary entry would appear in the Project Tree.
* Fixed issue incrementing the Column Index of a Column in a Report Table. The value would jump from 0 to 2.
* Fixed issue editing a Report Table. The correct query would be selected but the content displayed might belong to other.
* Fixed issue renaming Control in Properties toolbar. Sometimes, only numbers were accepted.

### KClient

* Updated Datalogic SDK to latest version (1.25).
* Fixed issue on Android with Non Full Screen Forms, that could cause lower right corner to be cut off.


---

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