mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
documentation: Bump version
This commit is contained in:
parent
975e13a313
commit
fc22466e3b
|
@ -1,3 +1,52 @@
|
||||||
|
#### 1.4.0-beta.6
|
||||||
|
|
||||||
|
* Add `udp_over_stream` option for TUIC client **1**
|
||||||
|
* Add `include_interface` and `exclude_interface` options for tun inbound
|
||||||
|
* Fixes and improvements
|
||||||
|
|
||||||
|
**1**:
|
||||||
|
|
||||||
|
This is the TUIC port of the [UDP over TCP protocol](/configuration/shared/udp-over-tcp), designed to provide a QUIC
|
||||||
|
stream based UDP relay mode that TUIC does not provide. Since it is an add-on protocol, you will need to use sing-box or
|
||||||
|
another program compatible with the protocol as a server.
|
||||||
|
|
||||||
|
This mode has no positive effect in a proper UDP proxy scenario and should only be applied to relay streaming UDP
|
||||||
|
traffic (basically QUIC streams).
|
||||||
|
|
||||||
|
#### 1.4.0-beta.5
|
||||||
|
|
||||||
|
* Fixes and improvements
|
||||||
|
|
||||||
|
#### 1.4.0-beta.4
|
||||||
|
|
||||||
|
* Graphical clients: Persistence group expansion state
|
||||||
|
* Fixes and improvements
|
||||||
|
|
||||||
|
#### 1.4.0-beta.3
|
||||||
|
|
||||||
|
* Fixes and improvements
|
||||||
|
|
||||||
|
#### 1.4.0-beta.2
|
||||||
|
|
||||||
|
* Add MultiPath TCP support **1**
|
||||||
|
* Drop QUIC support for Go 1.18 and 1.19 due to upstream changes
|
||||||
|
* Fixes and improvements
|
||||||
|
|
||||||
|
*1*:
|
||||||
|
|
||||||
|
Requires sing-box to be compiled with Go 1.21.
|
||||||
|
|
||||||
|
#### 1.4.0-beta.1
|
||||||
|
|
||||||
|
* Add TUIC support **1**
|
||||||
|
* Pause recurring tasks when no network or device idle
|
||||||
|
* Fixes and improvements
|
||||||
|
|
||||||
|
*1*:
|
||||||
|
|
||||||
|
See [TUIC inbound](/configuration/inbound/tuic)
|
||||||
|
and [TUIC outbound](/configuration/outbound/tuic)
|
||||||
|
|
||||||
#### 1.3.6
|
#### 1.3.6
|
||||||
|
|
||||||
* Fixes and improvements
|
* Fixes and improvements
|
||||||
|
@ -11,13 +60,16 @@
|
||||||
|
|
||||||
**1**:
|
**1**:
|
||||||
|
|
||||||
Due to the requirement of tvOS 17, the app cannot be submitted to the App Store for the time being, and can only be downloaded through TestFlight.
|
Due to the requirement of tvOS 17, the app cannot be submitted to the App Store for the time being, and can only be
|
||||||
|
downloaded through TestFlight.
|
||||||
|
|
||||||
#### 1.3.4
|
#### 1.3.4
|
||||||
|
|
||||||
* Fixes and improvements
|
* Fixes and improvements
|
||||||
* We're now on the [App Store](https://apps.apple.com/us/app/sing-box/id6451272673), always free! It should be noted that due to stricter and slower review, the release of Store versions will be delayed.
|
* We're now on the [App Store](https://apps.apple.com/us/app/sing-box/id6451272673), always free! It should be noted
|
||||||
* We've made a standalone version of the macOS client (the original Application Extension relies on App Store distribution), which you can download as SFM-version-universal.zip in the release artifacts.
|
that due to stricter and slower review, the release of Store versions will be delayed.
|
||||||
|
* We've made a standalone version of the macOS client (the original Application Extension relies on App Store
|
||||||
|
distribution), which you can download as SFM-version-universal.zip in the release artifacts.
|
||||||
|
|
||||||
#### 1.3.3
|
#### 1.3.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue