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

# Kalipso 5.0.0 - Build 200330

{% hint style="success" %}
Release date: 2020-03-30
{% endhint %}

### New Features

* Added a 'Clear Search' button near the 'Search Action' box.
* Added the ability to load the necessary number of Targets of an 'Exec Global Action Set' from the corresponding 'Return Values'.
* Improved functionality of 'Set Property' Action when selecting multiple Controls. Until now, if all the Controls were Input Box for instance, the 'State' Property would display only the values common to all Controls disregarding the 'Read Only' possible value.

### Kalipso Designer

* Fixed issue stopping the search of a Linked Project or Component. Although the user were prompted to confirm the stopping, the stopping would not occur.
* Fixed issue when cleaning the Actions search box. When the search box was empty, the previous selected Actions group wasn't being selected.
* Fixed issue refreshing a Linked Project/Component. Operation cannot be done while a search is in progress.
* Fixed issue in 'Show Form' Action. When using the feature to load the Targets from 'Close Form' Actions, if the Form belong to a Linked Project/Component, a crash would be produced.
* Fixed issue converting a Project. If the executable icon didn't exist, an error would be produced trying to create it.
* Fixed issue editing a Combo Box. 'List Height' Property wasn't being correctly loaded.
* Fixed issue in 'Encrypt Symmetric' Action. When editing the Action, the 'Target' parameter was being lost.
* Fixed issue in 'Documentation' window. The documentation path wasn't being displayed.
* Added a tooltip to the 'Open Documentation Folder' button in 'Documentation' Window.
* Fixed issue in the text representation of the 'SQL Advanced' Action. The 'DB Profile' parameter wasn't being displayed correctly.
* Fixed issue listing the tables from an SQLite database through ODBC. Some drivers where returning garbage in the 'Owner' parameter.
* Fixed issue loading Recent Projects. The icon displayed might not match the Project.
* Fixed issue when setting the Synchronization way of a Table. When saying 'Yes' at the prompt to update the 'Synchronize Actions', an error would be produced.
* Fixed issue when trying to access the Voice Settings from the Project Properties window. If TTS or ASR was just enabled, a misleading message was displayed.
* Fixed issue generating Reports. If a Condition was used inside and outside a Block, it could happen that it wasn't closed before closing the block, causing white space to be displayed when printing.
* Fixed issue pasting a Container. Children controls might not be pasted inside the container.
* Fixed issue renaming a Variable when editing an Action. If a parameter was an expression using Project Variables, the reference with be lost.
* Fixed issue resizing a Table Column when the Table is inside a Scroll Area or a Tab.
* Fixed several issues when Editing a Container Cell.
* Fixed issue when changing the Project Language. All the Controls of a Tab would get visible, not only the ones of the selected Tab Item.
* Fixed issue in Project Properties. Improved usage of the 'Allowed Views' options according to the natural orientation of the selected Device.
* Fixed issue creating a new Device.
* Fixed issue in Table control of a Report. If no linked Projects were found or if they don't have a Database, it wouldn't be possible to set the source to 'Tables', only 'Query'.
* Fixed issue loading a Project with Image control linked to erroneous URL.
* Fixed issue displaying error messages in a Deploy process (APK, APPX, IPA).

### KClient

* Added Find to Simulator Trace Window.
* Fixed bug in simulator Vars Window when changing global var value/type for a linked project.
* Fixed bug in Win32 clients drawing Tab Header Text that could cause text to be truncated.
* Fixed bug in DecryptSymetric that could cause App to crash if it was called to decrypt an empty string.
* Fixed repaint bug in Win32 client when changing Radio Buttons Plane with "Set Property".
* Fixed vertical alignment bug in Win32 Desktop clients for Text Boxes.
* Fixed bug in Android in Center or Right Aligned Text boxes inside horizontal Loopers that could cause looper to scroll to first item when clicking on the Text Box.


---

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