Releases: Schniz/fnm
Releases · Schniz/fnm
v1.28.0
New Feature 🎉
- #556 Allow aliasing to the system version (@Schniz)
- #547 Replace reqwest with ureq for less dependencies and smaller file size (@dnaka91)
Bugfix 🐛
- #573 Infer shell with
sysinfo
crate (@Schniz) - #553 Fix Windows CMD
cd
failure on paths with spaces (use-on-cd
) (@Schniz)
Internal 🛠
Documentation 📝
- #545 docs(cli): Fix typo (@SanchithHegde)
- #544 Replace error message with a more useful one (@yonifra)
- #537 Show log level options in help and error message (@lucasweng)
Committers: 5
- Dominik Nakamura (@dnaka91)
- Gal Schlezinger (@Schniz)
- Jonathan Fraimorice (@yonifra)
- Lucas Weng (@lucasweng)
- Sanchith Hegde (@SanchithHegde)
v1.27.0
New Feature 🎉
- #519 Windows: Use junctions rather than symlinks (@davidaurelio)
- #489 Add unalias command (@AlexMunoz)
Bugfix 🐛
- #528 installation script: Use
=
instead of==
(@develoot) - #512 fix(dep): Revert "Include feature for (native) certificates #468" (@itotallyrock)
- #514 Invoke fnm use on startup for PowerShell (@naoey)
Documentation 📝
- #529 Add Chocolatey installation instructions (@CMeeg)
- #496 install.sh: print an exit message for missing deps (@waldyrious)
- #516 More informative log level error message (@waldyrious)
- #493 Add instructions to setup the file for Cmder (@Lunchb0ne)
Committers: 8
- Abhishek Aryan (@Lunchb0ne)
- Alex Munoz (@AlexMunoz)
- Chris Meagher (@CMeeg)
- David Aurelio (@davidaurelio)
- Jeffrey Meyer (@itotallyrock)
- Kitae Kim (@develoot)
- Waldir Pimenta (@waldyrious)
- @naoey
v1.26.0
Bugfix 🐛
- #484 fix: --install-if-missing when using version alias (@AlexMunoz)
- #468 Include feature for (native) certificates (@pfiaux)
Documentation 📝
- #467 Add instructions for removing fnm (@binyamin)
- #461 Fix missing list-remote in command doc (@binhonglee)
Committers: 4
- Alex Munoz (@AlexMunoz)
- BinHong Lee (@binhonglee)
- Binyamin Aron Green (@binyamin)
- Patrick Fiaux (@pfiaux)
v1.25.0 — with M1 builds!
fnm now installs M1 builds if prebuilt binaries are found. Thanks @pckilgore!
New Feature 🎉
- #436 feat: use arm for aarch64-darwin-node@16 platforms (@pckilgore)
Documentation 📝
Committers: 2
- Gal Schlezinger (@Schniz)
- Patrick Kilgore (@pckilgore)
v1.24.0 (M1 support)
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!
New Feature 🎉
- #421 Adding FNM_ARCH as an exported env var from
fnm env
(@Schniz) - #417 Support Apple M1 by installing Rosetta Node builds (@pckilgore)
Bugfix 🐛
Committers: 2
- Gal Schlezinger (@Schniz)
- Patrick Kilgore (@pckilgore)
v1.23.2
Bugfix 🐛
- #413 Improve "version not found" error message (@waldyrious)
- #414 More meaningful error message when a subprocess is killed (@Schniz)
Committers: 2
- Gal Schlezinger (@Schniz)
- Waldir Pimenta (@waldyrious)
v1.23.1
v1.23.0
New Feature 🎉
Bugfix 🐛
- #398
fnm exec
: Don't require double-dash (@Schniz) - #389 Chore - Use a tier 1 target for Linux binary (@kaioduarte)
- #384 Do not list hidden directories as installed versions (@scadu)
Documentation 📝
- #397 Fix minor typos (@keirog)
- #385 README: add symlink support on Windows (@scadu)
- #377 Improvements to the README (@waldyrious)
Committers: 5
- Gal Schlezinger (@Schniz)
- Kaio Duarte (@kaioduarte)
- Leaf Rogers (@keirog)
- Waldir Pimenta (@waldyrious)
- Łukasz Jendrysik (@scadu)
v1.22.9
Bugfix 🐛
- #368 Update 'ring' to '0.16.17' (@gucheen)
- #347 Check if $ZDOTDIR exists to find correct path to .zshrc (@thales-maciel)
Documentation 📝
- #341 Update installation instructions (@Schniz)
- #329 Add scoop support (@Armaldio)
- #334 Add installation instructions from cargo (@zhmushan)
Committers: 5
- Cheng Gu (@gucheen)
- Gal Schlezinger (@Schniz)
- Quentin Goinaud (@Armaldio)
- Thales Maciel (@thales-maciel)
- 木杉 (@zhmushan)