Releases: thomasroessl/FlowTutor
Releases · thomasroessl/FlowTutor
Version 0.11.0
Added
- Python 3.12 support
Version 0.10.12
Changed
- Fixes Python version information in README
Version 0.10.11
Changed
- Fixes bug with conditional inside loop.
- Fixes display bug in the typedef dialog window.
Version 0.10.10
Changed
- Fixes project manifest
Version 0.10.9
Changed
- Fixes files included with the package.
Version 0.10.8
Changed
- Fixes issue with multi selection.
- Improved control layout.
- Fixes drawing area sizing.
- Fixes missing return value in Python function templates.
- Fixes crash on deletion of a function.
Version 0.10.7
Changed
- Fixes typo
Version 0.10.6
Changed
- Fixes text color of open file dialog.
- Fixes node assignments in the debugger.
Version 0.10.5
Changed
- Fixes in the CI pipeline
- Improved code documentation
Version 0.10.0
Added
- Default node configurations
- Ability to add custom nodes and even whole new languages
- Python support in flowcharts
- Python debugger
Changed
- All nodes are now configured with templates
- Removed dependency on tkinter
- Various bug fixes and performance improvements