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

# Kalipso 5.0.0 - Build 210326

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

### New Features

* Added the ability to open an embedded browser through 'Shell Execute' Action.
* 'Deploy Folder' path is now relative to Project's source folder for every type of deploy.
* Added the ability to enable/disable animations like tab scrolling.

### Kalipso Designer

* Fixed issue in 'Exec Global Action Set', 'Exec Local Action Set' and 'Exec Form Local Action Set'. In scaled screens, 'Save' and 'Cancel' buttons would be out of bounds.
* Fixed issue trying to set/unset 'Export' property pf a Linked Project/Component.
* Fixed issue in 'FTP Get File' and 'FTP Put File'. 'Transfer Mode' parameter was showing incorrect values.
* Fixed issue switching Table in 'Insert' Action when no defaults were loaded.
* Fixed issue creating 'Set Recognition' Action. If shortcuts to Voice Settings would be used, unwanted words would be selected.
* Fixed issue editing 'Set Recognition' Action. If shortcuts to Voice Settings would be used, the selection of used words would be lost.
* Fixed issue editing Voice Settings. In certain cases, empty values for Decimal Separator and Confirmation Word were being allowed.
* Fixed issue loading Words in Voice Settings.
* Fixed issue in Project properties. Voice Settings shortcut wasn't working when activating ASR or TTS for the first time.
* Fixed issue loading Controls in Reports that show up in the bottom-right corner.
* Fixed issue editing 'App Center Log Event' Action. Property's Value wasn't loading correctly.
* Fixed issue editing 'Set Recognition' Action. If a reload of the Words list would be necessary, one of the defaults might cause an error.
* Fixed issue opening a Project from the 'Recent Projects' list. The casing of the original file would not be respected.
* Fixed issue editing a Default value in 'JSON Import to Table'. The expression would not display the correct value.
* Fixed issue adding Template. Some Kalipso installations were missing some necessary files.
* Fixed issue displaying a Table's Indexes. Index's Columns would be wrongly sorted.
* Fixed random issue monitoring file changes in Linked Projects/Components.
* Fixed issue editing Control's properties. If 'Bold' was enabled combined with 'Italic' and/or 'Underlined', those options might not be selected.
* Fixed issue editing 'Font Properties' in the Properties Toolbar.
* Fixed generic issue in zip files generated by Kalipso. A 'Header' error could be displayed in some compressed files software when decompressing.

### KClient

* Fixed bug that could cause simulator to crash when changing the value of a numeric variable in the variables Window.
* Fixed bug in Android client that would cause App to crash on Android 4.4 when calling SensorEnable for Location.
* Fixed bug in Win32 clients, when changing the looper selection using the TAB key to navigate input controls, it would not update the looper selection.
* Fixed bug applying Text Alignment to chekboxes with custom image, it was not respecting Designer Text Alignment setting.
* Performance optimization in iOS client to DrawControls inside ScrollAreas with scrolling required.
* Performance optimization in iOS client to DrawControls to better handle big drawing surfaces.
* Fixed bug with Tab Control inside Loopers, switch the current tab would not update the looper selection.
* Fixed Win32 client to show project name in taskbar instead of Kalipso while App is starting.
* Fixed bug in Win32 client that would cause combo box selector to immediately close when inside a Looper with a Selection Style active.
* Updated KConfig.exe to correct the Kalipso version information in the EXE file to 5.0.
* Fixed bug in Linked controls, when inside a ScrollArea, TabControl or Looper, they would not correctly be associated to the linked table/column.


---

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