> For the complete documentation index, see [llms.txt](https://docs.captioneer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.captioneer.com/resources/version-history.md).

# Version History

<table><thead><tr><th width="253">Date</th><th width="102">Version</th><th>Changelog</th></tr></thead><tbody><tr><td>May 23, 2026</td><td>1.7.6</td><td>aescripts framework update<br>Long audio transcription bug fix</td></tr><tr><td>April 13, 2026</td><td>1.7.5</td><td>Trial mode upgraded to 60 seconds</td></tr><tr><td>April 7, 2026</td><td>1.7.4</td><td><p>'Delete' models button</p><p>Models migrated</p></td></tr><tr><td>March 25, 2026</td><td>1.7.3</td><td>License Manager added to Settings</td></tr><tr><td>March 5, 2026</td><td>1.7.2</td><td>New model: "Large V3"</td></tr><tr><td>February 9, 2026</td><td>1.7.1</td><td>New feature: Add Precomps</td></tr><tr><td>January 26, 2026</td><td>1.7.0</td><td>After Effects Release</td></tr><tr><td>January 8, 2026</td><td>1.6.4</td><td>New feature: Sync All<br>Installer updates, improved accuracy of Auto Captions</td></tr><tr><td>December 22, 2025</td><td>1.6.3</td><td>All Captioneer MOGRTs updated with "Fit in Title Safe" option</td></tr><tr><td>November 17, 2025</td><td>1.6.3</td><td>Copy + Paste Motion Attributes</td></tr><tr><td>October 20, 2025</td><td>1.6.2</td><td><p>New Feature: "Also generate a Caption Track" </p><p>Added transcription 'Stop' button</p></td></tr><tr><td>October 8, 2025</td><td>1.6.1</td><td>Bug fixes</td></tr><tr><td>October 7, 2025</td><td>1.6.0</td><td>New feature: Auto Captions &#x26; MOGRT Filters<br>All Captioneer MOGRTs updated</td></tr><tr><td>Aug 12, 2025</td><td>1.5.4</td><td>SRT import bug fix</td></tr><tr><td>Aug 11, 2025</td><td>1.5.3</td><td>aescripts Floating License bug fix</td></tr><tr><td>July 15, 2025</td><td>1.5.2</td><td>Unified activation framework, unified logs, bug fixes</td></tr><tr><td>May 12, 2025</td><td>1.5.0</td><td><p>New MOGRTs by Mat Voyce</p><p>Custom installer, auto-updates, sync Google Fonts</p></td></tr><tr><td>April 2, 2025</td><td>1.4.1</td><td>Support for Caption Track translation in Premiere Pro 25.2</td></tr><tr><td>Feb 14, 2025</td><td>1.4.0</td><td>Auto-install and update Captioneer MOGRTs</td></tr><tr><td>Jan 29, 2025</td><td>1.3.2</td><td>No longer require Admin rights on Windows</td></tr><tr><td>December 29, 2024</td><td>1.3.1</td><td>Captioneer MOGRTs updated for RTL language support (Hebrew, Arabic, Persian)</td></tr><tr><td>December 6, 2024</td><td>1.3.1</td><td>Captioneer MOGRTs updated forinternational languages</td></tr><tr><td>December 2, 2024</td><td>1.3.1</td><td>New Feature: Caption Post-Processing<br>MOGRT Updates: Block &#x26; Karaoke</td></tr><tr><td>November 4, 2024</td><td>1.3.0</td><td>New Feature: Read Caption Track<br>New MOGRTS: 2025 Captioneer MOGRTs<br>Bug fixes</td></tr><tr><td>October 14, 2024</td><td>1.2.25</td><td>New MOGRT: Akira Subtitles</td></tr><tr><td>September 30, 2024</td><td>1.2.25</td><td>New MOGRT: Obviously! Subtitles</td></tr><tr><td>September 16, 2024</td><td>1.2.25</td><td>aescripts Release</td></tr><tr><td>September 4, 2024</td><td>1.2.20</td><td>New MOGRT: Mr Beast Subtitles</td></tr><tr><td>July 11, 2024</td><td>1.2.19</td><td>Bug fixes</td></tr><tr><td>June 21, 2024</td><td>1.2.18</td><td><p>New Feature: Extend standard MOGRTs</p><p>New Feature: Run PPro scripts</p><p>Flashback Japan Release</p></td></tr><tr><td>March 20, 2024</td><td>1.2.11</td><td>Public Release</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.captioneer.com/resources/version-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
