Skip to content

Commit 4e37a5a

Browse files
committed
v3.0
1 parent 023e9d9 commit 4e37a5a

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

β€ŽCHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### ⟳ Changelog v3.0
2+
- replace curl, with /data/adb/magisk/busybox wget
3+
- fix tool download core
4+
- remove mosdns
5+
- optimize cfm service scripts
6+
- update kernel
7+
18
#### ⟳ Changelog v2.5.1
29
- add usb network share
310
- add routing table to disable ipv6

β€Ž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
4-
versionCode=20221227
3+
version=v3.0
4+
versionCode=20230113
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
@@ -152,7 +152,7 @@ start_clash() {
152152
replace_kernel
153153
echo $(date) > ${CFM_logs_file}
154154
echo "$(${Clash_bin_path} -v)" >> ${CFM_logs_file}
155-
echo "Clash for Magisk v2.5.4" > /dev/null
155+
echo "Clash for Magisk v3.0" > /dev/null
156156
echo "CPU: % | RES: kb" >> ${CFM_logs_file}
157157
echo "━━━━━━━━━━━━━━━━━━━━━━━━━" >> ${CFM_logs_file}
158158
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.1",
3-
"versionCode": "20221201",
4-
"zipUrl": "https://github.com/taamarin/ClashforMagisk/releases/download/v2.5.1/Clash_for_Magisk-v2.5.1.zip",
2+
"version": "v3.0",
3+
"versionCode": "20230113",
4+
"zipUrl": "https://github.com/taamarin/ClashforMagisk/releases/download/v3.0/Clash_for_Magisk-v3.0.zip",
55
"changelog": "https://github.com/taamarin/ClashforMagisk/raw/master/CHANGELOG.md"
66
}

0 commit comments

Comments
Β (0)