Skip to content

Releases: gvcgo/version-manager

v0.7.3 release🌈

28 Dec 05:57
Compare
Choose a tag to compare
  • Add new command "add-completions" for CLI, which automat generates auto-completion scripts and add it to powershell/bash/zsh/fish profiles.
  • bugfix for Download Bar hangs when pressing "q".
  • Add new command "nested-sessions", which toggles Allow/Disallow nested sessions for VMR. Note that never use Lockfile and nested sessions at the same time!
  • Add new command "is-session-mode", which shows if current shell is in session mode.
  • Add customed source command alias svmr="export VM_DISABLE='' && source ~/.bashrc" for unix-like systems.
  • Bugfix for Conda installed SDKs when using "vmr ii"
  • Add "q" for spinners.
  • Tidy PATH Envs for windows in case the lenght limit.
  • Pathes for mingw bash shell.

  • 命令行模式新增一个命令"add-completions",可以一键自动生成命令行自动补全脚本并添加到powershell/bash/zsh/fish的profile文件中。
  • 解决下载进度条提示下面,按键q取消时卡住的bug
  • 新增命令"nested-sessions",用于切换是否允许嵌套session。注意不要Lockfile和嵌套session一起使用!
  • 新增命令"is-session-mode",用于显示当前shell是否处于session模式
  • 在当前shell的配置文件中自动增加一个定制的source命令,用于在session模式下source加载通过全局模式安装的sdk。
  • 修复"vmr ii"无法显示通过Conda安装的vmr尚未支持的SDK的情况。
  • 为spinner添加"q"退出功能。
  • 由于Windows下的PATH变量有长度限制,所以对Windows下的Path环境变量进行了整理,抽出%VMR_VERSIONS%="%HOMEPATH%/.vmr/versions"
  • 完整支持windows下的mingw bash shell

Full Changelog: v0.7.2...v0.7.3

v0.7.2

25 Dec 03:41
Compare
Choose a tag to compare

Bugfix for mingw bash shell.

What's Changed

  • Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules group across 1 directory by @dependabot in #137

Full Changelog: v0.7.1...v0.7.2

v0.7.1 release🌈

23 Dec 12:22
Compare
Choose a tag to compare
  1. Bugfix for zip file contains __MACOSX; @wodeguaiguai
  2. New command , shows Installed SDKs and Versions. @moqsien
  3. Bugfix for vmr-update.bat and vmr-uninstall.bat. @moqsien
  4. Bugfix for zig/upx installation on windows. @moqsien
  5. Upgrade golang.org/x/crypto.

v0.7.0 release🌈

12 Nov 07:04
Compare
Choose a tag to compare

bugfix for version locker on Windows.
bugfix for command 'vmr use'
bugfix for os.Getenv("SHELL") in docker.

add new command 'vmr installed-sdks'.

v0.6.9 release🌈

05 Oct 08:35
Compare
Choose a tag to compare

Full Changelog: v0.6.9...v0.6.9

Bug fix for installing executables.

v0.6.8 release 🌈

01 Oct 06:58
Compare
Choose a tag to compare

Full Changelog: v0.6.7...v0.6.8

  1. Add searching version list using Conda, eg vmr s -c sdkname.
  2. Add installing version using Conda while the SDK is not supported by VMR but Conda. Note that you need to set the ENVs manually. vmr u -c sdkname@version
  3. Add support for wasmtime, wasmer, wasmedge.
  4. Fix core lib support for Moonbit.

  1. 增加从Conda-Forge搜索版本的功能,例如, vmr s -c sdkname.
  2. 增加直接从Conda安装VMR暂时未支持的SDK,例如, vmr u -c sdkname@version.
  3. 增加对wasmtime, wasmer, wasmedge的支持.
  4. 修复Moonbit中对core lib安装问题.

v0.6.7 release🌈

27 Sep 12:06
Compare
Choose a tag to compare

Add CLI support for vmr. Users can choose either CLI or TUI to manage SDKs.

新增命令行(CLI)支持。用户可以选择使用CLI或者TUI进行SDK版本管理。

v0.6.6 🌈

01 Sep 03:18
Compare
Choose a tag to compare

Version sort fixed for RC & Beta.

v0.6.5🌈

28 Aug 13:49
Compare
Choose a tag to compare
  1. 修改session模式下创建新的terminal的方式,提升windows下的session模式的性能。
  2. 增加对JDK-Liberica-NIK(JDK Graalvm),bazel, llvm-mingw的支持。

v0.6.4 🌈

05 Jul 05:43
Compare
Choose a tag to compare
  1. Add support for Garnet, MongoDB, MySQL, PostgreSQL, Redka, Github-CLI, g++
  2. Bugfix for download.
  3. Bugfix for scala installation.
  4. Bugfix for tree-sitter installation.