Skip to content

Commit e0e05a1

Browse files
committed
v2026.6.28
1 parent c823082 commit e0e05a1

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

UPDATE_LOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

soloncode-cli/setup/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
}

soloncode-cli/setup/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

soloncode-cli/setup/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -e
88

9-
VERSION="v2026.6.27"
9+
VERSION="v2026.6.28"
1010
PACKAGE_URL="https://gitee.com/opensolon/soloncode/releases/download/${VERSION}/soloncode-cli-bin-${VERSION}.tar.gz"
1111
TEMP_DIR="/tmp/soloncode-install"
1212

soloncode-cli/src/main/java/org/noear/solon/codecli/config/AgentFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)