Skip to content

Releases: 1111mp/nvm-desktop

nvm-desktop updater files

10 Sep 13:34
Compare
Choose a tag to compare
Pre-release

The update json file.

v3.4.0

31 Aug 10:12
Compare
Choose a tag to compare

Release Notes for v3.4.0

Deps Upgrades

Features

image

Fixes

v3.3.0

08 May 01:21
Compare
Choose a tag to compare

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

03 Mar 10:17
Compare
Choose a tag to compare

Release Notes for v3.2.0

nvm-desktop

Deps Upgrades

Features

  • 2e3cf8b - Add project to support multiple selections.(#62)

  • acc5b77 - Configration export & import.(#62)

    Screenshot 2024-03-03 at 17 19 59
  • e8b7086 - Support switching arch when downloading nodejs.(#63) (#13)

    Screenshot 2024-03-03 at 17 19 40

Fixes

  • d31a5f5 - Background color flashes when application starts.

nvmd-command

Features

  • 23959ba - Find .nvmdrc recursively from the current working directory (workspace). (#62)

test_log

15 Mar 08:30
Compare
Choose a tag to compare
chore: upgrade nvm-desktop version v3.1.0 -> v3.2.0

Signed-off-by: The1111mp <[email protected]>

v3.1.0

18 Feb 07:46
Compare
Choose a tag to compare

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

02 Feb 13:37
Compare
Choose a tag to compare

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.

    Screenshot 2024-02-02 at 21 35 36

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

21 Dec 07:36
Compare
Choose a tag to compare

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

06 Dec 06:32
Compare
Choose a tag to compare

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

23 Nov 05:48
Compare
Choose a tag to compare

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