From 64edacffb7409e6c367a537a4a9180b5989f4ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 16 Sep 2023 23:45:40 +0800 Subject: [PATCH] Bump version --- Makefile | 2 +- docs/changelog.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 590c54be..a1fe7c35 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ update_android_version: go run ./cmd/internal/update_android_version build_android: - cd ../sing-box-for-android && ./gradlew :app:assembleRelease + cd ../sing-box-for-android && ./gradlew :app:assembleRelease && ./gradlew --stop upload_android: mkdir -p dist/release_android diff --git a/docs/changelog.md b/docs/changelog.md index 61b343b1..5412792b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,25 @@ +#### 1.5.0-beta.11 + +* Add DNS01 challenge support for ACME TLS certificate issuer **1** +* Fixes and improvements + +**1**: + +Only `Alibaba Cloud DNS` and `Cloudflare` are supported, +see [ACME Fields](/configuration/shared/tls#acme-fields) +and [DNS01 Challenge Fields](/configuration/shared/dns01_challenge). + +#### 1.5.0-beta.10 + +* Add `interrupt_exist_connections` option for `Selector` and `URLTest` outbounds **1** +* Fixes and improvements + +**1**: + +Interrupt existing connections when the selected outbound has changed. + +Only inbound connections are affected by this setting, internal connections will always be interrupted. + #### 1.4.3 * Fixes and improvements