mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-24 17:41:29 +00:00
Bump version
This commit is contained in:
parent
743df5373b
commit
64edacffb7
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ update_android_version:
|
||||||
go run ./cmd/internal/update_android_version
|
go run ./cmd/internal/update_android_version
|
||||||
|
|
||||||
build_android:
|
build_android:
|
||||||
cd ../sing-box-for-android && ./gradlew :app:assembleRelease
|
cd ../sing-box-for-android && ./gradlew :app:assembleRelease && ./gradlew --stop
|
||||||
|
|
||||||
upload_android:
|
upload_android:
|
||||||
mkdir -p dist/release_android
|
mkdir -p dist/release_android
|
||||||
|
|
|
@ -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
|
#### 1.4.3
|
||||||
|
|
||||||
* Fixes and improvements
|
* Fixes and improvements
|
||||||
|
|
Loading…
Reference in a new issue