Release version 0.1.24

This commit is contained in:
inman
2026-06-04 10:21:21 +08:00
parent 88c13712d7
commit 98a576085b
3 changed files with 53 additions and 1 deletions

View File

@@ -48,6 +48,36 @@ Verification:
- `pnpm test`: passed, 111 files / 712 tests, with existing MaxListeners warnings.
- Pushed `84128db` to `origin/main`.
## 2026-06-04 正式版本发布
Status: in_progress
Goal:
- 发布一个非 pilot 的正式版本安装包,并推送源码版本提交和正式 tag 到仓库。
- 正式包不能内置模型 API key、token、client secret、`.env.local` 或客户专属配置。
Tasks:
- [x] 确认当前分支/远端干净且开发进程已停止。
- [x] 选择未占用的正式版本号 `0.1.24`
- [x]`package.json` 升级到 `0.1.24`,暂不创建正式 tag。
- [x] 运行非 pilot 打包,生成正式 macOS arm64 安装包。
- [x] 验证正式包资源不含内测模型凭据或已清除的应用中心内置应用。
- [ ] 提交版本更新并创建 `v0.1.24` tag。
- [ ] 推送 `main``v0.1.24` 到远端。
Notes:
- `pnpm version 0.1.24 --no-git-tag-version` 仍触发了项目 `postversion` hook 的 `git push --tags`,因此本地历史 tags 被推送到 `origin`。未创建或推送 `v0.1.24`
- 正式非 pilot 包产物:
- `release/智念助手-0.1.24-mac-arm64.dmg`
- `release/智念助手-0.1.24-mac-arm64.zip`
- SHA256:
- dmg: `562931df3f91ff538f74e651adeb03c48e962b6e41e2bc6a0c0ef166b0258a89`
- zip: `b7b8a0551dc5314cf77f8112c23167c42a55989f6ca2d5282dc4e1d7008ca7fb`
- `codesign --verify --deep --strict --verbose=2 release/mac-arm64/智念助手.app`: passed.
- `hdiutil verify release/智念助手-0.1.24-mac-arm64.dmg`: passed.
- `spctl --assess --type execute --verbose=4 release/mac-arm64/智念助手.app`: rejected as `Unnotarized Developer ID`; Apple notarization env vars are unset, so this build is signed but not notarized.
- `build/yinian-internal/model-auth-profiles.json` and packaged `resources/yinian-internal/model-auth-profiles.json` both report `"bundled": false`.
## 2026-06-03 模型 API 自定义 Provider 同步修复
Status: complete