Releases: tong-io/tongflow
Release list
0.1.9
0.1.8
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-videoABI slot, reachable from the smart-island compose menu when 2–9 image nodes (optionally plus one text node) are selected. - Video editing node (
video-editABI 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
v0.1.7 v0.1.7
0.1.6
v0.1.6 Release v0.1.6
v0.1.2
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
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, fixingERR_DLOPEN_FAILEDerrors (e.g. "Failed to save workflow") when the build machine's Node differs from the bundled one. - Exclude
.envfiles 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
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/).