Skip to content

Commit 8e7ae72

Browse files
committed
chore: release v0.1.1
1 parent f6aeb14 commit 8e7ae72

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs-linhay/memory/2026-04-26.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,5 @@
150150
- 发布修复:新增 `scripts/build-sidecar.sh`,统一从本地 fork 源码构建 sidecar;`darwin/universal` 场景会先分别构建 `arm64/x86_64`,再用 `lipo` 合成为单一 universal `build/bin/cli-proxy-api`
151151
- 发布治理:`.github/workflows/release.yml` 已切换为源码构建 sidecar,不再依赖上游 `router-for-me/CLIProxyAPI` release 资产。
152152
- 额外发现:Wails `darwin/universal` 打包后,`GetTokens.app/Contents/MacOS/cli-proxy-api` 会退回单架构副本;因此 workflow 需要在 `wails build` 之后显式把 `build/bin/cli-proxy-api` 覆盖回 app bundle,再进入签名与 DMG。
153+
- Release v0.1.1 已完成本地正式签名公证验证:`GetTokens.app` notarization submission `f408535a-17b1-4390-8833-144fb05cfcce` Accepted,`GetTokens_darwin_universal.dmg` submission `67381bcb-427e-4d4a-bed8-4fa66a8a5e1c` Accepted,`stapler validate` 通过。
154+
- 本轮发布版本同步到 `frontend/package.json@0.1.1` / `frontend/package-lock.json@0.1.1`,准备以 git tag `v0.1.1` 触发 GitHub Release workflow。

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gettokens-frontend",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

frontend/package.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8b028b4ca170b27b487153842f114243
1+
eeceab8a0dae6629403dcfd4cc741ee1

scripts/sign-notarize-macos-release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)