
Onset 5.0 Stable Release
We are excited to announce that Onset 5.0 is now stable. Since the last release, we've made several enhancements to improve user experience and performance.
AI Writing Tools
We are excited to introduce new AI writing tools designed to enhance your release notes and milestone descriptions. With the AI writer, you can easily adjust your text—making it longer, shorter, or altering the tone as needed.
Release Contributors
You can now add multiple contributors to each release, enhancing collaboration and crediting efforts.
To manage how these contributors are displayed, navigate to Settings → Page → Releases. Here, you can control the visibility of contributors on your public page.
Custom Email Subject Templates
We've introduced the ability to customize email subject lines using templates. This allows for greater flexibility and personalization in your communications.
Available Placeholders:
{title}
: Release title.{version}
: Release version.{workspace}
: Workspace name.{project}
: Project name.
Example Use Cases:
Changelog {title}
: Add a prefix keyword before the release title.[{project} UPDATES] {title}
: Include the project name in the subject line.
REST API
The REST API is back online! After a brief downtime, it is now fully operational and ready for use. We’ve also added new endpoints for managing various resources, such as webhooks, which will facilitate easier integration and task automation for developers.
For detailed information, including the API reference and practical examples, please check our documentation here.
Webhooks
We are excited to introduce new webhooks that are secure and more granular. The new webhooks utilize HMAC-SHA256 signatures, which provide a stronger method for verifying the authenticity of the data being sent. This helps prevent tampering and ensures that the data received is from a trusted source.
For more information, please refer to our documentation here.