Skip to content

Releases: thomasroessl/FlowTutor

Version 0.11.0

10 May 17:40

Choose a tag to compare

Added

  • Python 3.12 support

Version 0.10.12

04 Jan 14:44

Choose a tag to compare

Version 0.10.12 Pre-release
Pre-release

Changed

  • Fixes Python version information in README

Version 0.10.11

04 Jan 14:43

Choose a tag to compare

Version 0.10.11 Pre-release
Pre-release

Changed

  • Fixes bug with conditional inside loop.
  • Fixes display bug in the typedef dialog window.

Version 0.10.10

04 Jan 14:42

Choose a tag to compare

Version 0.10.10 Pre-release
Pre-release

Changed

  • Fixes project manifest

Version 0.10.9

04 Jan 14:41

Choose a tag to compare

Version 0.10.9 Pre-release
Pre-release

Changed

  • Fixes files included with the package.

Version 0.10.8

16 Oct 18:19

Choose a tag to compare

Version 0.10.8 Pre-release
Pre-release

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

16 Oct 11:59

Choose a tag to compare

Version 0.10.7 Pre-release
Pre-release

Changed

  • Fixes typo

Version 0.10.6

16 Oct 11:50

Choose a tag to compare

Version 0.10.6 Pre-release
Pre-release

Changed

  • Fixes text color of open file dialog.
  • Fixes node assignments in the debugger.

Version 0.10.5

15 Oct 18:34

Choose a tag to compare

Version 0.10.5 Pre-release
Pre-release

Changed

  • Fixes in the CI pipeline
  • Improved code documentation

Version 0.10.0

08 Oct 16:12

Choose a tag to compare

Version 0.10.0 Pre-release
Pre-release

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