Skip to content

Commit 1b091c9

Browse files
committed
Update documentation
1 parent 4801b6f commit 1b091c9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

constant/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package constant
22

33
var (
4-
Version = "1.0-beta3"
4+
Version = "1.0-rc1"
55
Commit = ""
66
)

docs/changelog.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
#### 1.0-rc1
2+
3+
* Fix write log timestamp
4+
* Fix write zero
5+
* Fix dial parallel in direct outbound
6+
* Fix write trojan udp
7+
* Fix DNS routing
8+
* Add attribute support for geosite
9+
* Update documentation for [Dial Fields](/configuration/shared/dial)
10+
111
#### 1.0-beta3
212

313
* Add [chained inbound](/configuration/shared/listen#detour) support
414
* Add process_path rule item
515
* Add macOS redirect support
6-
* Add ShadowTLS [Inbound](/configuration/inbound/shadowtls), [Outbound](/configuration/outbound/shadowtls) and [Examples](/examples/shadowtls)
16+
* Add ShadowTLS [Inbound](/configuration/inbound/shadowtls), [Outbound](/configuration/outbound/shadowtls)
17+
and [Examples](/examples/shadowtls)
718
* Fix search android package in non-owner users
819
* Fix socksaddr type condition
920
* Fix smux session status

0 commit comments

Comments
 (0)