Release Update - Summer 2026
Read about Trint’s latest bug fixes, improvements and new features recently added to Trint across April, May and June 2026.
Release Update - April 2026
New ✨
AI Highlights are here!
AI Highlighting is now a part of the AI Assistant, there to source and define key moments so you don’t have to. It works in two modes – live and pre-recorded – meaning teams can get highlights in seconds, ready to turn into content.
Recent improvements to the AI Highlights feature include:
- The quotes produced from the feature are less frequent and more selective, using a prompt tuned by our VP of Product’s domain knowledge.
- The tool is now triggered on the end of a sentence as well as at the end of paragraph.
- The triggering logic has been optimised, so it is now triggering every 15 seconds, meaning highlights are set to be updated more often, avoiding long delays before the first highlight generated.
For more information about AI Highlights, please see our support guide here or speak to your Customer Success Manager.
Improved 👩💻
Trint ASR version 1.29 release
We now have a build version of our ASR Batch image which is better at handling segments and less likely to miss chunks of transcripts.
Desktop App now uses H264 codec for live streaming
The Desktop App was using an old FLV1 video codec which produces high bitrate compared to the standard RTMP codec H264. The FLV1 codec also doesn't allow for constant bitrate and framerate control, whereas the H264 codec will have fixed framerate and will downscale the video to 480p.
Bugs 🐞
- We fixed a bug in the transcript watcher API that prevented messages going to a dlq when errors occurred and also cleaned up the part of the code that caused the issue.
- We’ve patched up the server that handles our RTMP push streams to clean up memory when a stream finishes.
- We fixed a bug that could set some transcript states to null during secure deletions, which prevented unicorns UI from rendering properly, and stopped us from easily getting visibility of the outcome of the deletions.
Release Update - May 2026
New ✨
The Trint MCP Connector is live!
Possibly our most exciting update for this quarter — the Trint MCP - OAuth Proxy is live in all environments. Our MCP lets external AI clients (Claude, ChatGPT, Cursor) safely call a Trint platform on a user's behalf over a standard protocol, allowing Trint to show up as a tool inside those assistants. It puts Trint where users already work — inside the AI assistants they use daily — so they can reach for Trint by reflex instead of context-switching.


For more information about the Trint MCP Connector, please see our support guide here or speak to your Customer Success Manager.
A new CI/CD pipeline
This new pipeline enables automated releases of the Trint Desktop app for macOS, removing the dependency on properly configured Mac laptops and streamlining the process.
A new version of the Trint Desktop app launched
Version (v0.1.21) of the Desktop app launched, with the release including a major Electron upgrade, from v34.5.6 to v41.6.0.
Improved 👩💻
Trint ASR version 1.31 and 1.32 release
In version 1.30, we joined all consecutive segments with the same speaker then filtered out any segment shorter than the minimum segment duration. With release 1.31 we do this and then join consecutive segments with the same speaker. Version 1.32 trains a new version of the hallucinations detector model which has shown improved quality in hallucinations detection.
Improved UI in the AI Highlights panel
- We’ve updated the UI to streamline the panel design.
- There is now a sticky header and footer section and users can see both the suggested and accepted suggestions in the panel for each session.
- Footer shows the count for suggested and accepted highlights in a session and has the Accept all and Dismiss all buttons.
- Highlighted text in the Editor improved so the start and end of a suggestion has borders and two consecutive suggestions have empty space in between helping users to visually separate highlights easily.


Bugs 🐞
- Fixed a bug that affected subscriptions routed from the marketing site, via the buy now sign up flow.
- We have fixed an issue in the Trint Desktop app where users were required to log in again every time they closed the app. The fix has been released in v.0.1.22.
Release Update - June 2026
New ✨
Quote player tool in the Trint MCP Connector
This tool has now been shipped in the Trint MCP Connector which should provide a richer experience in Agents along with a standardised way to render UI within our own internal agent.
Improved 👩💻
Increased resolution of video previews
The resolution of the video previews for Realtime Trints has been increased from 320px to 480px wide, bringing it up to parity with batch uploads. This means that previews now render noticeably sharper.
SSO email login improvements
We can now exempt specific email addresses from SSO on an SSO-enforced org, so nominated accounts keep username and password login while HRD is enabled for the rest of the organisation.
Updates to the waveform generation for Realtime
We’ve made changes to the way we generate the waveform for Realtime. Previously the waveform was generated by our general cluster in AWS Batch and we now use Lambdas container.