Back to List

v0.1.2 — Mac ARM64 Support

This release introduces native support for Apple Silicon and improvements to mathematical blocks.

Added

  • Full support for Mac OS ARM64: Native support for Apple Silicon architecture with architecture-specific library handling in the build system.

Changed

  • Math Blocks: Enhanced element-wise division in Divide block to handle zero divisors with appropriate warnings. Updated multiplication mode matching to use key identifiers.
  • UI: Improved icon display options in ParamEditor component and updated localization files.
  • Performance: Optimized line-router.worker.ts by introducing reusable temporary arrays and objects, reducing repeated allocations and improving routing efficiency.
  • Code Quality: Refactored variable-table module to improve code organization and maintainability.