mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-02-16 14:24:31 +00:00
Update documentation
This commit is contained in:
parent
4801b6f057
commit
1b091c9b07
|
@ -1,6 +1,6 @@
|
||||||
package constant
|
package constant
|
||||||
|
|
||||||
var (
|
var (
|
||||||
Version = "1.0-beta3"
|
Version = "1.0-rc1"
|
||||||
Commit = ""
|
Commit = ""
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,9 +1,20 @@
|
||||||
|
#### 1.0-rc1
|
||||||
|
|
||||||
|
* Fix write log timestamp
|
||||||
|
* Fix write zero
|
||||||
|
* Fix dial parallel in direct outbound
|
||||||
|
* Fix write trojan udp
|
||||||
|
* Fix DNS routing
|
||||||
|
* Add attribute support for geosite
|
||||||
|
* Update documentation for [Dial Fields](/configuration/shared/dial)
|
||||||
|
|
||||||
#### 1.0-beta3
|
#### 1.0-beta3
|
||||||
|
|
||||||
* Add [chained inbound](/configuration/shared/listen#detour) support
|
* Add [chained inbound](/configuration/shared/listen#detour) support
|
||||||
* Add process_path rule item
|
* Add process_path rule item
|
||||||
* Add macOS redirect support
|
* Add macOS redirect support
|
||||||
* Add ShadowTLS [Inbound](/configuration/inbound/shadowtls), [Outbound](/configuration/outbound/shadowtls) and [Examples](/examples/shadowtls)
|
* Add ShadowTLS [Inbound](/configuration/inbound/shadowtls), [Outbound](/configuration/outbound/shadowtls)
|
||||||
|
and [Examples](/examples/shadowtls)
|
||||||
* Fix search android package in non-owner users
|
* Fix search android package in non-owner users
|
||||||
* Fix socksaddr type condition
|
* Fix socksaddr type condition
|
||||||
* Fix smux session status
|
* Fix smux session status
|
||||||
|
|
Loading…
Reference in a new issue