diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d544f45..b184637 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: inputs: tag: - description: "Release tag, for example v1.2.1" + description: "Release tag, for example v1.2.2" required: true permissions: diff --git a/README.md b/README.md index e075a7a..9952463 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The project is designed for tools such as Claude Code, Cline, Continue, OpenCode ## Current Version -The current desktop line is `v1.2.1`. +The current desktop line is `v1.2.2`. Release builds are produced by GitHub Actions for: @@ -306,7 +306,7 @@ The desktop bundle name is always `Lingma IPC Proxy`. The release workflow is triggered by: -- pushing a tag such as `v1.2.1` +- pushing a tag such as `v1.2.2` - manually running the `Release` workflow with a tag input Planned improvements: diff --git a/README.zh-CN.md b/README.zh-CN.md index f139e3a..68328b4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -11,7 +11,7 @@ ## 当前版本 -当前桌面端版本线:`v1.2.1` +当前桌面端版本线:`v1.2.2` GitHub Actions 会在 Release 中产出: @@ -415,8 +415,8 @@ Lingma IPC Proxy 发布方式: ```bash -git tag v1.2.1 -git push origin v1.2.1 +git tag v1.2.2 +git push origin v1.2.2 ``` 也可以在 GitHub Actions 页面手动运行 `Release` workflow,并输入 tag。 diff --git a/desktop/frontend/src/App.vue b/desktop/frontend/src/App.vue index a8ca9e3..6c18eb0 100644 --- a/desktop/frontend/src/App.vue +++ b/desktop/frontend/src/App.vue @@ -222,7 +222,7 @@ onUnmounted(() => {