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