diff --git a/clients/android b/clients/android index 440aaa9a..dcf6e1f2 160000 --- a/clients/android +++ b/clients/android @@ -1 +1 @@ -Subproject commit 440aaa9a1a7504293758243b18478592aaf670b7 +Subproject commit dcf6e1f20a3789c4e4bccafba183d56e8a0947a7 diff --git a/clients/apple b/clients/apple index aa4ce984..8b5ad192 160000 --- a/clients/apple +++ b/clients/apple @@ -1 +1 @@ -Subproject commit aa4ce9842174af85e4d3b2bd5e1651e4f87d3526 +Subproject commit 8b5ad1928fcfec923086963b0415672714cfd86f diff --git a/docs/changelog.md b/docs/changelog.md index dbb66ba8..6cf9f5fa 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,28 @@ icon: material/alert-decagram --- +### 1.9.5 + +* Update quic-go to v0.47.0 +* Fix direct dialer not resolving domain +* Fix no error return when empty DNS cache retrieved +* Fix build with go1.23 +* Fix stream sniffer +* Fix bad redirect in clash-api +* Fix wireguard events chan leak +* Fix cached conn eats up read deadlines +* Fix disconnected interface selected as default in windows +* Update Bundle Identifiers for Apple platform clients **1** + +**1**: + +See [Migration](/migration/#bundle-identifier-updates-in-apple-platform-clients). + +We are still working on getting all sing-box apps back on the App Store. + +This work is expected to be completed within a week +(SFI on the App Store and others on TestFlight are already available). + ### 1.9.4 * Update quic-go to v0.46.0 @@ -17,6 +39,11 @@ icon: material/alert-decagram * Fix UDP connnection leak when sniffing * Fixes and improvements +_Due to problems with our Apple developer account, +sing-box apps on Apple platforms are temporarily unavailable for download or update. +If your company or organization is willing to help us return to the App Store, +please [contact us](mailto:contact@sagernet.org)._ + ### 1.9.3 * Fixes and improvements diff --git a/docs/clients/apple/index.md b/docs/clients/apple/index.md index 53e141f2..f5b754c1 100644 --- a/docs/clients/apple/index.md +++ b/docs/clients/apple/index.md @@ -11,7 +11,7 @@ platform-specific function implementation, such as TUN transparent proxy impleme Due to problems with our Apple developer account, sing-box apps on Apple platforms are temporarily unavailable for download or update. - We are working on getting sing-box apps back on the App Store, which should be completed within a month (TestFlight is already available). + We are working on getting sing-box apps back on the App Store, which should be completed within a week (SFI on the App Store and others on TestFlight are already available). ## :material-graph: Requirements @@ -20,7 +20,7 @@ platform-specific function implementation, such as TUN transparent proxy impleme ## :material-download: Download -* ~~[App Store](https://apps.apple.com/us/app/sing-box/id6451272673)~~ +* [App Store](https://apps.apple.com/app/sing-box-vt/id6673731168) * TestFlight (Beta) TestFlight quota is only available to [sponsors](https://github.com/sponsors/nekohasekai) diff --git a/docs/migration.md b/docs/migration.md index efe92dfd..6ea0de49 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -2,6 +2,23 @@ icon: material/arrange-bring-forward --- +## 1.9.5 + +### Bundle Identifier updates in Apple platform clients + +Due to problems with our old Apple developer account, +we can only change Bundle Identifiers to re-list sing-box apps, +which means the data will not be automatically inherited. + +For iOS, you need to back up your old data yourself (if you still have access to it); +for tvOS, you need to re-import profiles from your iPhone or iPad or create it manually; +for macOS, you can migrate the data folder using the following command: + +```bash +cd ~/Library/Group\ Containers && \ + mv group.io.nekohasekai.sfa group.io.nekohasekai.sfavt +``` + ## 1.9.0 ### `domain_suffix` behavior update diff --git a/docs/migration.zh.md b/docs/migration.zh.md index ce23875a..2cbbba6f 100644 --- a/docs/migration.zh.md +++ b/docs/migration.zh.md @@ -2,6 +2,22 @@ icon: material/arrange-bring-forward --- +## 1.9.5 + +### Apple 平台客户端的 Bundle Identifier 更新 + +由于我们旧的苹果开发者账户存在问题,我们只能通过更新 Bundle Identifiers +来重新上架 sing-box 应用, 这意味着数据不会自动继承。 + +对于 iOS,您需要自行备份旧的数据(如果您仍然可以访问); +对于 Apple tvOS,您需要从 iPhone 或 iPad 重新导入配置或者手动创建; +对于 macOS,您可以使用以下命令迁移数据文件夹: + +```bash +cd ~/Library/Group\ Containers && \ + mv group.io.nekohasekai.sfa group.io.nekohasekai.sfavt +``` + ## 1.9.0 ### `domain_suffix` 行为更新