|
2 | 2 | icon: material/alert-decagram |
3 | 3 | --- |
4 | 4 |
|
| 5 | +#### 1.14.0-alpha.4 |
| 6 | + |
| 7 | +* Fixes and improvements |
| 8 | + |
5 | 9 | #### 1.13.4-beta.1 |
6 | 10 |
|
7 | 11 | * Fixes and improvements |
@@ -30,6 +34,59 @@ from [SagerNet/go](https://github.com/SagerNet/go). |
30 | 34 |
|
31 | 35 | See [OCM](/configuration/service/ocm). |
32 | 36 |
|
| 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 | + |
33 | 90 | #### 1.13.2 |
34 | 91 |
|
35 | 92 | * Fixes and improvements |
|
0 commit comments