File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
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-beta3 "
4
+ Version = "1.0-rc1 "
5
5
Commit = ""
6
6
)
Original file line number Diff line number Diff line change
1
+ #### 1.0-rc1
2
+
3
+ * Fix write log timestamp
4
+ * Fix write zero
5
+ * Fix dial parallel in direct outbound
6
+ * Fix write trojan udp
7
+ * Fix DNS routing
8
+ * Add attribute support for geosite
9
+ * Update documentation for [ Dial Fields] ( /configuration/shared/dial )
10
+
1
11
#### 1.0-beta3
2
12
3
13
* Add [ chained inbound] ( /configuration/shared/listen#detour ) support
4
14
* Add process_path rule item
5
15
* Add macOS redirect support
6
- * Add ShadowTLS [ Inbound] ( /configuration/inbound/shadowtls ) , [ Outbound] ( /configuration/outbound/shadowtls ) and [ Examples] ( /examples/shadowtls )
16
+ * Add ShadowTLS [ Inbound] ( /configuration/inbound/shadowtls ) , [ Outbound] ( /configuration/outbound/shadowtls )
17
+ and [ Examples] ( /examples/shadowtls )
7
18
* Fix search android package in non-owner users
8
19
* Fix socksaddr type condition
9
20
* Fix smux session status
You can’t perform that action at this time.
0 commit comments