Alternatively, this new version is available from the Flowcode download page, and instructions to update Flowcode can be found here: These are the main changes since the previous release (v11.0.1.14) from March 2026:
Bug fixes:
- Invisible subobjects do not get mouse events
- Fixed wiki xml generation so it ignores hidden components
- Fixed bug where Flowcode becomes unresponsive when closing last-but-one macro tab
- <SplitString> now deals with consecutive delimiters (returns nullstring instead of ignoring)
- Fixed expression beautifier so it deals with multidimensional arrays
- Fixed a few GDI resource leaks
- Dragging icons to another flowchart (or ctrl-drag) does not trash the clipboard
- Minor visual fix when dragging component macro on that has no parameters
- Fixed bug where swapping language caused problem with recent chips
- Trapped a crash when setting an illegal array initialiser
- In ICD mode, pausing at a breakpoint now refreshes vars in Project Explorer
- Switch icon now simulates properly
- Fixed a stack bug when simulating the postinc, etc, maths functions
- Fixed a stack bug when simulating the State command icon
- Fixed indentation of code (e.g. for customised code, drag/drop, etc)
- In-situ editing of code no longer includes automatic indentation
- Minor fix to insertion point when dragging to move commands in text-based views
- Fixed varname when asking to create an unknown local variable
- Fixed display of config dropdowns for high DPI displays
- Fixed Property page header for high DPI displays
- Fixed text entry glitch for high DPI displays
- Fixed issues when converting to curved transition icon and deleting nodes
- Interrupt options now default to first entry if missing in project file
Added:
- Warns when exporting a component to %PROGRAMDATA%
- Improved error message when missing a local var
- API calls now allow implicit casting from float to string
- Added 'break' and 'continue' as command icons
- Added 'return' as a command icon (for premature return from macro)
- Added a separate Label dialog
- Renamed Connection Point commands as 'Label' and 'Jump'
- Added <Expand::ComponentInfo> API to retrieve component info
- Added loose typecasting for WebDeveloper projects (e.g. myStr = myInt is legal)
- Search results list now has the searched-for term as a heading
- Copying icons in code and pseudocode views also copies the selection as text
- Added direct string comparisons (>, >=, <, <=)
- Breakpoints and bookmarks can now be toggled when debugger is unpaused
- Web Developer does not allow debugging until project is saved
- Decision and Switch commands can now have breakpoints and bookmarks at end icon
- End icon bookmarks (Loop, Decision, Switch) stored in saved file
- Checkbox hover colour improved so it shows when ticked
- Improved tooltips for chip config entries