Skip to content

Commit 17852cc

Browse files
committed
Bump version
1 parent 03572bc commit 17852cc

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
icon: material/alert-decagram
33
---
44

5+
#### 1.14.0-alpha.32
6+
7+
* Add dashboard support for the API service **1**
8+
* Add USB/IP service **2**
9+
* Fixes and improvements
10+
11+
**1**:
12+
13+
The [sing-box API service](/configuration/service/api/) can now download, update
14+
and serve [sing-box-dashboard](https://github.com/SagerNet/sing-box-dashboard)
15+
directly over its listener, configured via the new
16+
[`dashboard`](/configuration/service/api/#dashboard) option.
17+
18+
**2**:
19+
20+
New [USB/IP Server](/configuration/service/usbip-server/) and
21+
[USB/IP Client](/configuration/service/usbip-client/) services export and import
22+
USB devices over the [USB/IP](https://usbip.sourceforge.net/) protocol, built on
23+
[sing-usbip](https://github.com/SagerNet/sing-usbip), which adds hotplug while
24+
staying interoperable with standard USB/IP. Exporting config-selected local
25+
devices (`provider: default`) runs via the CLI on Linux, Windows, and macOS and
26+
requires elevated privileges (macOS additionally needs a CGO build and disabled
27+
System Integrity Protection). With `provider: dynamic`, devices are instead
28+
supplied at runtime through the API service by the graphical clients on macOS and
29+
Android, or the [sing-box Dashboard](https://github.com/SagerNet/sing-box-dashboard).
30+
531
#### 1.14.0-alpha.31
632

733
* Fixes and improvements

0 commit comments

Comments
 (0)