Skip to content

Releases: Zanetach/LinkRay

LinkRay v0.2.0

Choose a tag to compare

@Zanetach Zanetach released this 13 Jun 19:11

LinkRay v0.2.0

Stable deployment release focused on fresh-environment one-command bootstrap and client-safe subscriptions.

Highlights

  • Documented and packaged the recommended production split: master runs the LinkRay panel stack, secondary nodes run host-native LinkRay Node, Xray-core, sing-box, and Snell services.
  • Added release-asset based install path for new environments.
  • Included packaged dashboard, subscription, Xray runtime, sing-box usage, and node-host assets in the wheel/sdist.
  • Improved client subscription guidance: auto-detect first, Clash/Mihomo, Egern, Shadowrocket, sing-box, native Base64, and Snell-specific paths.
  • Kept server-side node visibility separate from client-compatible subscription subsets.
  • Added tests around host-native node Xray behavior and package completeness.

Verification

  • python3 -m unittest discover -s tests -v passed: 195 tests.
  • scripts/build-release.sh passed and produced the attached tarball and wheel.
  • README local reference check passed.
  • Sensitive production value scan passed before release.

LinkRay v0.1.1

Choose a tag to compare

@Zanetach Zanetach released this 12 Jun 16:58

Summary

  • Adds automatic LinkRay network acceleration for fresh master and node deployments.
  • Renders and installs /etc/sysctl.d/99-linkray-network.conf and /etc/modules-load.d/linkray-bbr.conf.
  • Bootstrap and rendered deployment scripts now load tcp_bbr, apply sysctl --system, and switch the active default interface to fq without requiring a reboot.
  • Extends linkray doctor file checks to verify the network tuning files are present.

Validation

  • python3 -m unittest discover -s tests -v
  • scripts/build-release.sh

LinkRay v0.1.0

Choose a tag to compare

@Zanetach Zanetach released this 18 May 17:19

LinkRay v0.1.0

Initial clean release of LinkRay deployment tooling.

Includes:

  • Marzban + Xray-core master and node render/install/bootstrap commands.
  • Twelve Xray-core inbound protocol families per node.
  • Clash/Mihomo subscription template with policy groups and rules.
  • Marzban dashboard patches for subscription link formats, protocol details, and node information.
  • LinkRay sidecar API for node and port status.

This release uses generic example domains and ports only. It does not include environment-specific deployment data or legacy cleanup tooling.