Skip to content

Commit a74e447

Browse files
committed
chore: release v1.4.1
1 parent 08d156f commit a74e447

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.4.1] - 2026-02-01
6+
7+
### Fixed
8+
- **Build**: Fixed compilation error in `server` package initialization.
9+
- **Web UI**: Updated server initialization to include version information.
10+
511
## [1.4.0] - 2026-02-01
612

713
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515
<p align="center">
16-
<a href="https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v1.4.0"><img src="https://img.shields.io/github/v/release/lbjlaq/Antigravity-Manager?style=flat-square&color=blue" alt="Release"></a>
16+
<a href="https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v1.4.1"><img src="https://img.shields.io/github/v/release/lbjlaq/Antigravity-Manager?style=flat-square&color=blue" alt="Release"></a>
1717
<a href="https://github.com/yeasy/ask/blob/main/LICENSE"><img src="https://img.shields.io/github/license/yeasy/ask?style=flat-square" alt="License"></a>
1818
<a href="https://github.com/yeasy/ask/stargazers"><img src="https://img.shields.io/github/stars/yeasy/ask?style=flat-square" alt="Stars"></a>
1919
<a href="https://goreportcard.com/report/github.com/yeasy/ask"><img src="https://goreportcard.com/badge/github.com/yeasy/ask?style=flat-square" alt="Go Report Card"></a>
@@ -99,7 +99,7 @@ go install github.com/yeasy/ask@latest
9999
```
100100

101101
**Binary / Manual Install (Windows / Linux / Desktop):**
102-
Download the latest pre-compiled binary or Desktop App for your system from [Releases](https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v1.4.0).
102+
Download the latest pre-compiled binary or Desktop App for your system from [Releases](https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v1.4.1).
103103

104104

105105
### 2. Initialize

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515
<p align="center">
16-
<a href="https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v1.4.0"><img src="https://img.shields.io/github/v/release/lbjlaq/Antigravity-Manager?style=flat-square&color=blue" alt="Release"></a>
16+
<a href="https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v1.4.1"><img src="https://img.shields.io/github/v/release/lbjlaq/Antigravity-Manager?style=flat-square&color=blue" alt="Release"></a>
1717
<a href="https://github.com/yeasy/ask/blob/main/LICENSE"><img src="https://img.shields.io/github/license/yeasy/ask?style=flat-square" alt="License"></a>
1818
<a href="https://github.com/yeasy/ask/stargazers"><img src="https://img.shields.io/github/stars/yeasy/ask?style=flat-square" alt="Stars"></a>
1919
<img src="https://img.shields.io/badge/Go-1.24+-00ADD8?style=flat-square&logo=go" alt="Go Version">
@@ -101,7 +101,7 @@ make build-desktop # 构建桌面应用
101101
```
102102

103103
**二进制 / 手动安装 (Windows / Linux):**
104-
请前往 [Releases](https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v1.4.0) 页面下载对应系统的预编译二进制文件。
104+
请前往 [Releases](https://github.com/lbjlaq/Antigravity-Manager/releases/tag/v1.4.1) 页面下载对应系统的预编译二进制文件。
105105

106106

107107

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Codex, etc.) with a familiar CLI experience, just like Homebrew or npm.`,
6161
}
6262

6363
// Version is the current version of the application
64-
const Version = "1.4.0"
64+
const Version = "1.4.1"
6565

6666
// Top-level aliases (Docker-style)
6767
var installRootCmd = &cobra.Command{

0 commit comments

Comments
 (0)