Skip to content

Commit 92e07f6

Browse files
committed
Bump version
1 parent ab4363e commit 92e07f6

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.3
6+
7+
* Fixes and improvements
8+
59
#### 1.13.3
610

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

2731
See [OCM](/configuration/service/ocm).
2832

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

3188
* Fixes and improvements

0 commit comments

Comments
 (0)