Releases: gvcgo/version-manager
Releases · gvcgo/version-manager
v0.7.3 release🌈
- 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
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🌈
- Bugfix for zip file contains __MACOSX; @wodeguaiguai
- New command , shows Installed SDKs and Versions. @moqsien
- Bugfix for vmr-update.bat and vmr-uninstall.bat. @moqsien
- Bugfix for zig/upx installation on windows. @moqsien
- Upgrade golang.org/x/crypto.
v0.7.0 release🌈
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🌈
Full Changelog: v0.6.9...v0.6.9
Bug fix for installing executables.
v0.6.8 release 🌈
Full Changelog: v0.6.7...v0.6.8
- Add searching version list using Conda, eg vmr s -c sdkname.
- 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
- Add support for wasmtime, wasmer, wasmedge.
- Fix core lib support for Moonbit.
- 增加从Conda-Forge搜索版本的功能,例如, vmr s -c sdkname.
- 增加直接从Conda安装VMR暂时未支持的SDK,例如, vmr u -c sdkname@version.
- 增加对wasmtime, wasmer, wasmedge的支持.
- 修复Moonbit中对core lib安装问题.
v0.6.7 release🌈
Add CLI support for vmr. Users can choose either CLI or TUI to manage SDKs.
新增命令行(CLI)支持。用户可以选择使用CLI或者TUI进行SDK版本管理。