From fa34e6c8a5e4bfb6802c99d86dbbec15a85eb544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 12 Jun 2026 21:22:35 +0800 Subject: [PATCH] Bump version --- docs/changelog.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 697f623ea..bbe0cadbf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,46 @@ icon: material/alert-decagram --- +#### 1.14.0-alpha.30 + +* Introducing sing-box API service **1** +* Apple/Android: Introducing remote control **2** +* Introducing sing-box Dashboard **3** +* Fixes and improvements + +**1**: + +The new [sing-box API service](/configuration/service/api/) is a gRPC +server for observing and controlling the running sing-box instance, +exposing the same interface the graphical clients use locally: service +status, logs, outbound groups (selection and URL tests), Clash mode, +connection tracking, and tools such as network quality tests, STUN +tests, and Tailscale operations. The server also accepts +[gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) +requests, including the WebSocket transport of +[@improbable-eng/grpc-web](https://github.com/improbable-eng/grpc-web) +for bidirectional streaming methods, so browsers can connect directly. +Clients authenticate via the +[`secret`](/configuration/service/api/#secret) field; TLS and CORS +options are available. Connection tracking and Clash mode methods +require the [Clash API](/configuration/experimental/clash-api/) to be +configured. + +**2**: + +The graphical clients for Apple platforms and Android can now control +remote sing-box instances running the API service. Remote servers (URL +and secret) are managed in settings; the dashboard, logs, connections, +groups, and tools pages can then switch between the local service and +remote instances. + +**3**: + +[sing-box Dashboard](https://github.com/SagerNet/sing-box-dashboard) is +a new web client for the API service, providing almost the same +experience as the graphical clients. A public instance is available at +http://sing-box-dashboard.sagernet.org (shortcut: dash.sing-box.app). + #### 1.14.0-alpha.29 * Fixes and improvements