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

# Kalipso 5.0.0 - Build 200313

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

### New Features

* Added the ability to navigate between tabs in the properties of a Report Control using the F3 key.

### Kalipso Designer

* Fixed issue defining the source of an Image control of a Report as an Expression. When adding a Local Variable, 'LVAR' was being inputed instead of 'RVAR'.
* Fixed issue printing the Project. An error could be produced when printing the Multi-Language Texts.
* Fixed issue trying to import the Targets for the "Show Form" Action when the Form is from a Linked Project.
* Fixed issue deploying Reports. It was possible that not all Reports were deployed.
* Fixed display issue of 'Update Project' Action. Parameters after 'Communication Profile' were being misinterpreted. The action would still execute correctly though.
* Fixed display issue in 'Present Form' Action. There was a blank space at the top of the window.
* Fixed issue when creating "Show Popup" Action. In the scenario where the user selects a Target but doesn't provides a Return Value for the Fixed List options, the 'IF' Actions create to evaluate the return of the 'Show Popup' would get an erroneous parameter.
* Fixed issue editing a Resource. When going back to the Resources list, the item would be duplicated. This causes no problem.
* Fixed issue pasting Forms or Controls. If there was the need of pasting a Font Resource, The Resource might got pasted due to an error checking its existence.
* Fixed issue deleting a Resource. The Resource, although correctly deleted, might still be displayed until the Resources window was closed.
* Fixed issue activating the Customized Border in the Properties Toolbar. Underlying parameters like 'Border Color' weren't being activated.
* Fixed display issue in 'Set DB Profile Parameter' and 'Get DB Profile Parameter'. The name of the Profile wasn't being displayed correctly.


---

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