Releases: 1111mp/nvm-desktop
Releases · 1111mp/nvm-desktop
nvm-desktop updater files
The update json file.
v3.4.0
Release Notes for v3.4.0
Deps Upgrades
-
Electron
v31.3.0
Features
Fixes
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)
Fixes
v3.2.0
test_log
chore: upgrade nvm-desktop version v3.1.0 -> v3.2.0 Signed-off-by: The1111mp <[email protected]>
v3.1.0
Release Notes for v3.1.0
Deps Upgrades
-
Electron
v28.2.3
Features
- 19d17a0 - Mirror url supports drop-down selection and input. (#51)
- 19d17a0 - Packaging tool migrated to
tsup
fromrollup
.electron-vite-tsup