Skip to content

Commit 18162df

Browse files
committed
Update documentation
1 parent 0c48aae commit 18162df

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

constant/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package constant
22

33
var (
4-
Version = "1.0.6"
4+
Version = "1.0.7"
55
Commit = ""
66
)

docs/changelog.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
#### 1.0.7
2+
3+
* Add support for new x/h2 deadline
4+
* Fix copy pipe
5+
* Fix decrypt xplus packet
6+
* Fix macOS Ventura process name match
7+
* Fix smux keepalive
8+
* Fix vmess request buffer
9+
* Fix h2c transport
10+
* Fix tor geoip
11+
* Fix udp connect for mux client
12+
* Fix default dns transport strategy
13+
14+
#### 1.0.6
15+
16+
* Fix ssh outbound
17+
* Fix sniff fragmented quic client hello
18+
* Fix naive overflow
19+
* Check destination before udp connect
20+
21+
#### 1.0.5
22+
23+
* Fix missing source address from transport connection
24+
* Fix fqdn socks5 outbound connection
25+
* Fix read source address from grpc-go
26+
27+
#### 1.0.4
28+
29+
* Fix close grpc conn
30+
* Fix port rule match logic
31+
* Fix clash api proxy type
32+
33+
#### 1.0.3
34+
35+
* Fix socks4 client
36+
* Fix hysteria inbound
37+
* Fix concurrent write
38+
39+
#### 1.0.2
40+
41+
* Fix socks4 request
42+
* Fix processing empty dns result
43+
144
#### 1.0.1
245

346
* Fix match 4in6 address in ip_cidr

0 commit comments

Comments
 (0)