All Versions
56
Latest Version
Avg Release Cycle
21 days
Latest Release
141 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.31.0 Changes
February 16, 2022 -
v1.30.1 Changes
January 30, 2022 -
v1.30.0 Changes
January 30, 2022π Bugfix π
- βͺ #625 Revert from using sysinfo, but only on Unix machines (@Schniz)
- #638 Use local cache directory instead of temp directory for symlinks (@Schniz)
Internal π
- β‘οΈ #617 fix(deps): update rust crate clap to v3 (@renovate[bot])
- #630 Replace
snafu
withthiserror
(@Schniz)
π Documentation π
- π #637 [Documentation] Adds Additional info regarding .node-version (@uchihamalolan)
Committers: 2
- Gal Schlezinger (@Schniz)
- Malolan B (@uchihamalolan)
-
v1.29.2 Changes
January 06, 2022π Bugfix π
π Documentation π
- β‘οΈ #598 Update README.md file emoji (@lorensr)
- 0οΈβ£ #616 Use on cd by default (@matthieubosquet)
Committers: 3
- Gal Schlezinger (@Schniz)
- Loren βΊοΈ (@lorensr)
- Matthieu Bosquet (@matthieubosquet)
-
v1.29.1 Changes
December 28, 2021 -
v1.29.0 Changes
December 28, 2021π New Feature π
π Bugfix π
Internal π
Committers: 3
-
v1.28.1 Changes
November 17, 2021 -
v1.28.0 Changes
November 16, 2021π 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 Changes
September 16, 2021π 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