Welcome to our changelog, sort of our "demo" for Releases. This current theme is called "Commit", more themes are available. Subscribe to not miss an update.

Subscribe to updates
© 2025 Releases Changelog

Editor

Jan 11, 2025

We're happy to finally release our new editor. ðŸŽ‰

After an extensive period dedicated to crafting the migration script to ensure existing posts are compatible with our new editor, we have finally achieved the desired outcome.

Following lots of testing, we have successfully migrated all content to the new format and are thrilled to announce the release of the new editor.

AI powered, if you need it

We're happy to introduce a subtle AI Assistant. You can ask the AI Assistant to write an article for you, or fix grammar, re-write, translate, shorten or extend text and much more.

The AI Assistant is available to all customers.

Code highlighting

To those posting code snippets, we also have great news. When adding a code block, or editing an existing one, you can now set the programming language (get in touch with us if you're missing anything). When viewing the article in the frontend, correct highlighting is applied and you can also copy code snippets.

public function envelope(): Envelope
{
return new Envelope(
subject: 'New team member signed up',
);
}

Code highlighting is powered by Torchlight.


The editor looks and feels completely different and more modern. We hope you like it as much as we do. There may be a few smaller quirks that we need to fix over the next few days but it's already such an improvement to our previous editor. Let us know if you have any feedback or wishes.

Oct 22, 2023

Today we fixed a small bug that would prevent the use of bold, italic etc formatting within lists. This is now possible.

New embed feature

We also added a new feature for embedding content. Just paste a link to an external resource and we'll try to show it inline. Supported services include YouTube, Vimeo, Instagram, Facebook, X (Twitter), CodePen and GitHub Gist.

Sep 30, 2023

Apart from some under-the-hood improvements, today's update brings two new formatting options: Inline code and marker.

We are currently preparing a new theme as well as a notification system when new subscribers signed up.