# April 2018

### Bug Fixes

* Password Reset for Users Without Email
  * Users without an email address can now reset their passwords after logging in.
* Convert JPG to PDF
  * Ability to generate PDF output from JPG images.
* Convert PDF to JPG
  * Ability to generate JPG output from PDF files.

***

### Customization Of White-Label

* White-Label Service
  * Ability to white-label the Straatos MyHome and Admin Panel interfaces to match a customer’s corporate branding.
  * Customizable elements include:
    * Favicon.
    * Company logos.
    * Color themes and fonts.
    * Custom URLs.

***

### Language Localization

* New "Export from" and "Import to" Excel functions added in the Admin Panel (under Group Settings).
* This feature simplifies language translation of the MyHome interface:
  * Export the current web labels in English (Excel format).
  * Translate the text into any desired language.
  * Import the edited Excel file back into the Admin Panel for implementation.

***

### Security & Access Control

* Document Time-Based Access Control:
  * Designed for server-to-server integration with third-party web services that do not support token-based security.
  * Process administrators can configure a time-limited document access window (within minutes from creation).
  * Once the third-party service processes the document and returns results, the document becomes inaccessible after the set duration expires.

***

### Processing & Workflow Automation

* OMR and OCR Zonal Setup - User Interface:
  * A new graphical template configurator has been added for setting up OMR (Optical Mark Recognition) and OCR (Optical Character Recognition).
  * Simplifies forms processing setup for administrators.

* Unzip Functionality:
  * The Unzip function is now available in Task Scripts and Interact API libraries.
  * Uploaded ZIP files in Straatos can be automatically extracted, and the content (images, text files, etc.) can be used in workflow processes.

* Configurable User Viewing of Documents in Tasks:
  * Process Administrators can now configure which types of documents are displayed to users when they work on their tasks in MyHome.

***

If you have any questions, please contact CumulusPro support at <support@cumuluspro.com>.


---

# Agent Instructions: 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://help.cumuluspro.net/release-notes/april-2018.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.
