Releases: 1111mp/nvm-desktop
Releases · 1111mp/nvm-desktop
v3.3.0
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.
v3.2.0
Release Notes for v3.2.0
nvm-desktop
Deps Upgrades
Features
-
2e3cf8b - Add project to support multiple selections.(#62)
-
acc5b77 - Configration export & import.(#62)
-
e8b7086 - Support switching arch when downloading nodejs.(#63) (#13)
Fixes
- d31a5f5 - Background color flashes when application starts.
nvmd-command
Features
- 23959ba - Find
.nvmdrc
recursively from the current working directory (workspace). (#62)
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
Features
Fixes
- a8b319b - improve automated testing.
- dea3047 - css style causes text to not display forward. (#60)
v3.0.0
Release Notes for v3.0.0
Deps Upgrades
Features
-
352c21f - Migrate to ESModule
to support Electron v28.0.0
and above.
-
c05f3f2 - Migrate to shadcn-ui
from antd
, more friendly to accessibility.
-
c05f3f2 - Support custom theme colors.
Fixes
- d80ae1c - Fix compatibility issues on
Linux
systems. #5
- ce67bde - Checking for updates after the client is reopened shows an
object destroy
error.
v2.6.2
Release Notes for v2.6.2
Fixes
nvm-desktop
- 84135b5 - Data is not synchronized to the tray menu when installing a new version of node. #37
- 7a379c9 - Modify some prompt text.
nvmd-command
- 0e46a23 - The yarn and pnpm shims were added incorrectly when executing the corepack enable npm command.
v2.6.1
Release Notes for v2.6.1
Deps Upgrades
Features
- de90dcb - Hide dock icon when window is minimized to tray(macOS only). #31
Fixes
nvmd-command
- 1776bc4 - Rule error in parsing the bin configuration item of package.json. #32
v2.6.0
Release Notes for v2.6.0
Fixes
nvmd-command
- c302655 - Stop tracking the
npm prefix
directory as this is not the default behavior of the Node engine. #23
- c893321 - Track the behavior of
corepack enable/disable
commands. #22
v2.5.0
Release Notes for v2.5.0
Features
- 87f765e - Support change the Nodejs installtion directory. #12
- d92b5ab - Allow user to change app installtion directory. #12
- 1202d9d - Control whether the application exits when closing the window. #16
Fixes
nvm-desktop
- c1c597e - An error in the client causes a white screen crash. #19
nvm-command
- 25e7716 - After npm setting prefix causes the global installation package not to be found. #17
- 54cd957 - When copying and creating a file with the same name, an error occurs when the file already exists. #17
v2.4.0
Release Notes for v2.4.0
Deps Upgrades
Fixes
nvm-desktop
- [4135c27] - Optimization for updater component.
nvmd-command
- [2471c47] - Match npm install short name #11.
- [93b8b6d] - Match more rules for the command of
npm-install
.
- [5988cca] - Running node-related commands when the default version is not set causes the terminal to enter an infinite loop.