世界 1 år sedan
förälder
incheckning
f5554dd8b8
6 ändrade filer med 64 tillägg och 4 borttagningar
  1. 1 1
      clients/android
  2. 1 1
      clients/apple
  3. 27 0
      docs/changelog.md
  4. 2 2
      docs/clients/apple/index.md
  5. 17 0
      docs/migration.md
  6. 16 0
      docs/migration.zh.md

+ 1 - 1
clients/android

@@ -1 +1 @@
-Subproject commit 440aaa9a1a7504293758243b18478592aaf670b7
+Subproject commit dcf6e1f20a3789c4e4bccafba183d56e8a0947a7

+ 1 - 1
clients/apple

@@ -1 +1 @@
-Subproject commit aa4ce9842174af85e4d3b2bd5e1651e4f87d3526
+Subproject commit 8b5ad1928fcfec923086963b0415672714cfd86f

+ 27 - 0
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:[email protected])._
+
 ### 1.9.3
 
 * Fixes and improvements

+ 2 - 2
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)

+ 17 - 0
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

+ 16 - 0
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` 行为更新