chore: prepare v1.0.6 release

This commit is contained in:
xweiba
2026-09-01 18:17:34 +08:00
parent b530d52add
commit eadeca636d
5 changed files with 37 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@
## 已发布
- [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.4](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.4) — 2026-08-09
- [v1.0.3](https://github.com/xweiba/location-spoofer/releases/tag/v1.0.3) — 2026-08-09
+31
View File
@@ -0,0 +1,31 @@
# v1.0.6
发布日期:2026-09-01
## 主要更新
- 第三方代理模式完全改用上游 Yu9191/wloc 的模块与脚本,订阅地址直接指向上游(支持 gh-proxy 国内镜像),项目不再维护自有模块/脚本副本,避免再因版本漂移失效。
- 扩展 Apple 定位域名拦截:新增 `gsp-ssl.ls.apple.com``bluedot.is.autonavi.com`(国内设备真实定位域名),内置代理同步覆盖。
- 第三方模式新增「随机扰动」开关:同步坐标时给目标点添加随机偏移(默认 50 米),防止位置固定在同一点。
- 运动状态模拟改为仅 APP 模式可用(上游脚本不支持第三方运动模拟)。
- 移除脚本版本检测:不再请求 `/wloc-settings/version`,第三方模式基础坐标同步不再受版本协议影响。
- 新增 iOS 27 beta 6 起系统禁止对 `gs-loc.apple.com` 进行 MITM 拦截的警告提示(App 引导与 README 同步)。
## 提交变更总结
- `b530d52` feat: drop script version detection; split motion vs perturbation by mode
- `135e26e` feat: point third-party mode at upstream Yu9191 modules
- `d35d5c7` feat: vendor upstream modules verbatim, mirror via gh-proxy
- `cce2aef` feat: wire randomRadius perturbation argument into all modules
- `9cea683` fix: point third-party modules at upstream wloc scripts
- `fb0ca96` fix: sync third-party wloc scripts with upstream
- `a666f17` fix: intercept gsp-ssl.ls.apple.com and bluedot wloc endpoints
## 自签安装
- 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.5..v1.0.6 -->