Skip to content

Commit 71626be

Browse files
committed
Bump version
1 parent 004a967 commit 71626be

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

docs/changelog.md

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

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

711
* Fixes and improvements
@@ -30,6 +34,59 @@ from [SagerNet/go](https://github.com/SagerNet/go).
3034

3135
See [OCM](/configuration/service/ocm).
3236

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

3592
* Fixes and improvements

0 commit comments

Comments
 (0)