2022-09-10 14:42:20 +00:00
|
|
|
#### 1.1-beta2
|
|
|
|
|
|
|
|
* Add Clash mode and persistence support **1**
|
|
|
|
* Add TLS ECH and uTLS support for outbound TLS options **2**
|
|
|
|
* Fix socks4 request
|
|
|
|
* Fix processing empty dns result
|
|
|
|
|
|
|
|
*1*:
|
|
|
|
|
|
|
|
Switching modes using the Clash API, and `store-selected` are now supported,
|
|
|
|
see [Experimental](/configuration/experimental).
|
|
|
|
|
|
|
|
*2*:
|
|
|
|
|
|
|
|
ECH (Encrypted Client Hello) is a TLS extension that allows a client to encrypt the first part of its ClientHello
|
|
|
|
message, see [TLS#ECH](/configuration/shared/tls#ech).
|
|
|
|
|
|
|
|
uTLS is a fork of "crypto/tls", which provides ClientHello fingerprinting resistance,
|
|
|
|
see [TLS#uTLS](/configuration/shared/tls#utls).
|
|
|
|
|
|
|
|
#### 1.0.2
|
|
|
|
|
|
|
|
* Fix socks4 request
|
|
|
|
* Fix processing empty dns result
|
|
|
|
|
2022-09-09 07:40:35 +00:00
|
|
|
#### 1.1-beta1
|
|
|
|
|
|
|
|
* Add support for use with android VPNService **1**
|
|
|
|
* Add tun support for WireGuard outbound **2**
|
|
|
|
* Add system tun stack **3**
|
|
|
|
* Add comment filter for config **4**
|
|
|
|
* Add option for allow optional proxy protocol header
|
|
|
|
* Add half close for smux
|
|
|
|
* Set UDP DF by default **5**
|
|
|
|
* Set default tun mtu to 9000
|
|
|
|
* Update gVisor to 20220905.0
|
|
|
|
|
|
|
|
*1*:
|
|
|
|
|
|
|
|
In previous versions, Android VPN would not work with tun enabled.
|
|
|
|
|
|
|
|
The usage of tun over VPN and VPN over tun is now supported, see [Tun Inbound](/configuration/inbound/tun#auto_route).
|
|
|
|
|
|
|
|
*2*:
|
|
|
|
|
|
|
|
In previous releases, WireGuard outbound support was backed by the lower performance gVisor virtual interface.
|
|
|
|
|
|
|
|
It achieves the same performance as wireguard-go by providing automatic system interface support.
|
|
|
|
|
|
|
|
*3*:
|
|
|
|
|
|
|
|
It does not depend on gVisor and has better performance in some cases.
|
|
|
|
|
|
|
|
It is less compatible and may not be available in some environments.
|
|
|
|
|
|
|
|
*4*:
|
|
|
|
|
|
|
|
Annotated json configuration files are now supported.
|
|
|
|
|
|
|
|
*5*:
|
|
|
|
|
|
|
|
UDP fragmentation is now blocked by default.
|
|
|
|
|
|
|
|
Including shadowsocks-libev, shadowsocks-rust and quic-go all disable segmentation by default.
|
|
|
|
|
|
|
|
See [Dial Fields](/configuration/shared/dial#udp_fragment)
|
|
|
|
and [Listen Fields](/configuration/shared/listen#udp_fragment).
|
|
|
|
|
2022-09-09 06:43:42 +00:00
|
|
|
#### 1.0.1
|
|
|
|
|
|
|
|
* Fix match 4in6 address in ip_cidr
|
|
|
|
* Fix clash api log level format error
|
|
|
|
* Fix clash api unknown proxy type
|
|
|
|
|
2022-09-07 15:10:12 +00:00
|
|
|
#### 1.0
|
|
|
|
|
|
|
|
* Fix wireguard reconnect
|
|
|
|
* Fix naive inbound
|
|
|
|
* Fix json format error message
|
|
|
|
* Fix processing vmess termination signal
|
|
|
|
* Fix hysteria stream error
|
|
|
|
* Fix listener close when proxyproto failed
|
|
|
|
|
2022-09-04 05:13:54 +00:00
|
|
|
#### 1.0-rc1
|
|
|
|
|
|
|
|
* Fix write log timestamp
|
|
|
|
* Fix write zero
|
|
|
|
* Fix dial parallel in direct outbound
|
|
|
|
* Fix write trojan udp
|
|
|
|
* Fix DNS routing
|
|
|
|
* Add attribute support for geosite
|
|
|
|
* Update documentation for [Dial Fields](/configuration/shared/dial)
|
|
|
|
|
2022-08-31 06:33:52 +00:00
|
|
|
#### 1.0-beta3
|
|
|
|
|
|
|
|
* Add [chained inbound](/configuration/shared/listen#detour) support
|
|
|
|
* Add process_path rule item
|
|
|
|
* Add macOS redirect support
|
2022-09-04 05:13:54 +00:00
|
|
|
* Add ShadowTLS [Inbound](/configuration/inbound/shadowtls), [Outbound](/configuration/outbound/shadowtls)
|
|
|
|
and [Examples](/examples/shadowtls)
|
2022-08-31 06:33:52 +00:00
|
|
|
* Fix search android package in non-owner users
|
|
|
|
* Fix socksaddr type condition
|
|
|
|
* Fix smux session status
|
|
|
|
* Refactor inbound and outbound documentation
|
|
|
|
* Minor fixes
|
|
|
|
|
2022-08-27 13:32:20 +00:00
|
|
|
#### 1.0-beta2
|
|
|
|
|
|
|
|
* Add strict_route option for [Tun inbound](/configuration/inbound/tun#strict_route)
|
|
|
|
* Add packetaddr support for [VMess outbound](/configuration/outbound/vmess#packet_addr)
|
|
|
|
* Add better performing alternative gRPC implementation
|
2022-08-28 03:27:51 +00:00
|
|
|
* Add [docker image](https://github.com/SagerNet/sing-box/pkgs/container/sing-box)
|
2022-08-27 13:32:20 +00:00
|
|
|
* Fix sniff override destination
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
#### 1.0-beta1
|
|
|
|
|
|
|
|
* Initial release
|
|
|
|
|
|
|
|
##### 2022/08/26
|
2022-08-26 04:30:31 +00:00
|
|
|
|
|
|
|
* Fix ipv6 route on linux
|
2022-08-26 08:33:12 +00:00
|
|
|
* Fix read DNS message
|
2022-08-26 04:30:31 +00:00
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/25
|
2022-08-25 14:49:23 +00:00
|
|
|
|
|
|
|
* Let vmess use zero instead of auto if TLS enabled
|
|
|
|
* Add trojan fallback for ALPN
|
|
|
|
* Improve ip_cidr rule
|
|
|
|
* Fix format bind_address
|
|
|
|
* Fix http proxy with compressed response
|
|
|
|
* Fix route connections
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/24
|
2022-08-25 02:01:50 +00:00
|
|
|
|
|
|
|
* Fix naive padding
|
|
|
|
* Fix unix search path
|
|
|
|
* Fix close non-duplex connections
|
|
|
|
* Add ACME EAB support
|
|
|
|
* Fix early close on windows and catch any
|
|
|
|
* Initial zh-CN document translation
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/23
|
2022-08-23 15:15:56 +00:00
|
|
|
|
|
|
|
* Add [V2Ray Transport](/configuration/shared/v2ray-transport) support for VMess and Trojan
|
|
|
|
* Allow plain http request in Naive inbound (It can now be used with nginx)
|
|
|
|
* Add proxy protocol support
|
|
|
|
* Free memory after start
|
|
|
|
* Parse X-Forward-For in HTTP requests
|
|
|
|
* Handle SIGHUP signal
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/22
|
2022-08-22 04:43:21 +00:00
|
|
|
|
|
|
|
* Add strategy setting for each [DNS server](/configuration/dns/server)
|
2022-08-22 06:28:23 +00:00
|
|
|
* Add bind address to outbound options
|
2022-08-22 04:43:21 +00:00
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/21
|
2022-08-20 16:59:49 +00:00
|
|
|
|
|
|
|
* Add [Tor outbound](/configuration/outbound/tor)
|
2022-08-21 11:36:08 +00:00
|
|
|
* Add [SSH outbound](/configuration/outbound/ssh)
|
2022-08-20 16:59:49 +00:00
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/20
|
2022-08-20 12:54:20 +00:00
|
|
|
|
|
|
|
* Attempt to unwrap ip-in-fqdn socksaddr
|
|
|
|
* Fix read packages in android 12
|
|
|
|
* Fix route on some android devices
|
|
|
|
* Improve linux process searcher
|
|
|
|
* Fix write socks5 username password auth request
|
|
|
|
* Skip bind connection with private destination to interface
|
2022-08-20 13:14:51 +00:00
|
|
|
* Add [Trojan connection fallback](/configuration/inbound/trojan#fallback)
|
2022-08-20 12:54:20 +00:00
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/19
|
2022-08-19 11:02:32 +00:00
|
|
|
|
|
|
|
* Add Hysteria [Inbound](/configuration/inbound/hysteria) and [Outbund](/configuration/outbound/hysteria)
|
|
|
|
* Add [ACME TLS certificate issuer](/configuration/shared/tls)
|
|
|
|
* Allow read config from stdin (-c stdin)
|
|
|
|
* Update gVisor to 20220815.0
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/18
|
2022-08-19 11:02:32 +00:00
|
|
|
|
|
|
|
* Fix find process with lwip stack
|
|
|
|
* Fix crash on shadowsocks server
|
|
|
|
* Fix crash on darwin tun
|
|
|
|
* Fix write log to file
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/17
|
2022-08-19 11:02:32 +00:00
|
|
|
|
|
|
|
* Improve async dns transports
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/16
|
2022-08-17 07:19:10 +00:00
|
|
|
|
|
|
|
* Add ip_version (route/dns) rule item
|
|
|
|
* Add [WireGuard](/configuration/outbound/wireguard) outbound
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/15
|
2022-08-14 16:25:49 +00:00
|
|
|
|
2022-08-15 03:40:49 +00:00
|
|
|
* Add uid, android user and package rules support in [Tun](/configuration/inbound/tun) routing.
|
2022-08-14 16:25:49 +00:00
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/13
|
2022-08-14 16:25:49 +00:00
|
|
|
|
|
|
|
* Fix dns concurrent write
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/12
|
2022-08-12 09:55:52 +00:00
|
|
|
|
|
|
|
* Performance improvements
|
2022-08-24 13:02:28 +00:00
|
|
|
* Add UoT option for [SOCKS](/configuration/outbound/socks) outbound
|
2022-08-12 09:55:52 +00:00
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/11
|
2022-08-11 02:36:28 +00:00
|
|
|
|
2022-08-12 09:55:52 +00:00
|
|
|
* Add UoT option for [Shadowsocks](/configuration/outbound/shadowsocks) outbound, UoT support for all inbounds
|
2022-08-11 02:36:28 +00:00
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/10
|
2022-08-10 13:17:02 +00:00
|
|
|
|
|
|
|
* Add full-featured [Naive](/configuration/inbound/naive) inbound
|
|
|
|
* Fix default dns server option [#9] by iKirby
|
|
|
|
|
2022-08-26 08:33:12 +00:00
|
|
|
##### 2022/08/09
|
2022-08-08 12:57:50 +00:00
|
|
|
|
2022-08-10 13:17:02 +00:00
|
|
|
No changelog before.
|
|
|
|
|
2022-08-31 06:33:52 +00:00
|
|
|
[#9]: https://github.com/SagerNet/sing-box/pull/9
|