File tree Expand file tree Collapse file tree
src/main/java/org/noear/solon/codecli/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### v2026.6.28
2+
3+ * 添加 soloncode web clear 命令执行后的前端清理
4+ * 优化 soloncode web 设置/供应商 同步细节
5+ * 优化 soloncode web 设置/日志选择、接口规范选择器的表单样式
6+ * 优化 soloncode serve 启动时打印
7+ * 细节优化
18
29### v2026.6.27
310
Original file line number Diff line number Diff line change 11{
2- "cli_version" : " v2026.6.27 " ,
3- "ide_version" : " v2026.6.27 "
2+ "cli_version" : " v2026.6.28 " ,
3+ "ide_version" : " v2026.6.28 "
44}
Original file line number Diff line number Diff line change 55
66$ErrorActionPreference = " Stop"
77
8- $VERSION = " v2026.6.27 "
8+ $VERSION = " v2026.6.28 "
99$PACKAGE_URL = " https://gitee.com/opensolon/soloncode/releases/download/$VERSION /soloncode-cli-bin-$VERSION .tar.gz"
1010$TEMP_DIR = Join-Path $env: TEMP " soloncode-install"
1111
Original file line number Diff line number Diff line change 66
77set -e
88
9- VERSION=" v2026.6.27 "
9+ VERSION=" v2026.6.28 "
1010PACKAGE_URL=" https://gitee.com/opensolon/soloncode/releases/download/${VERSION} /soloncode-cli-bin-${VERSION} .tar.gz"
1111TEMP_DIR=" /tmp/soloncode-install"
1212
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class AgentFlags {
4040 public final static String SCOPE_LOCAL = "workspace" ; //作用域:本地
4141
4242 public static String getVersion () {
43- return "v2026.6.27 " ;
43+ return "v2026.6.28 " ;
4444 }
4545
4646 private static String lastVersion ;
You can’t perform that action at this time.
0 commit comments