github.com/gvcgo/version-manager
v0.7.5
#1733 most downloaded on Go modules
gvcgo/version-manager
What this package is like to depend on
Last release 10 months ago
18 Oct 2025
Release timing varies
gaps range from 9 days to 4 months
Some releases are documented
notes for 10 of 29 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
68 releases · first in 2024
1 release in the last 12 months
see the full history below
Release timeline
68 releases · Mar 2024 to Oct 2025Releases
latest 60 of 68-
v0.7.503 Apr 2025 -
v0.7.4-0.20251018021110-0a1d2844c5e718 Oct 2025 pre-releaseNothing published for this version
-
v0.7.4-0.20250430152256-2a00a7906f8a30 Apr 2025 pre-releaseNothing published for this version
-
v0.7.4-0.20250331100546-b139fb19f61631 Mar 2025 pre-releaseNothing published for this version
-
v0.7.4-0.20241228080132-00f1bdbdbc7a28 Dec 2024 pre-releaseNothing published for this version
-
v0.7.328 Dec 2024Release notes
Open source →- 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.
- New reverse proxy & doc site.
- 命令行模式新增一个命令"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.3-0.20241225035543-ccc3b98b3bfd25 Dec 2024 pre-releaseNothing published for this version
-
v0.7.225 Dec 2024Release notes
Open source →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.2-0.20241223142142-adc678fd5a3423 Dec 2024 pre-releaseNothing published for this version
-
v0.7.123 Dec 2024Release notes
Open source →- 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.1-0.20241113133657-0e82cec12a8f13 Nov 2024 pre-releaseNothing published for this version
-
v0.7.1-0.20241112123533-8a3e531bc99a12 Nov 2024 pre-releaseNothing published for this version
-
v0.7.012 Nov 2024Release notes
Open source →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.905 Oct 2024 -
v0.6.9-0.20241005083050-71b98ad3024005 Oct 2024 pre-releaseNothing published for this version
-
v0.6.9-0.20241001124307-c3d014ee10b301 Oct 2024 pre-releaseNothing published for this version
-
v0.6.801 Oct 2024Release notes
Open source →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.8-0.20241001054454-550dacd4f48d01 Oct 2024 pre-releaseNothing published for this version
-
v0.6.8-0.20241001035945-e6fbe602cbee01 Oct 2024 pre-releaseNothing published for this version
-
v0.6.8-0.20240927123933-4df0d9691a5227 Sep 2024 pre-releaseNothing published for this version
-
v0.6.727 Sep 2024Release notes
Open source →Add CLI support for vmr. Users can choose either CLI or TUI to manage SDKs.
新增命令行(CLI)支持。用户可以选择使用CLI或者TUI进行SDK版本管理。
-
v0.6.601 Sep 2024 -
v0.6.6-0.20240901031427-d89da300c0fa01 Sep 2024 pre-releaseNothing published for this version
-
v0.6.528 Aug 2024Release notes
Open source →- 修改session模式下创建新的terminal的方式,提升windows下的session模式的性能。
- 增加对JDK-Liberica-NIK(JDK Graalvm),bazel, llvm-mingw的支持。
-
v0.6.5-0.20240706093822-d5f34467fe0106 Jul 2024 pre-releaseNothing published for this version
-
v0.6.405 Jul 2024Nothing published for this version
-
v0.6.4-0.20240627041135-9972b50f0d1f27 Jun 2024 pre-releaseNothing published for this version
-
v0.6.325 Jun 2024Nothing published for this version
-
v0.6.3-0.20240607145742-9f10d2fcdf2407 Jun 2024 pre-releaseNothing published for this version
-
v0.6.3-0.20240606052508-02c4dcdd72a206 Jun 2024 pre-releaseNothing published for this version
-
v0.6.3-0.20240604061217-8d9f8ad0d91704 Jun 2024 pre-releaseNothing published for this version
-
v0.6.204 Jun 2024Nothing published for this version
-
v0.6.2-0.20240602135046-08f69b818b5202 Jun 2024 pre-releaseNothing published for this version
-
v0.6.101 Jun 2024Nothing published for this version
-
v0.1.9-0.20240517075454-ad6f584a2bdf17 May 2024 pre-releaseNothing published for this version
-
v0.1.9-0.20240511030322-4af72c38a62d11 May 2024 pre-releaseNothing published for this version
-
v0.1.827 Apr 2024Nothing published for this version
-
v0.1.722 Apr 2024Nothing published for this version
-
v0.1.612 Apr 2024Nothing published for this version
-
v0.1.509 Apr 2024Nothing published for this version
-
v0.1.5-0.20240404145106-b8c6e1a9e91304 Apr 2024 pre-releaseNothing published for this version
-
v0.1.5-0.20240404123154-c6ae27365a0604 Apr 2024 pre-releaseNothing published for this version
-
v0.1.5-0.20240404103337-6232c3ddefa804 Apr 2024 pre-releaseNothing published for this version
-
v0.1.5-0.20240404093551-d8f38e32223f04 Apr 2024 pre-releaseNothing published for this version
-
v0.1.404 Apr 2024Nothing published for this version
-
v0.1.4-0.20240404020034-43e0eabe477f04 Apr 2024 pre-releaseNothing published for this version
-
v0.1.4-0.20240403095950-2ff4de72c42d03 Apr 2024 pre-releaseNothing published for this version
-
v0.1.4-0.20240402083923-06759402c28202 Apr 2024 pre-releaseNothing published for this version
-
v0.1.4-0.20240402050936-6b49a1d061fc02 Apr 2024 pre-releaseNothing published for this version
-
v0.1.4-0.20240401090620-f6082b19080e01 Apr 2024 pre-releaseNothing published for this version
-
v0.1.301 Apr 2024Nothing published for this version
-
v0.1.3-0.20240331152355-d5b88861edc131 Mar 2024 pre-releaseNothing published for this version
-
v0.1.3-0.20240329092819-8bfd551e9cb729 Mar 2024 pre-releaseNothing published for this version
-
v0.1.3-0.20240329031008-b0de4f8d665229 Mar 2024 pre-releaseNothing published for this version
-
v0.1.229 Mar 2024Nothing published for this version
-
v0.1.2-0.20240326030810-ab8865ff081526 Mar 2024 pre-releaseNothing published for this version
-
v0.1.2-0.20240325015916-9468d7bd95ae25 Mar 2024 pre-releaseNothing published for this version
-
v0.1.2-0.20240324034914-5799b8ac310424 Mar 2024 pre-releaseNothing published for this version
-
v0.1.118 Mar 2024Nothing published for this version
-
v0.1.018 Mar 2024Nothing published for this version