Skip to content

Releases: taamarin/box_for_magisk

v0.9.1

16 Jun 18:48
Compare
Choose a tag to compare

What's Changed

  • fix Cron Job can't start/update geosub, if use_ghproxy=false

v0.9.0

11 Jun 10:03
Compare
Choose a tag to compare

What's Changed

  • fix: Cron Job update Geox and Subs click
    • for manual
      $ su -c /data/adb/box/scripts/box.tool subs
      $ su -c /data/adb/box/scripts/box.tool geox
  • add: download enable ghproxy, default is 'true' @easterNday in #30 click
  • add: yacd autostart settings click
  • add: default url Country.mmdb and GeoX by MetaCubeX click
  • add: toml support for xray/v2fly
  • add: yq to extract the node information in the subscribed address to domestic.yml click
  • clash订阅增强 by @powerAn2020 in #24
  • Get yq from Github if there is no native yq by @easterNday in #32

if you are lazy to use Magisk/KernelSu Manager, use shortcut

Full Changelog: v0.8.2...v0.9.0

v0.8.2

15 May 14:31
Compare
Choose a tag to compare

What's Changed

  • Enable IP forwarding ( sysctl -w net.ipv4.ip_forward=1 sysctl -w net.ipv6.conf.all.forwarding=1)
  • fix update dashboard/yacd( su -c /data/adb/box/scripts/box.tool upyacd )
  • change dashboard url using yacd-meta
  • add intranet ip range: 172.16.0.0/12 by @rockxsj in #19
  • add intranet6 ip range: fc00::/7 by @Nep-Timeline in #20
  • 修复因面板文件夹不存在而导致的解压失败 by @powerAn2020 in #22

New Contributors

Full Changelog: v0.8...v0.8.2

v0.8.1

08 May 08:35
Compare
Choose a tag to compare

What's Changed

  • add intranet ip range: 172.16.0.0/12 by @rockxsj in #19
  • adjust: permission /system/bin/$bin_name (bug in magisk 26+ can't rw /system/bin/$bin_name)

New Contributors

Full Changelog: v0.8...v0.8.1

v0.8

06 May 16:15
Compare
Choose a tag to compare

What's Changed

  • adjust: blacklist / whitelist
  • adjust: scripts for CLASH TUN
  • fix: "network_mode" ( redirect: tcp only, / tproxy: for tcp+udp with tproxy, / mixed: mode with redirect[tcp] + tun[udp] )

Full Changelog: v0.7...v0.8

v0.7

04 Apr 18:53
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

What's Changed

  • KernelSU support

Full Changelog: v0.6...v0.7

v0.6

30 Mar 16:19
Compare
Choose a tag to compare

What's Changed

  • ncrease time on boot by @riffchz in #7
  • add: sing-box multiple configuration support
  • fix the tun_device retrieval in the sing-box config.
  • add: disable/enable quic using iptables.tproxy rules. >>>> settings.ini
  • update: yacd (displays update core / restart clash)
  • adjust kernel update:
    • clash-meta: change using the official clash.meta tag-alpha url.
    • sing-box: option to download Singbox kernel beta or release

Full Changelog: v0.5.1...v0.6

v0.5.1

21 Mar 04:29
Compare
Choose a tag to compare

⟳ Changelog v0.5.1

  • remove the selection to create the DNS resolve.conf file.
  • add force stop ${bin_name}.
  • kill $(pidof ${bin}) is replaced with pkill ${bin} syntax.

v0.5

19 Mar 15:31
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

⟳ Changelog v0.5

  • fix log
  • improve cgroup: cgroups are automatically disabled if the phone's kernel doesn't support it
  • added arm8l arch support for kernel updates
  • improve bfm scripts: will take the value of the clash tun_device: utun, sing-box tun_device: tun0, clash_fake_ip_range: 198.18.0.1/16, clash_enhanced_mode: fake-ip, clash_dns_port: 1053, external-ui: ./dashboard/dist, tproxy-port: $tproxy_port and redir-port: $redir_port variable, as default if not confirmed in the YAML / JSON config

v0.4.1

05 Mar 21:47
Compare
Choose a tag to compare

Changelog v0.4.1

  • small improvement