From 1b091c9b07da94a46e7350e32fac115f8ad5b852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sun, 4 Sep 2022 13:13:54 +0800 Subject: [PATCH] Update documentation --- constant/version.go | 2 +- docs/changelog.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/constant/version.go b/constant/version.go index 47c55851..a94a50f0 100644 --- a/constant/version.go +++ b/constant/version.go @@ -1,6 +1,6 @@ package constant var ( - Version = "1.0-beta3" + Version = "1.0-rc1" Commit = "" ) diff --git a/docs/changelog.md b/docs/changelog.md index 9c52260a..76572075 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 * Add [chained inbound](/configuration/shared/listen#detour) support * Add process_path rule item * 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 socksaddr type condition * Fix smux session status