Commit 4e37a5a 1 parent 023e9d9 commit 4e37a5a Copy full SHA for 4e37a5a
File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
8
#### β³ Changelog v2.5.1
2
9
- add usb network share
3
10
- add routing table to disable ipv6
Original file line number Diff line number Diff line change 1
1
id=ClashForMagisk
2
2
name=Clash for Magisk
3
- version=v2.5.4
4
- versionCode=20221227
3
+ version=v3.0
4
+ versionCode=20230113
5
5
author=tπΈamarin
6
6
description= Use iptables to support Clash's transparent proxy. Hey, damn half-crippled Android!!!
7
7
updateJson=https://github.com/taamarin/ClashforMagisk/raw/master/update.json
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ start_clash() {
152
152
replace_kernel
153
153
echo $( date) > ${CFM_logs_file}
154
154
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
156
156
echo " CPU: % | RES: kb" >> ${CFM_logs_file}
157
157
echo " βββββββββββββββββββββββββ" >> ${CFM_logs_file}
158
158
if [ " ${ipv6} " = " false" ] ; then
Original file line number Diff line number Diff line change 1
1
{
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" ,
5
5
"changelog" : " https://github.com/taamarin/ClashforMagisk/raw/master/CHANGELOG.md"
6
6
}
You canβt perform that action at this time.
0 commit comments