From 51ce402dbb14469bed8ae041afa7e14751595881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 17 Jan 2026 04:54:24 +0800 Subject: [PATCH] Bump version --- clients/android | 2 +- clients/apple | 2 +- docs/changelog.md | 13 +++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/clients/android b/clients/android index 8b3433e9..39e961fc 160000 --- a/clients/android +++ b/clients/android @@ -1 +1 @@ -Subproject commit 8b3433e9ba38e1d82f3ca14002299c2a3f14b0fc +Subproject commit 39e961fcbc7f079d04297d7871932514cb8b6003 diff --git a/clients/apple b/clients/apple index 532c140f..97402ba8 160000 --- a/clients/apple +++ b/clients/apple @@ -1 +1 @@ -Subproject commit 532c140f05477e909e00541ed15c7fc7a516815e +Subproject commit 97402ba8b64d9bcc49d7d1dd73aca7ca5b46da54 diff --git a/docs/changelog.md b/docs/changelog.md index c6fd98a7..a3a25d5c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,19 @@ icon: material/alert-decagram --- +#### 1.12.17 + +* Update uTLS to v1.8.2 **1** +* Fixes and improvements + +**1**: + +This update fixes missing padding extension for Chrome 120+ fingerprints. + +Also, documentation has been updated with a warning about uTLS fingerprinting vulnerabilities. +uTLS is not recommended for censorship circumvention due to fundamental architectural limitations; +use NaiveProxy instead for TLS fingerprint resistance. + #### 1.12.16 * Fixes and improvements