v3.3.0
Release Notes for v3.3.0
nvm-desktop
Deps Upgrades
-
Electron
v30.0.2
Features
Fixes
- 38776db - Menu bar not updated when config importing by @1111mp.
- 2751914 - Batch update of
.exe
files may result in file loss by @1111mp. (#70)
nvmd-command
Now you can use nvmd list --group
or nvmd ls -g
to view all project groups:
****user**** % nvmd list --group
public v20.12.0
****user**** %
Similarly you can use nvmd use {group} --project
to set the project under this group:
****user**** % nvmd use public -p
Now using node v20.12.0 (public)
****user**** %
But please note that if you do not set the grouping for the current project, then you will get:
****user**** % nvmd use public
nvm-desktop: public can only be used for projects
****user**** %
Features
- 96f4acf - Support
link
&unlink
&update
command for npm by @1111mp. (#78) - 9191b38 - Aliases that npm supports for the install & uninstall command by @1111mp.
- e29f8f7 - Supports the function of specifying groups for projects by @1111mp. (#76)