v1.24.0
Schniz/fnmv1.24.0Apr 2, 2021by Schniz
AI Summary
This release brings support for Apple M1 Macs by installing regular binary distributions compatible with Rosetta, alongside a new environment variable export and a symlink fix.
Key Highlights
- Support for Apple M1 Macs via Rosetta builds
- New `FNM_ARCH` environment variable exported from `fnm env`
- Fix for version symlinks in nested directories
New Features
- M1 support
- FNM_ARCH environment variable
- Nested directory symlink fix
Full Release Notes
Thanks to @pckilgore, this version should start supporting M1 Macs by installing the regular binary distributions that can run on Rosetta. Since I don't own an M1 machine myself, [let me know on Twitter how it works for you!](https://twitter.com/galstar) #### New Feature 🎉 - [#421](https://github.com/Schniz/fnm/pull/421) Adding FNM_ARCH as an exported env var from `fnm env` ([@Schniz](https://github.com/Schniz)) - [#417](https://github.com/Schniz/fnm/pull/417) Support Apple M1 by installing Rosetta Node builds ([@pckilgore](https://github.com/pckilgore)) #### Bugfix 🐛 - [#422](https://github.com/Schniz/fnm/pull/422) Create version symlinks in a nested directory ([@Schniz](https://github.com/Schniz)) #### Committers: 2 - Gal Schlezinger ([@Schniz](https://github.com/Schniz)) - Patrick Kilgore ([@pckilgore](https://github.com/pckilgore))