Releases: Zanetach/LinkRay
Releases · Zanetach/LinkRay
Release list
LinkRay v0.2.0
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 -vpassed: 195 tests.scripts/build-release.shpassed and produced the attached tarball and wheel.- README local reference check passed.
- Sensitive production value scan passed before release.
LinkRay v0.1.1
Summary
- Adds automatic LinkRay network acceleration for fresh master and node deployments.
- Renders and installs
/etc/sysctl.d/99-linkray-network.confand/etc/modules-load.d/linkray-bbr.conf. - Bootstrap and rendered deployment scripts now load
tcp_bbr, applysysctl --system, and switch the active default interface tofqwithout requiring a reboot. - Extends
linkray doctorfile checks to verify the network tuning files are present.
Validation
python3 -m unittest discover -s tests -vscripts/build-release.sh
LinkRay v0.1.0
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.