v0.7.5
π§ Windows Build Improvements
This release fixes critical packaging issues and introduces professional executable naming.
β¨ Key Improvements:
- π― Professional Executable: Renamed from
main.exetoPyFlowGraph.exe - π¦ Fixed Packaging: Resolved double-zipping issue for better user experience
- ποΈ Proper Structure: Python runtime now correctly organized as subdirectory
- π Single Extraction: Extract once and run - no more nested zip confusion
π What's Included:
- PyFlowGraph.exe - Main application executable (8.8MB)
- examples/ - 10 sample graph files demonstrating features
- python_runtime/ - Embedded Python 3.11 runtime with full standard library
- PySide6/ - Qt6 GUI framework libraries
- resources/ - Font Awesome icons and UI assets
- All required DLLs - Visual C++ redistributables, Qt6 libraries, crypto libraries
π¨ Application Features:
- Universal node-based visual scripting editor
- Code-as-nodes with automatic pin generation from Python function signatures
- Real-time graph execution with subprocess isolation
- Professional dark theme UI with Font Awesome icons
- Comprehensive test suite with GUI test runner
- Example graphs: data analysis, automation, game engine, and more
πΎ System Requirements:
- Windows 10/11 (x64)
- No additional Python installation required
- ~200MB disk space for full extraction
π Quick Start:
- Download
PyFlowGraph-Windows-v0.7.5.zip - Extract to desired location
- Run
PyFlowGraph.exe - Explore example graphs in the
examples/folder
Build Information:
- Built from commit: 7e46d6d
- Artifact: PyFlowGraph-Windows-v0.7.5.zip (~84MB)
- Build run: #16969703517