Skip to content

Commit 202b5e3

Browse files
committed
CHORE: 升级版本号到 1.0.24
1 parent c069fb2 commit 202b5e3

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

TASKS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Echo Loop 任务清单
22

3-
> 最后更新:2026-07-06(订阅页自动续费说明弱化
3+
> 最后更新:2026-07-07(版本号升级到 1.0.24
44
> 当前焦点:Android 结束录音闪退(离线 ASR / Silero VAD)——**仍未解决**
55
6+
## 已完成:版本号升级到 1.0.24
7+
8+
按“版本 +1”要求,将 Flutter 应用版本从 `1.0.23` 升级到 `1.0.24`。当前仓库的 Android `versionName` 跟随 Flutter `versionName`,iOS/macOS 标准构建链路使用 Flutter build name,本次只需更新 `pubspec.yaml` 即可同步到应用构建版本。
9+
10+
- [x] `pubspec.yaml`:版本号从 `1.0.23` 升级到 `1.0.24`
11+
- [x] 验证:检查 Android `build.gradle.kts` 仍使用 `flutter.versionName`,版本升级会随 Flutter 构建配置自动生效。
12+
13+
**完成时间**: 2026-07-07
14+
615
## 已完成:修复 GitHub CI 冒烟测试后台网络副作用
716

817
最新 GitHub Actions `CI` run `28786906432``test` job 日志显示 `3845 tests passed, 13 skipped`,但 `flutter test --concurrency=1` 在汇总全过后仍以 exit code 1 结束。失败尾部集中在 `test/widget_test.dart: App smoke test` 启动 `EchoLoopApp` 后触发的真实后台链路:版本更新检查访问 `localhost:3000/version.json`,官方合集冷启动同步访问真实 catalog。

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.23
19+
version: 1.0.24
2020

2121
environment:
2222
sdk: ^3.9.2

0 commit comments

Comments
 (0)