Releases: voidint/g
Releases · voidint/g
v1.8.0
What's Changed
- feature: support mcp server mode. @voidint
- feature: support automatic switching to the Go version specified in go.mod. #163 @voidint
New Contributors
- @hxx258456 made their first contribution in #141
- @andrewfung729 made their first contribution in #164
- @akkuman made their first contribution in #166
Full Changelog: v1.7.0...v1.8.0
v1.7.0
v1.6.0
- 特性:新增若干子命令别名,如
g lsr、g l、g i。@akayj - 特性:新增
g env子命令,用于输出 g 相关环境变量的值。@akayj - 特性:
g install子命令新增--nouse选项,表示仅安装新版本但不切换。@jan-bar - 特性:支持
ls-remote子命令按版本范围约束过滤版本号。#120 @voidint - 特性:支持以通配符方式安装版本。#118 @voidint
- 特性:
ls和ls-remote子命令新增--output选项,可以 JSON 格式输出查询信息。#119 @voidint - 优化:
g -v版本信息扩充。#93 @voidint
温馨提示:v1.5.0及以上版本可通过g self update命令自动升级至最新版本😊
v1.5.2
v1.5.1
v1.5.0
- 特性: 新增
g self uninstall和g self update子命令。#80 @voidint - 特性:由
g self update替代原g update子命令,g update在帮助信息中被隐藏,今后可以移除该子命令。@voidint - 特性:新增 Windows 系统自动化安装 powershell 脚本。@wangduanduan
- 优化: 下载进度条样式变更为
===>。@voidint - 优化: 优化了自动化安装shell脚本。#47 @voidint
- 优化: 减小的二进制文件体积,约1MiB。@voidint
- 优化:重构了代码包结构,对于不应对外暴露的包结构移入
internal包中。@voidint
温馨提示:v1.3.0及以上版本可通过g self update命令自动升级至最新版本😊