Compare commits
1 Commits
renovate/g
...
v1.13.0-rc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1befbfccc8 |
Submodule clients/android updated: 4bdde0ae4d...134402995e
Submodule clients/apple updated: 015dcd266b...2e46e3f335
@@ -2,7 +2,7 @@
|
|||||||
icon: material/alert-decagram
|
icon: material/alert-decagram
|
||||||
---
|
---
|
||||||
|
|
||||||
#### 1.13.0-rc.6
|
#### 1.13.0-rc.7
|
||||||
|
|
||||||
* Fixes and improvements
|
* Fixes and improvements
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Important changes since 1.12:
|
|||||||
* Improve `local` DNS server **12**
|
* Improve `local` DNS server **12**
|
||||||
* Add `disable_tcp_keep_alive`, `tcp_keep_alive` and `tcp_keep_alive_interval` options for listen and dial fields **13**
|
* Add `disable_tcp_keep_alive`, `tcp_keep_alive` and `tcp_keep_alive_interval` options for listen and dial fields **13**
|
||||||
* Add `bind_address_no_port` option for dial fields **14**
|
* Add `bind_address_no_port` option for dial fields **14**
|
||||||
* Add system interface and relay server options for Tailscale endpoint **15**
|
* Add system interface, relay server and advertise tags options for Tailscale endpoint **15**
|
||||||
* Add Claude Code Multiplexer service **16**
|
* Add Claude Code Multiplexer service **16**
|
||||||
* Add OpenAI Codex Multiplexer service **17**
|
* Add OpenAI Codex Multiplexer service **17**
|
||||||
* Apple/Android: Refactor GUI
|
* Apple/Android: Refactor GUI
|
||||||
@@ -136,6 +136,7 @@ See [Dial Fields](/configuration/shared/dial/#bind_address_no_port).
|
|||||||
|
|
||||||
Tailscale endpoint can now create a system TUN interface to handle traffic directly.
|
Tailscale endpoint can now create a system TUN interface to handle traffic directly.
|
||||||
New `relay_server_port` and `relay_server_static_endpoints` options for incoming relay connections.
|
New `relay_server_port` and `relay_server_static_endpoints` options for incoming relay connections.
|
||||||
|
New `advertise_tags` option for ACL tag advertisement.
|
||||||
|
|
||||||
See [Tailscale endpoint](/configuration/endpoint/tailscale/).
|
See [Tailscale endpoint](/configuration/endpoint/tailscale/).
|
||||||
|
|
||||||
@@ -169,6 +170,10 @@ Also, documentation has been updated with a warning about uTLS fingerprinting vu
|
|||||||
uTLS is not recommended for censorship circumvention due to fundamental architectural limitations;
|
uTLS is not recommended for censorship circumvention due to fundamental architectural limitations;
|
||||||
use NaiveProxy instead for TLS fingerprint resistance.
|
use NaiveProxy instead for TLS fingerprint resistance.
|
||||||
|
|
||||||
|
#### 1.12.23
|
||||||
|
|
||||||
|
* Fixes and improvements
|
||||||
|
|
||||||
#### 1.13.0-rc.5
|
#### 1.13.0-rc.5
|
||||||
|
|
||||||
* Add `mipsle`, `mips64le`, `riscv64` and `loong64` support for NaiveProxy outbound
|
* Add `mipsle`, `mips64le`, `riscv64` and `loong64` support for NaiveProxy outbound
|
||||||
|
|||||||
Reference in New Issue
Block a user