Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Sep 17, 2024
1 parent 4d0362d commit f5554dd
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 4 deletions.
27 changes: 27 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/clients/apple/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down
17 changes: 17 additions & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions docs/migration.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 行为更新
Expand Down

0 comments on commit f5554dd

Please sign in to comment.