documentation: Bump version

This commit is contained in:
世界
2024-05-27 22:30:52 +08:00
parent d07aafec61
commit c5776d89bb
5 changed files with 35 additions and 14 deletions

View File

@@ -2,6 +2,37 @@
icon: material/alert-decagram
---
#### 1.10.0-alpha.2
* Move auto redirect to Tun **1**
* Fixes and improvements
**1**:
Linux support are added.
See [Tun](/configuration/inbound/tun/#auto_redirect).
#### 1.10.0-alpha.1
* Add tailing comma support in JSON configuration
* Add simple auto redirect for Android **1**
* Add BitTorrent sniffer **2**
**1**:
It allows you to use redirect inbound in the sing-box Android client
and automatically configures IPv4 TCP redirection via su.
This may alleviate the symptoms of some OCD patients who think that
redirect can effectively save power compared to the system HTTP Proxy.
See [Redirect](/configuration/inbound/redirect/).
**2**:
See [Protocol Sniff](/configuration/route/sniff/).
### 1.9.0
* Fixes and improvements