Skip to content

Commit 45b3cf7

Browse files
committed
chore(release): 更新 CHANGELOG.md、README.md、README_CN.md 和 release-notes.md 文件
- 在 CHANGELOG.md 中添加 1.6.2 版本更新记录,包括更改和修复内容 - 更新 README.md 和 README_CN.md 中的文档链接至 1.6.2 版本 - 在 release-notes.md 中添加 1.6.2 版本详细发布说明
1 parent 44bfec8 commit 45b3cf7

4 files changed

Lines changed: 31 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [1.6.2] - 2026-06-04
10+
11+
### Changed
12+
13+
- Updated `.spi.yml`: removed redundant `builder.configs` section and added `metadata.authors`
14+
- Updated Xcode project `SWIFT_VERSION` from `5.0` to `6.0`
15+
16+
### Fixed
17+
18+
- Fix Swift Package Index build failure caused by FlyHUD's local SPM dependency configuration
19+
920
## [1.6.1] - 2026-05-30
1021

1122
### Added
@@ -183,6 +194,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
183194
- Keyboard layout guide
184195
- Dark mode support
185196

197+
[1.6.2]: https://github.com/liam-i/FlyHUD/compare/1.6.1...1.6.2
186198
[1.6.1]: https://github.com/liam-i/FlyHUD/compare/1.6.0...1.6.1
187199
[1.6.0]: https://github.com/liam-i/FlyHUD/compare/1.5.13...1.6.0
188200
[1.5.13]: https://github.com/liam-i/FlyHUD/compare/1.5.12...1.5.13

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,14 @@ FlyHUD provides comprehensive VoiceOver and accessibility support:
249249
The documentation for releases and `main` are available here:
250250

251251
* [main](https://liam-i.github.io/FlyHUD/main/documentation/)
252-
* [1.6.0](https://liam-i.github.io/FlyHUD/1.6.0/documentation/)
252+
* [1.6.2](https://liam-i.github.io/FlyHUD/1.6.2/documentation/)
253253

254254
<details>
255255
<summary>
256256
Other versions
257257
</summary>
258258

259+
* [1.6.0](https://liam-i.github.io/FlyHUD/1.6.0/documentation/)
259260
* [1.5.6](https://liam-i.github.io/FlyHUD/1.5.6/documentation/flyhud)
260261
* [1.5.4](https://liam-i.github.io/FlyHUD/1.5.4/documentation/lphud)
261262
* [1.5.3](https://liam-i.github.io/FlyHUD/1.5.3/documentation/lphud)

README_CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,14 @@ FlyHUD 提供了完整的 VoiceOver 和无障碍支持:
250250
版本和 `main` 分支的文档可查看此处:
251251

252252
* [main](https://liam-i.github.io/FlyHUD/main/documentation/)
253-
* [1.6.0](https://liam-i.github.io/FlyHUD/1.6.0/documentation/)
253+
* [1.6.2](https://liam-i.github.io/FlyHUD/1.6.2/documentation/)
254254

255255
<details>
256256
<summary>
257257
其他版本
258258
</summary>
259259

260+
* [1.6.0](https://liam-i.github.io/FlyHUD/1.6.0/documentation/)
260261
* [1.5.6](https://liam-i.github.io/FlyHUD/1.5.6/documentation/flyhud)
261262
* [1.5.4](https://liam-i.github.io/FlyHUD/1.5.4/documentation/lphud)
262263
* [1.5.3](https://liam-i.github.io/FlyHUD/1.5.3/documentation/lphud)

release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
Detailed release notes for all FlyHUD versions. For the full changelog, see the
44
<doc:CHANGELOG> file.
55

6+
## 1.6.2 (June 4, 2026)
7+
8+
### Changes
9+
10+
- Updated `.spi.yml`: removed redundant `builder.configs` section and added `metadata.authors`
11+
- Updated Xcode project Swift version (`SWIFT_VERSION`) from `5.0` to `6.0`
12+
13+
### Fixed
14+
15+
- Fix Swift Package Index build failure caused by FlyHUD's local SPM dependency configuration
16+
17+
**Full Changelog:** [1.6.1...1.6.2](https://github.com/liam-i/FlyHUD/compare/1.6.1...1.6.2)
18+
19+
---
20+
621
## 1.6.1 (May 30, 2026)
722

823
### Fixes

0 commit comments

Comments
 (0)