From 9c4d08c6e1b57af790e7e7c42294da7439d17e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 28 Sep 2023 16:02:54 +0800 Subject: [PATCH] documentation: Bump version --- docs/changelog.md | 49 ++++++++++++++++++++++++++++- docs/configuration/shared/tls.md | 2 +- docs/configuration/shared/tls.zh.md | 2 +- docs/installation/clients/sfi.zh.md | 2 +- docs/installation/clients/sfm.zh.md | 2 +- 5 files changed, 52 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4575008e..d82e7b82 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,50 @@ +#### 1.5.0 + +* Fixes and improvements + +Important changes since 1.4: + +* Add TLS [ECH server](/configuration/shared/tls) support +* Improve TLS TCH client configuration +* Add TLS ECH key pair generator **1** +* Add TLS ECH support for QUIC based protocols **2** +* Add KDE support for the `set_system_proxy` option in HTTP inbound +* Add Hysteria2 protocol support **3** +* Add `interrupt_exist_connections` option for `Selector` and `URLTest` outbounds **4** +* Add DNS01 challenge support for ACME TLS certificate issuer **5** +* Add `merge` command **6** +* Mark [Deprecated Features](/deprecated) + +**1**: + +Command: `sing-box generate ech-keypair [--pq-signature-schemes-enabled]` + +**2**: + +All inbounds and outbounds are supported, including `Naiveproxy`, `Hysteria[/2]`, `TUIC` and `V2ray QUIC transport`. + +**3**: + +See [Hysteria2 inbound](/configuration/inbound/hysteria2) and [Hysteria2 outbound](/configuration/outbound/hysteria2) + +For protocol description, please refer to [https://v2.hysteria.network](https://v2.hysteria.network) + +**4**: + +Interrupt existing connections when the selected outbound has changed. + +Only inbound connections are affected by this setting, internal connections will always be interrupted. + +**5**: + +Only `Alibaba Cloud DNS` and `Cloudflare` are supported, see [ACME Fields](/configuration/shared/tls#acme-fields) +and [DNS01 Challenge Fields](/configuration/shared/dns01_challenge). + +**6**: + +This command also parses path resources that appear in the configuration file and replaces them with embedded +configuration, such as TLS certificates or SSH private keys. + #### 1.5.0-rc.6 * Fixes and improvements @@ -135,7 +182,7 @@ For protocol description, please refer to [https://v2.hysteria.network](https:// **1**: -Command: `sing-box generate ech-keypair [-pq-signature-schemes-enabled]` +Command: `sing-box generate ech-keypair [--pq-signature-schemes-enabled]` **2**: diff --git a/docs/configuration/shared/tls.md b/docs/configuration/shared/tls.md index b0652c07..4d395f77 100644 --- a/docs/configuration/shared/tls.md +++ b/docs/configuration/shared/tls.md @@ -233,7 +233,7 @@ Chrome fingerprint will be used if empty. ECH (Encrypted Client Hello) is a TLS extension that allows a client to encrypt the first part of its ClientHello message. -The ECH key and configuration can be generated by `sing-box generate ech-keypair [-pq-signature-schemes-enabled]`. +The ECH key and configuration can be generated by `sing-box generate ech-keypair [--pq-signature-schemes-enabled]`. #### pq_signature_schemes_enabled diff --git a/docs/configuration/shared/tls.zh.md b/docs/configuration/shared/tls.zh.md index 90b28847..bbb08719 100644 --- a/docs/configuration/shared/tls.zh.md +++ b/docs/configuration/shared/tls.zh.md @@ -228,7 +228,7 @@ ECH (Encrypted Client Hello) 是一个 TLS 扩展,它允许客户端加密其 信息。 -ECH 配置和密钥可以通过 `sing-box generate ech-keypair [-pq-signature-schemes-enabled]` 生成。 +ECH 配置和密钥可以通过 `sing-box generate ech-keypair [--pq-signature-schemes-enabled]` 生成。 #### pq_signature_schemes_enabled diff --git a/docs/installation/clients/sfi.zh.md b/docs/installation/clients/sfi.zh.md index 66f51d97..90c3845f 100644 --- a/docs/installation/clients/sfi.zh.md +++ b/docs/installation/clients/sfi.zh.md @@ -15,7 +15,7 @@ #### 注意事项 * 远程配置文件请求中的 User Agent 为 `SFI/$version ($version_code; sing-box $sing_box_version)` -* 崩溃日志位于 `设置` -> `查看服务日志` +* 崩溃日志位于 `Settings` -> `View Service Log` #### 隐私政策 diff --git a/docs/installation/clients/sfm.zh.md b/docs/installation/clients/sfm.zh.md index ab93e424..a6e42b81 100644 --- a/docs/installation/clients/sfm.zh.md +++ b/docs/installation/clients/sfm.zh.md @@ -21,7 +21,7 @@ #### 注意事项 * 远程配置文件请求中的 User Agent 为 `SFM/$version ($version_code; sing-box $sing_box_version)` -* 崩溃日志位于 `设置` -> `查看服务日志` +* 崩溃日志位于 `Settings` -> `View Service Log` #### 隐私政策