Skip to content

Commit a14abef

Browse files
committed
CHANGELOG update
1 parent 3ef4561 commit a14abef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [3.0.0] - 2026-07-06
3+
## [3.0.0] - 2026-07-08
44

55
Full rewrite: migrated from R/Shiny to a **FastAPI (Python) backend + Vite / TypeScript / Three.js frontend**. Algorithms (layouts, clustering, topology) ported 1:1 via python-igraph.
66

@@ -9,6 +9,7 @@ Full rewrite: migrated from R/Shiny to a **FastAPI (Python) backend + Vite / Typ
99
- **Satellite view** — minimap overview of the scene (hidden layers excluded).
1010
- **Command-pattern undo/redo** — granular history for scene mutations.
1111
- **Token-shared sessions** — hand off a session to another app via `?session=` URL (`POST /api/external`).
12+
- **Export Image** — button to export the scene as PNG.
1213
- Reproducible node scatter (seeded), 60 FPS render loop as default, redesigned UI (side-drawer panels).
1314

1415
### Changed

0 commit comments

Comments
 (0)