Skip to content

v0.7.5

Choose a tag to compare

@github-actions github-actions released this 14 Aug 15:46
· 43 commits to main since this release

πŸ”§ Windows Build Improvements

This release fixes critical packaging issues and introduces professional executable naming.

✨ Key Improvements:

  • 🎯 Professional Executable: Renamed from main.exe to PyFlowGraph.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:

  1. Download PyFlowGraph-Windows-v0.7.5.zip
  2. Extract to desired location
  3. Run PyFlowGraph.exe
  4. Explore example graphs in the examples/ folder

Build Information:

  • Built from commit: 7e46d6d
  • Artifact: PyFlowGraph-Windows-v0.7.5.zip (~84MB)
  • Build run: #16969703517