Skip to content

Releases: tong-io/tongflow

0.1.9

Choose a tag to compare

@github-actions github-actions released this 30 Jun 10:12
Immutable release. Only release title and notes can be modified.
5be2818
v0.1.9

Release v0.1.9

0.1.8

Choose a tag to compare

@github-actions github-actions released this 28 Jun 06:13
Immutable release. Only release title and notes can be modified.
f75069e

What's new in v0.1.8

Added

  • Doubao Seedance 2.0 official API plugin (tongflow-api-bytedance): Volcengine Ark video generation covering text → video, image → video, first/last-frame video, and image + audio → video.
  • Images → Video node — free multi-image reference fusion: connect several reference images plus a prompt to generate a new video (Seedance multimodal reference). Backed by a new images-gen-video ABI slot, reachable from the smart-island compose menu when 2–9 image nodes (optionally plus one text node) are selected.
  • Video editing node (video-edit ABI slot) and the Bernini-R unified renderer plugin (tongflow-modal-bernini).

Fixed

  • Image Fusion: a prompt fed from an upstream text node is now actually used at execution. Previously the node displayed the upstream text but refused to run with "required input text is empty"; the text handle is now wired into the ABI prompt (upstream edge wins, the manual textarea is the fallback).

Also ships the TongFlow Python SDK 0.1.2 on PyPI (pip install tongflow==0.1.2) with the new images-gen-video slot types.

0.1.7

Choose a tag to compare

@github-actions github-actions released this 27 Jun 04:26
Immutable release. Only release title and notes can be modified.
040d3a9
v0.1.7

v0.1.7

0.1.6

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:06
Immutable release. Only release title and notes can be modified.
a0b52e5
v0.1.6

Release v0.1.6

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Jun 06:28
Immutable release. Only release title and notes can be modified.
3b6fe87

Added

  • Official plugins TripoSplat (single image → 3D Gaussian Splatting) and SCAIL-2 (controlled character animation) are now in the plugin registry.
  • The 3D model node renders Gaussian-splat assets (.splat, .ply, .spz, .ksplat, .sog) in-app via SparkJS, with a free-tumble trackball camera and on-demand rendering for smooth performance on large splats.

Fixed

  • Plugin model (3D) outputs are now persisted to file references and rendered on the canvas; previously such outputs were dropped and the node showed nothing.

Downloads

  • macOS (Apple Silicon): TongFlow-mac-arm64.dmg
  • macOS (Intel): TongFlow-mac-x64.dmg
  • Windows: TongFlow-win-setup.exe

macOS builds are unsigned — auto-update does not apply on macOS yet, so please download the dmg above to upgrade. On first launch, right-click the app → Open (or run xattr -dr com.apple.quarantine /Applications/TongFlow.app).

Full Changelog: v0.1.1...v0.1.2

0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 01:25
Immutable release. Only release title and notes can be modified.
626ea57

Fixed

  • Installed plugins now appear in node pickers without reloading the app, and the plugin manager recovers from a directory left behind by an interrupted or failed clone instead of treating it as already installed.
  • Packaged desktop app: rebuild better-sqlite3's native binary for the bundled Node runtime during packaging, fixing ERR_DLOPEN_FAILED errors (e.g. "Failed to save workflow") when the build machine's Node differs from the bundled one.
  • Exclude .env files from the packaged app bundle; the desktop app reads all configuration from the in-app settings store.

Changed

  • Bundled Node runtime and CI upgraded to Node 24.

Downloads

  • macOS (Apple Silicon): TongFlow-mac-arm64.dmg
  • macOS (Intel): TongFlow-mac-x64.dmg
  • Windows: TongFlow-win-setup.exe

macOS builds are unsigned — auto-update does not apply on macOS yet, so please download the dmg above to upgrade. On first launch, right-click the app → Open (or run xattr -dr com.apple.quarantine /Applications/TongFlow.app).

Full Changelog: v0.1.0...v0.1.1

TongFlow v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 16:04
Immutable release. Only release title and notes can be modified.

First public open-source release of TongFlow — an open-source, multi-modal GenAI workflow studio.

Download the installer for your platform below (macOS Apple Silicon / Intel, Windows). See the README for setup.

Python SDK: pip install tongflow==0.1.0 (https://pypi.org/project/tongflow/0.1.0/).