Skip to content

Commit 6daa7c9

Browse files
committed
v2.5.1
1 parent 1d3dbdc commit 6daa7c9

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

β€ŽCHANGELOG.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### ⟳ Changelog v2.5.1
2+
- add usb network share
3+
- add routing table to disable ipv6
4+
- whitelist default transparent proxy dns
5+
- fix device tun && adjust scripts
6+
17
#### ⟳ Changelog v2.5
28
- add IPv6 support
39
- Optimize clash dns hijack
@@ -16,9 +22,4 @@
1622
#### ⟳ Changelog v2.0
1723
- clean up
1824
- update iptables from [CHIZI-0618/box4magisk](https://github.com/CHIZI-0618/box4magisk)
19-
- [apk Manager](https://github.com/taamarin/ClashforMagisk/releases/download/v2.1/CFM_Manager-1.6.4.80.apk) may not work properly on some devices, read [readme](https://github.com/taamarin/ClashforMagisk/blob/master/README.md)
20-
21-
[FULL CHANGELOG......](https://github.com/taamarin/ClashforMagisk/releases)
22-
23-
[![RELEASES](https://img.shields.io/github/downloads/taamarin/ClashforMagisk/total.svg)](https://github.com/taamarin/ClashforMagisk/releases)
24-
[![TELEGRAM](https://img.shields.io/badge/Telegram%20-Join%20Channel%20-blue)](https://t.me/nothing_taamarin)
25+
- [apk Manager](https://github.com/taamarin/ClashforMagisk/releases/download/v2.1/CFM_Manager-1.6.4.80.apk) may not work properly on some devices, read [readme](https://github.com/taamarin/ClashforMagisk/blob/master/README.md)

β€Žmodule.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=ClashForMagisk
22
name=Clash for Magisk
3-
version=v2.5
4-
versionCode=20221120
3+
version=v2.5.1
4+
versionCode=20221201
55
author=t🌸amarin
66
description= Use iptables to support Clash's transparent proxy. Hey, damn half-crippled Android!!!
77
updateJson=https://github.com/taamarin/ClashforMagisk/raw/master/update.json

β€Žscripts/clash.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ start_clash() {
189189
replace_kernel
190190
echo $(date) > $CFM_logs_file
191191
echo "$(${Clash_bin_path} -v)" >> $CFM_logs_file
192-
echo "Clash for Magisk v2.5" > /dev/null
192+
echo "Clash for Magisk v2.5.1" > /dev/null
193193
echo "CPU: % | RES: kb" >> $CFM_logs_file
194194
echo "━━━━━━━━━━━━━━━━━━━━━━━━━" >> $CFM_logs_file
195195
if [ "${ipv6}" = "false" ] ; then

β€Župdate.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v2.5",
3-
"versionCode": "20221120",
4-
"zipUrl": "https://github.com/taamarin/ClashforMagisk/releases/download/v2.5/Clash_for_Magisk-v2.5.zip",
2+
"version": "v2.5.1",
3+
"versionCode": "20221201",
4+
"zipUrl": "https://github.com/taamarin/ClashforMagisk/releases/download/v2.5.1/Clash_for_Magisk-v2.5.1.zip",
55
"changelog": "https://github.com/taamarin/ClashforMagisk/raw/master/CHANGELOG.md"
66
}

0 commit comments

Comments
Β (0)