File tree 2 files changed +44
-1
lines changed
2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 1
1
package constant
2
2
3
3
var (
4
- Version = "1.0.6 "
4
+ Version = "1.0.7 "
5
5
Commit = ""
6
6
)
Original file line number Diff line number Diff line change
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
+
1
44
#### 1.0.1
2
45
3
46
* Fix match 4in6 address in ip_cidr
You can’t perform that action at this time.
0 commit comments