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

# Kalipso 5.0.0 - Build 200713

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

### New Features

* Added the ability to share a Project.
* Added the ability to access a Project's Automatic Backups even if the Project isn't open.
* Optimized usage of Linked Projects and Components. When leaving the Project properties window, only newly added Linked Projects and Components are loaded.
* Added the ability to connect by Bluetooth to a Nordic ID NUR device.
* Added the ability to use 'Stop Refresh Control' action with a Looper.
* Added new options to 'FTP List Files'.

### Kalipso Designer

* Fixed issue trying to use a Query without Columns in a Report.
* Fixed issue checking Linked Component access when deploying a Project.
* Fixed issue editing 'Get Network Adapters Info'.
* Fixed issue in the Properties Toolbar. When displaying the properties for an Input Box, 'Multiline' property wasn't being displayed. In its plane was 'Mandatory' property.
* Fixed issue in 'Update Project' Action. When setting the mode to 'Update Project', 'Hidden' parameter shouldn't be available, while it should be when mode was set to 'Get Version on Server'.
* Fixed issue generating IPA script for sideloading. Mobile Provisioning file info was misplaced.
* Fixed issue loading Templates. The search for source files was being made recursively, so if a project had Automatic Backups, it would also be loaded.
* Fixed issue editing a sub-table parameter in 'XML Import to Table'.
* Fixed issue adding Forms as Template. Used Resources weren't being added.
* Fixed issue adding/deleting/renaming Folder in Project Tree.
* Fixed issue obtaining a Communication Profile's Name. If the Communication Profile was from a deleted Linked Project/Component, an error would be produced.
* Fixed issue using System Proxy to login in 64 bits.
* Fixed issue creating Controls. A crash could be produced if the control to create would be dragged to a Form where a Container has just been deleted.
* Fixed issue creating a Control in a Looper belonging to a Scroll Area Section. The Control would end up in the Scroll Area Section instead of the Looper.
* Fixed issue dragging a Control over a Container. If the Container was inside a scrolled Container, the control would not go to the desired position.
* Fixed issue dragging a Control over a Container. If the Container was inside a scrolled Container, the highlight would not be displayed in the correct position.
* Fixed issue redoing operation.
* Fixed issue creating a new Form. If the Templates temporary folder was deleted after opening the Designer, an error would be produced.
* Fixed issue testing Project in Windows 10 device through network. Interface wasn't allowing the specification of a port.
* Fixed issue enabling/disabling Form's grid in Edit menu. The setting would not be reflected under Settings menu until reopening Kalipso.
* Fixed issue saving Project when a Java Script was too long.
* Fixed issue generating IPA script.
* Fixed permissions issue generating APK.
* Fixed issue in APK manifest when Rotation Mode set to 'None'.

### KClient

* Fixed bug in Simulator that would cause vars in Simulator Vars Window not to be displayed when "Show Used" option was enabled and a main project variable was updated from a linked project.
* Fixed bug in iOS that could cause App to hang if ShowStatusWindow was called from a Form that was not the current Top Form.
* Added validation to 'Draw Barcode' Data parameter, App could crash if it was empty.
* Updated Android client to more reliably detect internet connection in 'Check Internet Connection' action.
* Fixed bug in Win32 clients in 'Nordic ID Nur Set Password', it was not setting the kill password correctly.
* Fixed bug in Android client that could cause VAL() function not to remove leading zeros from strings.
* Adjustments made to iOS client to the Form PAN handler when controls are ocluded by the keyboard in non full screen forms, to calculate more accurately the necessary scroll.
* Fixed bug in Win32 clients painting combobox background, and assigning popup list row height.
* Fixed bug in Win10 client in JSonImportToTable, applying the "Trim Strings Parameter". In some cases it would not make the Trim.
* Added support to Temporary Variables in filters in 'Synchronize' Action.
* Fixed issue on Android with COMMANDLINE keyword, it could not get cleared when the App was restarted.
* Reduced memory usage by 'JSon Import To Table' in Win32 clients.


---

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