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

# Kalipso 5.0.0 - Build 200904

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

### New Features

* Added the ability to set a Control's Style from the Properties toolbar.

### Kalipso Designer

* Fixed issue accessing Global/Local Action Sets through the menu available in the properties window of a Control.
* Fixed issue moving action to the end of an Event through drag-and-drop.
* Fixed issue auto-adjusting a Table's Columns through double-click when the Table was inside a container.
* Fixed issue displaying the number of search occurrences in Actions when opening from the Find feature.
* Fixed typo in Media Player control properties.
* Fixed issue creating Report controls in a Report without Focus.
* Fixed issue running Kalipso in windows version below 8.1/Server 2012 R2.

### KClient

* -Added support for FTS5 in SQLite engine.
* Fixed issue on Android, GetProperty for text in images inside Loopers could not return any value.
* Fixed issue in multi-line fields that caused page change in Reports.


---

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