Skip to content

Releases: RockLakeGrass/clash-verge-rev-freebsd

Clash Verge FreeBSD v2.5.2-pre2

18 Jun 16:09
63b8811

Choose a tag to compare

Pre-release

There are new fixes since pre1:

  • In pre1, when poweroff or log out, the TUN will leave unused. When start or log in again, a new TUN will be created and leave the old one unused. This is fixed now by removing unused clash TUN before creating a new one.
  • Add libappindicator to the dependency list.
  • Compile AMD64 version using a better machine, so LTO can be enabled.

Clash Verge FreeBSD v2.5.2-pre

08 Jun 14:49
f0f327f

Choose a tag to compare

Pre-release
  • Enable TUN mode
  • System proxy is enabled but it does not work on KDE.
  • Built with ported tauri
  • Solve the unstable TUN problem
  • Version number is one ahead of the official release, it is not truely version 2.5.2
  • Built with newest mihomo kernel in Alpha branch.
  • Support both ARM64 and AMD64

Known Issues:

  • Currently one of dependencies will not be installed automatically.
    • Workaround: run pkg install libappindicator with root access.
  • TUN channel won't be destroyed when log out or shutdown.
    • Workaround: manually delete the TUN using command ifconfig tunN destroy with root access, when TUN is disabled in clash, where N is the number of the TUN you want to delete.