File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ update_android_version:
73
73
go run ./cmd/internal/update_android_version
74
74
75
75
build_android :
76
- cd ../sing-box-for-android && ./gradlew :app:assembleRelease
76
+ cd ../sing-box-for-android && ./gradlew :app:assembleRelease && ./gradlew --stop
77
77
78
78
upload_android :
79
79
mkdir -p dist/release_android
Original file line number Diff line number Diff line change
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
+
1
23
#### 1.4.3
2
24
3
25
* Fixes and improvements
You can’t perform that action at this time.
0 commit comments