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

# Kalipso 5.0.0 - Build 201007

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

### Kalipso Designer

* Fixed possible issue saving project.
* Fixed issue in Save As, if the user selected the same source file at the same location of the current Project.
* Fixed issue in Automatic Backups. When the automatic backup was created from an automatic save (when deploying), all source files were considered to be updated therefore all of them would be backed up bi GIT, exponentially increasing the size.
* Fixed issue auto-adjusting Table's Columns by double-click.
* Fixed display issue when viewing 'Request Body' property in Web Service Run.

### KClient

* Updated SendEmail action to allow executing without specifying the recipients, so the user enters them manually.
* Fixed bug on Android KClient that caused AppPausing and AppResuming to be executed when using the Keyboard, CameraCapture, BarcodeScan and NativeActivateRecognizer actions.
* Fixed bug in Win32 clients when using TextBoxes in Loopers, calling RefreshControl on the Looper while TextBox had the focus, could cause application to crash.
* Fixed bug in Win10 KClient that could cause App to crash when using Tab Key to navigate the focus and a Button received the focus.
* Fixed bug in JSonImportToTable and XMLImportToTable parsing the default column values when referencing parent tables columns, it would cause no value from parent table to be imported.
* Fixed bug in Win32 clients calling SetPropert for X,Y,Width,Height on controls inside Tabs, Scrolls or Loopers, it would cause controls to be incorrectly positioned.


---

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