chore: 准备 v1.0.7 发布

This commit is contained in:
xweiba
2026-09-11 11:55:03 +08:00
parent 68cd5fd31c
commit 46c623ad81
6 changed files with 33 additions and 6 deletions
+2 -2
View File
@@ -142,7 +142,7 @@ test -s "$ROOT/docs/onboarding-screenshots/shadowrocket/shadowrocket-module-impo
grep -q 'presentSuccessfulOperationTip(.activation)' "$ROOT/App/MapHomeView.swift" || fail "third-party save must present the activation tip" grep -q 'presentSuccessfulOperationTip(.activation)' "$ROOT/App/MapHomeView.swift" || fail "third-party save must present the activation tip"
grep -q 'presentSuccessfulOperationTip(.deactivation)' "$ROOT/App/MapHomeView.swift" || fail "third-party clear must present the deactivation tip" grep -q 'presentSuccessfulOperationTip(.deactivation)' "$ROOT/App/MapHomeView.swift" || fail "third-party clear must present the deactivation tip"
grep -q 'if spoofState == .active' "$ROOT/App/MapHomeView.swift" || fail "manual help must follow the shared spoof state" grep -q 'if spoofState == .active' "$ROOT/App/MapHomeView.swift" || fail "manual help must follow the shared spoof state"
grep -q 'MARKETING_VERSION: "1.0.6"' "$ROOT/project.yml" || fail "marketing version must be 1.0.6" grep -q 'MARKETING_VERSION: "1.0.7"' "$ROOT/project.yml" || fail "marketing version must be 1.0.7"
grep -q 'CURRENT_PROJECT_VERSION: "7"' "$ROOT/project.yml" || fail "build version must be 7" grep -q 'CURRENT_PROJECT_VERSION: "8"' "$ROOT/project.yml" || fail "build version must be 8"
echo "PASS: third-party proxy mode contract" echo "PASS: third-party proxy mode contract"
@@ -25,7 +25,7 @@ import sys
with open(sys.argv[1], encoding="utf-8") as handle: with open(sys.argv[1], encoding="utf-8") as handle:
config = json.load(handle) config = json.load(handle)
assert config["latestVersion"] == "1.0.6" assert config["latestVersion"] == "1.0.7"
assert config["minimumSupportedVersion"] == "1.0.0" assert config["minimumSupportedVersion"] == "1.0.0"
assert "shadowrocket" not in config["communityPromptClients"] assert "shadowrocket" not in config["communityPromptClients"]
assert set(config["communityPromptClients"]) == { assert set(config["communityPromptClients"]) == {
+1
View File
@@ -4,6 +4,7 @@
## 已发布 ## 已发布
- [v1.0.7](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.7) — 2026-09-11
- [v1.0.6](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.6) — 2026-09-01 - [v1.0.6](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.6) — 2026-09-01
- [v1.0.5](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.5) — 2026-08-10 - [v1.0.5](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.5) — 2026-08-10
- [v1.0.4](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.4) — 2026-08-09 - [v1.0.4](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.4) — 2026-08-09
+26
View File
@@ -0,0 +1,26 @@
# v1.0.7
发布日期:2026-09-11
## 主要更新
- 新增完整英文界面,并将诊断日志和 Bug 报告正文调整为英文,方便在 GitHub 提交和排查问题。
- 从保留完整历史的 `xepes0/wloc` 恢复原 WLOC 脚本,固定上游提交与文件哈希,并改由本仓库长期托管。
- 修复 Shadowrocket 等第三方客户端的脚本失效问题,模块和脚本统一使用项目自有地址及 `1.0.8` 缓存版本。
- HTTPS 解密配置展示全部五个定位域名,每个域名提供独立复制按钮,并可直接打开当前第三方客户端。
- 本地打包同时生成固定文件名和带生成时间的未签名 IPA,避免同名文件缓存造成误用。
## 提交变更总结
- `68cd5fd` fix(proxy): 恢复上游脚本与逐项域名复制
- `0594970` fix(i18n): 完善国际化并迁移 WLOC 脚本
- `908ac8f` Add English localization (device-language based)
## 自签安装
- Release 附件为未签名 IPA,安装前需要自行签名。
- 可使用免费 Apple ID 和 Impactor 完成签名安装,无需付费开发者账号。
- 签名时请保留 Bundle ID `com.paopaolabs.location-spoofer`、App Group `group.com.paopaolabs.location-spoofer` 及原有 entitlements。
- 免费 Apple ID 签名通常只有 7 天有效期,到期后需要重新签名安装。
<!-- commit-range: v1.0.6..v1.0.7 -->
+2 -2
View File
@@ -14,8 +14,8 @@ knownRegions:
settings: settings:
base: base:
SWIFT_VERSION: "5.9" SWIFT_VERSION: "5.9"
MARKETING_VERSION: "1.0.6" MARKETING_VERSION: "1.0.7"
CURRENT_PROJECT_VERSION: "7" CURRENT_PROJECT_VERSION: "8"
CODE_SIGN_STYLE: Manual CODE_SIGN_STYLE: Manual
CODE_SIGNING_ALLOWED: "NO" CODE_SIGNING_ALLOWED: "NO"
CODE_SIGNING_REQUIRED: "NO" CODE_SIGNING_REQUIRED: "NO"
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"latestVersion": "1.0.6", "latestVersion": "1.0.7",
"minimumSupportedVersion": "1.0.0", "minimumSupportedVersion": "1.0.0",
"communityPromptClients": ["surge", "quantumultX", "loon", "stash", "egern"] "communityPromptClients": ["surge", "quantumultX", "loon", "stash", "egern"]
} }