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

# Kalipso 5.0.0 - Build 200302

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

### New Features

* In Project Properties, "Default View" and "Allowed Views" icon and label are now dynamic and adapted to the selected Device screen dimensions.
* Added "SHA256" to "Finger Print Type" parameter of "FTP Connect".

### Kalipso Designer

* Fixed issue reassigning Variables. An error would be produced.
* Fixed issue creating a Table Based Form in SQL Statement mode with more than one Plane.
* Fixed issue renaming a Form. If the Form had a Tab Control, an error would be produced.
* Fixed issue retrieving the text representation of an "Execute Global Action Set" Action with Parameters.
* Fixed issue when using sub-parameters in "JSON Import to Table".
* Fixed issue when overriding "Allowed Views" Project Settings in Form properties.
* Fixed issue when returning from Project Properties. If the "Default View" changed, the change would not be reflected in the Designer.
* Fixed issue creating a Report an using Variables.
* Fixed issue in "Set Communication Profile Parameter".


---

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