What's new in v1.3.1
📥📤 YAML Import / Export
- Export your full canvas topology to a
.yamlfile — nodes, edges, hardware specs, and connections all included - Import a YAML file to merge nodes and edges into an existing canvas (no data is overwritten)
- All regular connections serialized as a
linksarray (supports multiple connections per node); Proxmox cluster links use dedicatedclusterR/clusterLfields - Auto-layout via Dagre applied on import
- New Import and Export buttons in the toolbar (next to each other for consistency)
🛠️ Bug fixes
- Fixed ESLint 10 incompatibility introduced by
npm audit fix— pinned back to ESLint 9.x
📚 Documentation
- Split
README.md: all installation instructions moved to a dedicatedINSTALLATION.md - Removed outdated Proxmox Nested Nodes section
- Added network scanner description in Node Check Methods section
- Development mode now documented in
INSTALLATION.md
Full changelog: v1.3.0...v1.3.1