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

# Kalipso 5.0.0 - Build 200925

{% hint style="success" %}
Release date: 2020-09-25
{% endhint %}

### New Features

* Added the ability to tile all open forms.
* Added the ability to cascade all open forms.

### Kalipso Designer

* Fixed issue opening a Database Table from the Find results.
* Fixed issue opening Project. Sometimes, Forms and Reports would be pushed further away from their original position, towards bottom right corner of designer area.
* Fixed issue deploying a Project when a single quote was used in the parameters of a 'Print' Action.
* Fixed issue with 'Close All' option when right-clicking the Project Tree. If the node was from the 'Main' folder or no folder was found, nothing would happen.
* Fixed issue with 'Open All' option option when right-clicking the Project Tree. If the node was from the 'Main' folder or no folder was found, nothing would happen.
* Fixed issue canceling the printing of a Project. An error message would be displayed and if the 'Export Screenshots' option was active, it would still execute.
* Fixed issue canceling the printing of a Project. Depending on the section being printed when the canceling occurs, a crash would be produced.
* Fixed issue deleting a Communication Profile. If the profile was being used by a Database Connection Profile, an error message would be shown while looking for 'SQL Advanced' Actions.
* Fixed issue adding or editing a Communication Profile. If a reference to the new name already exists, it would not be recovered.
* Fixed issue editing Form properties. If 'Horizontal Scroll' was checked, spinner regarding form width wouldn't get enabled.
* Fixed issue editing Form properties. If 'Vertical Scroll' was checked, spinner regarding Form height wouldn't get enabled.
* Fixed issue generating Component. A file necessary to deploy Project Folder was missing from the Component.
* Fixed issue generating Project Folder. When linked to a Component, the corresponding KDB file would not be deployed.
* Fixed issue generating Project Folder. When linked to a Component that in is turn is linked to other Projects, an error message was missing.
* Fixed issue launching second instance of Kalipso. Temporary folder was being cleaned despite another instance was already running.
* Fixed issue dragging items to a Form.
* Fixed issue displaying font property in the Properties Toolbar.
* Fixed issue switching a container's Plane through the "Move to Plane" context menu option. Children controls would not be moved although they would keep displaying correctly.
* Fixed issue resolving relative path when no common part was found.
* Fixed issue when copying a value to a certain language in a Multi-Language view.
* Fixed issue translating Project. At a certain point, if would be possible to select the same Language as Source and Target.
* Fixed issue translating Project. Some columns of the grid were allowing edition.
* Fixed issue translating Project. InputBox's 'Hint Text' and TabItem's 'Title' properties weren't being displayed.

### KClient

* Fixed bug in Windows KClients in "Item Added Background Thread" event that could cause a an application crash or deadlock.
* Win32 clients did not trigger Whenever Modified on multi-line inputs, when the change was made programmatic ally.
* Updated Android KClient to allow image URLs to use https with untrusted certificates like other KClients do.
* Updated Simulator to show Variables Names in ElseIf conditions in the Trace Window.
* Fixed repaint issues in ComboBox with custom border in Win32 clients .
* Fixed bug in Win32 clients connecting to MISCommunicator with TLS encryption, KClient was using the configured certificate fingerprint to validate the public key fingerprint, instead of the configured public key fingerprint.
* Fixed issue in Windows 10 KClient controlling keyboard in numeric text boxes, that would prevent TAB from working.
* Migrated Desktop KClient MediaPlayer Control engine to a newer library to support additional media types. Older engine only supported a few of older media file formats.
* Fixed bug on Android calculating Automatic Table Column Width for Headers when the header size was being calculated with the lines font size.
* Fixed issue on Android with Keyboard action on Android 8.0 that could cause the application to crash.
* Fixed issue on Android with LoadAPK/RunAPK actions on Android 8.0 that could cause the load of the APK to fail.
* Updated Win10 client to better handle font size on device rotation when rotation is not defined as Custom Management.


---

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