Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twnesss committed Jan 13, 2023
1 parent 023e9d9 commit c3e3f5c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### ⟳ Changelog v2.5.4
- replace curl, with /data/adb/magisk/busybox wget
- fix tool download core
- remove mosdns
- optimize cfm service scripts
- update kernel

#### ⟳ Changelog v2.5.1
- add usb network share
- add routing table to disable ipv6
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=ClashForMagisk
name=Clash for Magisk
version=v2.5.4
versionCode=20221227
version=v3.0
versionCode=20230113
author=t🌸amarin
description= Use iptables to support Clash's transparent proxy. Hey, damn half-crippled Android!!!
updateJson=https://github.com/taamarin/ClashforMagisk/raw/master/update.json
2 changes: 1 addition & 1 deletion scripts/clash.service
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ start_clash() {
replace_kernel
echo $(date) > ${CFM_logs_file}
echo "$(${Clash_bin_path} -v)" >> ${CFM_logs_file}
echo "Clash for Magisk v2.5.4" > /dev/null
echo "Clash for Magisk v3.0" > /dev/null
echo "CPU: % | RES: kb" >> ${CFM_logs_file}
echo "━━━━━━━━━━━━━━━━━━━━━━━━━" >> ${CFM_logs_file}
if [ "${ipv6}" = "false" ] ; then
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v2.5.1",
"versionCode": "20221201",
"zipUrl": "https://github.com/taamarin/ClashforMagisk/releases/download/v2.5.1/Clash_for_Magisk-v2.5.1.zip",
"version": "v3.0",
"versionCode": "20230113",
"zipUrl": "https://github.com/taamarin/ClashforMagisk/releases/download/v3.0/Clash_for_Magisk-v3.0.zip",
"changelog": "https://github.com/taamarin/ClashforMagisk/raw/master/CHANGELOG.md"
}

0 comments on commit c3e3f5c

Please sign in to comment.