> For the complete documentation index, see [llms.txt](https://docs.atlas.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atlas.design/atlas-ai-studio-overview/release-notes/release-0.22.0.md).

# Release 0.22.0

**Release Date:** April 2026

**Previous Version:** v0.21.0. (April 2026)

**Updates:** Canvas annotations, cleaner node controls, new image and audio generation options, and self-serve subscription cancellation.

***

#### Organize Projects With Canvas Annotations <a href="#organize-projects-with-canvas-annotations" id="organize-projects-with-canvas-annotations"></a>

You can now add visual annotations directly to the project graph:

* Add groups around related nodes with the shortcut Ctrl+G
* Add sticky notes for comments, instructions, or reminders with the shortcut Ctrl+Alt+N.
* Add larger sections to structure complex canvases with the shortcut Ctrl+Alt+S.
* Edit annotation text, color, size, and font size from the canvas context menu.
* Move, resize, select, copy, cut, paste, delete, undo, and redo annotations alongside normal graph work.

<figure><img src="/files/gsOFEZlMnhxp49UNV6J7" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/6oHNBNYmKqRjmItE6JJB" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/dWg0cc8VcrLqKJNcCpX4" alt="" width="563"><figcaption></figcaption></figure>

#### Cleaner Advanced Controls on Nodes <a href="#cleaner-advanced-controls-on-nodes" id="cleaner-advanced-controls-on-nodes"></a>

Nodes now use a shared collapsible `Advanced` section for complex controls instead of separate per-node "show advanced" toggles. This keeps the default node view simpler while still preserving access to detailed settings when needed.

<figure><img src="/files/tRpoDV9kSR0JEJcC2Q1w" alt="" width="563"><figcaption></figcaption></figure>

#### Image Generation Updates <a href="#image-generation-updates" id="image-generation-updates"></a>

* OpenAI image generation has moved to GPT-Image-2, with selectable 1K, 2K, and 4K variants where available.

<figure><img src="/files/7jFS3THr8dm9Suc6GG2u" alt="" width="512"><figcaption></figcaption></figure>

* GPT-Image-2 is available in text-to-image and text-plus-image image generation flows.

<figure><img src="/files/FiAc0wsK7ki6Yh4eynvR" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/7ntXx0GdjbdjWz3FNU3k" alt="" width="563"><figcaption></figcaption></figure>

* Text-plus-image generation now supports GPT-Image-2 with up to 10 reference images.

<figure><img src="/files/hdKCvMt8pg6NDlafIzlu" alt="" width="563"><figcaption></figcaption></figure>

* Qwen Image 2 Pro is now available for text-to-image, image editing, multimodal image composition, and image extension.

<figure><img src="/files/Xdt4FaiTfumfl8mb8f2w" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/lRo5cDr5MO5dbvX4n0xU" alt="" width="563"><figcaption></figcaption></figure>

* The Extend Image node now offers multiple engines, including FLUX Fill, Gemini 3.1 Flash Image, and Qwen Image 2 Pro.

<figure><img src="/files/ypRTa9GYH4og2kIbGvaC" alt="" width="563"><figcaption></figcaption></figure>

* For workspaces with restricted image-model access, unavailable engines are hidden or routed to an allowed alternative with a visible warning when applicable.

#### New Audio Generation and Editing Options <a href="#new-audio-generation-and-editing-options" id="new-audio-generation-and-editing-options"></a>

* New Simple Music Generation node for generating music with MiniMax Music v2.6, ACE-Step, Google Lyria 3 Clip, and Google Lyria 3 Pro.

<figure><img src="/files/Wgs8upTratDGHyw6mMBW" alt="" width="525"><figcaption></figcaption></figure>

* New Simple Modify Music node for music covers, inpainting a time segment, remixing, and restyling existing audio.

<figure><img src="/files/F8U8r9UPKNBvRCvkqSQP" alt="" width="563"><figcaption></figcaption></figure>

* Simple Text to Speech now includes MiniMax Speech 2.8 HD and Gemini 3.1 Flash TTS in addition to the existing IndexTTS and xAI Grok TTS options.

<figure><img src="/files/O1mm7zzYDqqJSEfMLhPy" alt="" width="563"><figcaption></figcaption></figure>

* Audio tag enrichment can now target more downstream engines, including ElevenLabs, xAI, Gemini, MiniMax, and Lyria.

<figure><img src="/files/zzK0PM1oZUcKvsmJ5qUp" alt="" width="429"><figcaption></figcaption></figure>

#### Subscription Management <a href="#subscription-management" id="subscription-management"></a>

* Eligible users can now cancel an active subscription from the subscription details card.
* Cancellation uses a confirmation dialog and keeps access active until the end of the current billing period.
* The billing UI shows when a subscription is scheduled to cancel.
* Subscription plan, checkout, and top-up actions now respect role-based access in the UI.

### Summary <a href="#summary" id="summary"></a>

* Added graph annotations: groups, sticky notes, and sections for organizing canvases.
* Added a shared Advanced section for cleaner node controls.
* Upgraded OpenAI image generation to GPT-Image-2 variants.
* Added Qwen Image 2 Pro across image generation, editing, multimodal composition, and image extension.
* Added new music generation, music modification, and TTS engines.
* Added self-serve subscription cancellation for eligible users.


---

# 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.atlas.design/atlas-ai-studio-overview/release-notes/release-0.22.0.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.
