Highlights
A small maintenance release that guards against a common macOS install mistake and bundles AionCore v0.1.24.
macOS Architecture Guard
- If you accidentally installed the Intel (x64) build on an Apple Silicon Mac, AionUi now detects this at startup and shows a clear prompt to download the correct build — instead of failing in a confusing way.
Core Engine — AionCore v0.1.24
- More reliable managed-runtime preparation: hardened ACP bundle setup, validation via real entrypoints, and clearer failure details when resource preparation goes wrong.
- ACP now prefers configured option catalogs and handles the Hermes "yolo" fallback correctly.
- Windows terminal now supports UNC (
\\server\share) paths.
What's Changed
- chore(ci): add CDN metadata sync workflow by @TCP404 in #3234
- AIO-64: block wrong macOS package architecture at startup by @kaizhou-lab in #3232
- chore: bump version to 2.1.14 and aioncore to v0.1.24 by @piorpua in #3235
Full Changelog: v2.1.13...v2.1.14