For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release 0.30.0

Release Date: July 2026

Previous Version: v0.29.0


Projects

  • Duplicate a project directly from the menu on a project card. The copy lands in the same workspace (named "… (copy)") and appears in the grid without navigating away.

Accounts

  • Sign in with Apple — a new Apple sign-in button alongside Google on the auth screen.

Image & video generation

  • New Gemini image backend: Gemini 3.1 Flash Lite Image for text-to-image and multimodal image composition.

  • New Gemini video backends: Gemini Omni Flash for Text+Image → Video, and Gemini Omni Flash video editing in the Video Edit node.

  • Stricter aspect-ratio / resolution control. Image nodes replace the old 1K/2K/4K heuristic with explicit, backend-aware Aspect / Resolution modes (e.g. 1:1@2K), so you get exactly the dimensions you pick.

  • Advanced strength / guidance knobs exposed for supported image engines (Hunyuan Image 3.0 guidance scale, FLUX.2 Flex guidance, Z-Image Turbo edit strength). These are advanced, engine-specific fields; defaults match previous behavior, so existing graphs are unchanged.

  • Higher-detail 3D default: Titan v1 default face count raised to 1M.

Nodes & canvas editing

  • Multimodal image node refactor. Image generation and editing are unified around the Text + Image -> Image node. Kling O1 is replaced by Kling O3/V3 with conditional element/reference controls. Existing nodes are migrated automatically.

    • Deprecation: the standalone Edit Image with Text node is removed; saved edit nodes are migrated to Text + Image -> Image with prompt/image fields preserved.

  • Interactive mask picking. New Ellipse Mask node plus a visual mask picker for both rectangular and ellipse masks — drag/resize an overlay on the reference image, with live coordinate inputs. ("Region Manual" is renamed Rect Mask.)

  • Custom Image Format Output node. Export images as JPEG, TGA, WebP, TIFF, or AVIF with per-format settings (quality, subsampling, compression, alpha handling, etc.). Warns when exporting from an already-lossy source.

  • Save long text outputs. Multiline text outputs now have Copy and Save as .txt buttons in the node editor (download is disabled until the output finishes streaming).

  • New Invert Mask Node: Flips a grayscale or binary mask on the pixel level, swapping editable and preserved regions. Useful for isolating the opposite of what a segmentation or background-removal model detects, without re-running prompts or hand-painting inverted shapes.

Billing & workspace admin

  • Members can view their own billing. Workspace members now reach the Billing page and see their credit badge, their own usage this period, and their own transaction history. Team-wide data and management controls (subscription, limits, plan, payment) remain owner/admin-only.

API & developer changes

  • Unified prompt reference conventions. Image/character references (@image_1, @character_2, and legacy aliases like image_0, @image1) are normalized deterministically and mapped to each provider's format, with a warning when non-canonical references are auto-resolved.

Last updated