Skip to content

Commit 734fa50

Browse files
committed
Bump version
1 parent f519471 commit 734fa50

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

docs/changelog.md

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

5+
#### 1.14.0-alpha.6
6+
7+
* Fixes and improvements
8+
59
#### 1.13.4-beta.3
610

711
* Fixes and improvements
812

13+
#### 1.14.0-alpha.4
14+
15+
* Refactor ACME support to certificate provider system **1**
16+
* Add Cloudflare Origin CA certificate provider **2**
17+
* Add Tailscale certificate provider **3**
18+
* Fixes and improvements
19+
20+
**1**:
21+
22+
See [Certificate Provider](/configuration/shared/certificate-provider/) and [Migration](/migration/#migrate-inline-acme-to-certificate-provider).
23+
24+
**2**:
25+
26+
See [Cloudflare Origin CA](/configuration/shared/certificate-provider/cloudflare-origin-ca).
27+
28+
**3**:
29+
30+
See [Tailscale](/configuration/shared/certificate-provider/tailscale).
31+
932
#### 1.13.3
1033

1134
* Add OpenWrt and Alpine APK packages to release **1**
@@ -30,6 +53,59 @@ from [SagerNet/go](https://github.com/SagerNet/go).
3053

3154
See [OCM](/configuration/service/ocm).
3255

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

35111
* Fixes and improvements

0 commit comments

Comments
 (0)