From 94ed42caf1677293d249f9fb8c82c5284fddd0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 23 Feb 2026 16:38:30 +0800 Subject: [PATCH] Bump version --- clients/android | 2 +- docs/changelog.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/clients/android b/clients/android index d3e6add3e..4bdde0ae4 160000 --- a/clients/android +++ b/clients/android @@ -1 +1 @@ -Subproject commit d3e6add3e027624886ff7a9b7ce0b07902c86ab2 +Subproject commit 4bdde0ae4db2f0fe041a52520e12315141d0981c diff --git a/docs/changelog.md b/docs/changelog.md index b0c53e6f9..d31628243 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,9 +2,9 @@ icon: material/alert-decagram --- -#### 1.13.0-rc.5 +#### 1.13.0-rc.6 -* Add `mipsle`, `mips64le`, `riscv64` and `loong64` support for NaiveProxy outbound +* Fixes and improvements Important changes since 1.12: @@ -169,6 +169,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; use NaiveProxy instead for TLS fingerprint resistance. +#### 1.13.0-rc.5 + +* Add `mipsle`, `mips64le`, `riscv64` and `loong64` support for NaiveProxy outbound + #### 1.12.22 * Fixes and improvements