Skip to content

Commit 64edacf

Browse files
committed
Bump version
1 parent 743df53 commit 64edacf

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ update_android_version:
7373
go run ./cmd/internal/update_android_version
7474

7575
build_android:
76-
cd ../sing-box-for-android && ./gradlew :app:assembleRelease
76+
cd ../sing-box-for-android && ./gradlew :app:assembleRelease && ./gradlew --stop
7777

7878
upload_android:
7979
mkdir -p dist/release_android

docs/changelog.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
#### 1.5.0-beta.11
2+
3+
* Add DNS01 challenge support for ACME TLS certificate issuer **1**
4+
* Fixes and improvements
5+
6+
**1**:
7+
8+
Only `Alibaba Cloud DNS` and `Cloudflare` are supported,
9+
see [ACME Fields](/configuration/shared/tls#acme-fields)
10+
and [DNS01 Challenge Fields](/configuration/shared/dns01_challenge).
11+
12+
#### 1.5.0-beta.10
13+
14+
* Add `interrupt_exist_connections` option for `Selector` and `URLTest` outbounds **1**
15+
* Fixes and improvements
16+
17+
**1**:
18+
19+
Interrupt existing connections when the selected outbound has changed.
20+
21+
Only inbound connections are affected by this setting, internal connections will always be interrupted.
22+
123
#### 1.4.3
224

325
* Fixes and improvements

0 commit comments

Comments
 (0)