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
Divideblock to handle zero divisors with appropriate warnings. Updated multiplication mode matching to use key identifiers. - UI: Improved icon display options in
ParamEditorcomponent and updated localization files. - Performance: Optimized
line-router.worker.tsby introducing reusable temporary arrays and objects, reducing repeated allocations and improving routing efficiency. - Code Quality: Refactored
variable-tablemodule to improve code organization and maintainability.