Skip to content

Commit e52c032

Browse files
committed
Bump version
1 parent f919f49 commit e52c032

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

docs/changelog.md

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

5+
#### 1.14.0-alpha.8
6+
7+
* Add BBR profile and hop interval randomization for Hysteria2 **1**
8+
* Fixes and improvements
9+
10+
**1**:
11+
12+
See [Hysteria2 Inbound](/configuration/inbound/hysteria2/#bbr_profile) and [Hysteria2 Outbound](/configuration/outbound/hysteria2/#bbr_profile).
13+
14+
#### 1.14.0-alpha.8
15+
16+
* Fixes and improvements
17+
518
#### 1.13.5
619

720
* Fixes and improvements
821

22+
#### 1.14.0-alpha.7
23+
24+
* Fixes and improvements
25+
926
#### 1.13.4
1027

1128
* Fixes and improvements
1229

30+
#### 1.14.0-alpha.4
31+
32+
* Refactor ACME support to certificate provider system **1**
33+
* Add Cloudflare Origin CA certificate provider **2**
34+
* Add Tailscale certificate provider **3**
35+
* Fixes and improvements
36+
37+
**1**:
38+
39+
See [Certificate Provider](/configuration/shared/certificate-provider/) and [Migration](/migration/#migrate-inline-acme-to-certificate-provider).
40+
41+
**2**:
42+
43+
See [Cloudflare Origin CA](/configuration/shared/certificate-provider/cloudflare-origin-ca).
44+
45+
**3**:
46+
47+
See [Tailscale](/configuration/shared/certificate-provider/tailscale).
48+
1349
#### 1.13.3
1450

1551
* Add OpenWrt and Alpine APK packages to release **1**
@@ -34,6 +70,59 @@ from [SagerNet/go](https://github.com/SagerNet/go).
3470

3571
See [OCM](/configuration/service/ocm).
3672

73+
#### 1.12.24
74+
75+
* Fixes and improvements
76+
77+
#### 1.14.0-alpha.2
78+
79+
* Add OpenWrt and Alpine APK packages to release **1**
80+
* Backport to macOS 10.13 High Sierra **2**
81+
* OCM service: Add WebSocket support for Responses API **3**
82+
* Fixes and improvements
83+
84+
**1**:
85+
86+
Alpine APK files use `linux` in the filename to distinguish from OpenWrt APKs which use the `openwrt` prefix:
87+
88+
- OpenWrt: `sing-box_{version}_openwrt_{architecture}.apk`
89+
- Alpine: `sing-box_{version}_linux_{architecture}.apk`
90+
91+
**2**:
92+
93+
Legacy macOS binaries (with `-legacy-macos-10.13` suffix) now support
94+
macOS 10.13 High Sierra, built using Go 1.25 with patches
95+
from [SagerNet/go](https://github.com/SagerNet/go).
96+
97+
**3**:
98+
99+
See [OCM](/configuration/service/ocm).
100+
101+
#### 1.14.0-alpha.1
102+
103+
* Add `source_mac_address` and `source_hostname` rule items **1**
104+
* Add `include_mac_address` and `exclude_mac_address` TUN options **2**
105+
* Update NaiveProxy to 145.0.7632.159 **3**
106+
* Fixes and improvements
107+
108+
**1**:
109+
110+
New rule items for matching LAN devices by MAC address and hostname via neighbor resolution.
111+
Supported on Linux, macOS, or in graphical clients on Android and macOS.
112+
113+
See [Route Rule](/configuration/route/rule/#source_mac_address), [DNS Rule](/configuration/dns/rule/#source_mac_address) and [Neighbor Resolution](/configuration/shared/neighbor/).
114+
115+
**2**:
116+
117+
Limit or exclude devices from TUN routing by MAC address.
118+
Only supported on Linux with `auto_route` and `auto_redirect` enabled.
119+
120+
See [TUN](/configuration/inbound/tun/#include_mac_address).
121+
122+
**3**:
123+
124+
This is not an official update from NaiveProxy. Instead, it's a Chromium codebase update maintained by Project S.
125+
37126
#### 1.13.2
38127

39128
* Fixes and improvements

0 commit comments

Comments
 (0)