Skip to content

Commit 916c52e

Browse files
committed
fix: correct repository URLs and CI config for v1.4.1
- Fix release badge and download links in README.md and README_zh.md - Fix Codecov upload condition in test.yml (1.22 → 1.24) - Update CHANGELOG.md for v1.4.1 release
1 parent 32c6f78 commit 916c52e

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: go tool cover -func=coverage.out
3737

3838
- name: Upload coverage to Codecov
39-
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.22'
39+
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.24'
4040
uses: codecov/codecov-action@v4
4141
with:
4242
file: ./coverage.out

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [1.4.1] - 2026-02-02
6+
7+
### Fixed
8+
- **Documentation**: Fixed incorrect release badge and download links in README.md and README_zh.md (was pointing to wrong repository).
9+
- **CI**: Fixed Codecov upload condition in test.yml (go-version 1.22 → 1.24).
10+
- **Documentation**: Fixed malformed YAML frontmatter example in SPEC.md.
11+
512
## [1.4.0] - 2026-02-01
613

714
### Fixed
@@ -236,7 +243,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236243
- Configuration file support (`ask.yaml`)
237244
- Default repositories: Community, Anthropic, MCP-Servers, Scientific, Superpowers
238245

239-
[Unreleased]: https://github.com/yeasy/ask/compare/v1.3.3...HEAD
246+
[Unreleased]: https://github.com/yeasy/ask/compare/v1.4.1...HEAD
247+
[1.4.1]: https://github.com/yeasy/ask/compare/v1.4.0...v1.4.1
248+
[1.4.0]: https://github.com/yeasy/ask/compare/v1.3.3...v1.4.0
240249
[1.3.3]: https://github.com/yeasy/ask/compare/v1.3.2...v1.3.3
241250
[1.3.2]: https://github.com/yeasy/ask/compare/v1.3.1...v1.3.2
242251
[1.3.1]: https://github.com/yeasy/ask/compare/v1.1.3...v1.3.1

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/yeasy/ask/releases"><img src="https://img.shields.io/github/v/release/yeasy/ask?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/yeasy/ask/releases).
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/yeasy/ask/releases"><img src="https://img.shields.io/github/v/release/yeasy/ask?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/yeasy/ask/releases) 页面下载对应系统的预编译二进制文件。
105105

106106

107107

0 commit comments

Comments
 (0)