Skip to content

v0.7.3 release🌈

Latest
Compare
Choose a tag to compare
@moqsien moqsien released this 28 Dec 05:57
· 33 commits to main since this 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