# Documentero Roadmap / Changelog

### Changelog

#### April 2026

* Dashboard – Added account usage statistics
* Template Overview – Added per-template usage statistics
* Activity Logs – Introduced filtering by activity type
* Notifications – Added quota usage alerts at 80%, 90%, and 100% thresholds

#### March 2026

* Date formatter - "inputFormat" parameter added

#### February 2026

* HTML field (Word/PDF) - Various small improvements, HTML Entities decoding
* XLSX (Excel) - Dynamic sheet names, conditional sheets
* XLSX (Excel) - Dynamic column tables (Dropping empty columns in named tables)

#### December 2025

* HTML field - Improvements
  * Added support for hr, ins and blockquote element
  * Improved pre element newlines handling

#### November 2025

* Power Automate Integration
* App & API Performance Improvements

#### October 2025

* n8n Integration - Official verified community node
* AI Module - Added ability to generate content for HTML/Markdown fields
* AI Module - Improvements & GPT-5 model support
* Integrations Gallery

#### September 2025

* HTML field - Various improvements:
  * Images - Support for 'max-width', 'max-height'. Adjusting to available template space
  * Added support for elements: col, colgroup
  * Added support for styling properties: 'text-decoration', 'margin-top', 'margin-bottom' and 'max-width', 'max-height' for img elements
  * Support for links with images
  * Support for auto-calculated and defined columns widths
  * Support for nested tables
* Field formatter added - Trim - Remove whitespace before/after text

#### August 2025

* Template Gallery - 1000+ Examples of .docx / .xlsx templates available from the app/editor
* "Inter" font support for PDF exports

#### June 2025

* Excel (XLSX) templates support - Generate real excel files based on provided data
* New options to API (alternative authorization via header; new fields emailCC, emailBCC)

#### May 2025

* PDF Performance - Improved & Faster .PDF files generation
* QRCode field - generate dynamic scannable QRCodes based on passed data

#### April 2025

* Markdown input format support
* Mermaid Charts/Diagrams Support in HTML/Markdown

#### February 2025

* HTML field - extended elements support: del, pre, code, del, ins, s, ins, em
* Image field - added webp. image format support
* Bugfixes and small improvements

#### September 2024

* Embeedable Form Styling Customization
* Frequently Asked Questions added to documentation

#### **July 2024**

* Improvements to Smart Sections and template variables (Handling 0 and empty values)

#### June 2024

* Albato Integration

#### May 2024

* HTML Parsing Improvements
* Support for links (a elements) in html
* HTML & Images - Improved quality of images passed to documents

#### March 2024

* Option to provide emailSender, emailFooter when using API & Email feature.
* Option to pass HTML for emailMessage when using API & Email feature.
* Nested \<ul>, \<ol> lists support in HTML field

#### February 2024

* New, Searchable Improved Documentation

#### January 2024

* Bulk Document generation from Spreadsheets

#### December 2023

* Multiple recipents support on document generation over API
* Dedicated WebFlow Plugin

#### November 2023

* [Make.com](http://make.com/) (Integromat) Official integration
* Markdown Formatting Support for Info/Text Before/After Fields

#### October 2023

* Dedicated [Bubble.io](http://bubble.io/) Plugin
* Export / Import Form Data&#x20;
* Export pre-filled customer data & send to email in shared forms

#### September 2023

* Generate documents using ChatGPT
* Link Field Type
* Template Overview - UX Improvements

#### August 2023

* Embed Shared Form as a Widget on your Website
* [Make.com](http://make.com/) Integration - Official Integration

#### July 2023

* HTML Field Support - Pass html as field text - it will be formatted in Word/PDF document.

#### June 2023

* Official Integrately Integration
* [Make.com](http://make.com/) Integration - Pending Approval
* Contains / Notcontains - New Conditions for Smart Sections
* Custom text paragraphs between form fields

#### May 2023

* Ability to send documents to multiple emails
* Conditional Form Fields - Show Fields based on conditions/formulas and other field values.
* Time / Date Formatters - Format Date or Time Based on Country / Timezone
* Pabbly Connect Integration - Done

#### April 2023

* Multi-Language support for App Interface and Shareable Forms
* Image maxSize and size Filters (resize an image to target dimensions in the document)
* Send a document as an email attachment using API
* Integrations Page (workflow management directly from Documentero)

#### March 2023

* Images Support for Forms
* Images Support using API Requests (base64)
* Images Support in Templates (new special tag)
* Zapier Integration

#### February 2023

* Create Documents using a WYSIWYG online editor
* Template Overview Page

#### December 2022

* Export to PDF Feature
* In-App Help & Youtube Tutorials

#### February 2022

* Customizable document generation forms
* Public shareable forms


---

# 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://docs.documentero.com/documentation/general/documentero-roadmap-changelog.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.
