Skip to content

v3.3.0

Latest
Compare
Choose a tag to compare
@1111mp 1111mp released this 08 May 01:21

Release Notes for v3.3.0

nvm-desktop

Deps Upgrades

Features

Fixes

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)

Fixes

  • e10f434 - The link command support using relative paths by @1111mp.
  • e29f8f7 - Executing the nvmd use {version} --project command when projects.json already contains content will not add a new project by @1111mp.
  • 19903a8 - Use anyhow to rewrite the error handling process by @1111mp.