Skip to content

Releases: 1111mp/nvm-desktop

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

v2.5.0

20 Nov 05:03
Compare
Choose a tag to compare

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

02 Nov 10:41
Compare
Choose a tag to compare

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.

v2.3.0

16 Oct 13:05
Compare
Choose a tag to compare

Release Notes for v2.3.0

Deps Upgrades

Fixes

nvm-desktop

  • [27658fd] - Add page skeleton screen to optimize experience.
  • [1413b3a] - Update more friendly prompt information.
  • [3e95c5d] - Incomplete versions.json cache data causes application crash.
  • [6b06a9a] - Give the user some prompts when the Node process is occupied and the execution of the upgrade script cannot be completed

nvmd-command

  • [5e214c0] - Filter invalid the version numbers of node.
  • [7cd0bd7] - Getting npm perfix path is more reliable.