Skip to content

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:18
2860185

fix: bind and link address now agree when --host is omitted

Summary

  • Config::bind_host() now binds 0.0.0.0 when --host is omitted and a LAN IP can be auto-detected, so the address advertised in the tg:// link (link_host()) is actually reachable instead of only bindable on loopback. Explicit --host is still respected exactly as before.
  • Startup banner now prints the crate version (tg-ws-proxy-rs vX.Y.Z), addressing the secondary request in the issue.
  • Added AGENTS.md documenting the project layout and conventions for coding agents.
  • Bumped Cargo.toml/Cargo.lock to 1.6.3 (required by CI's version-bump check).

Fixes #82