What's Changed
VisualCircuit 3.6 introduces powerful new features, including support for block composition, nested, and multi-level blocks. The new Global Input Output Block Build allows for easier and simultaneous block generation, making it simpler to create circuits and blocks at the same time without extra steps.
Now, you can combine different blocks into a single unit, and that unit can, in turn, function as a block within even more complex circuits. This version significantly streamlines the workflow for creating and managing circuits.
Commits
- Composed block feature with solved nested issue by @BkPankaj in #325
- Fixed the issue of missing wires when multiple blocks are connected to other multiple blocks through a single block (port) by @BkPankaj in #339
- Combined PR of ROS1 laser block and CI Workflow with basic frontend test by @BkPankaj in #309
- Fixed: Shared Memory Cleanup by @toshan-luktuke in #340
- Fixed: show only meaningful names for blocks in global input popup by @Suhas-G in #348
- Fixed: use the file name as default when project name is empty by @Suhas-G in #347
- Fixed: clear the project info object by @Suhas-G in #346
Full Changelog: v3.5...v3.6