Skip to content

Release v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 08:45
· 135 commits to main since this release
ca3dd64

Changelog

  • ca3dd64 chore: hard code version
  • 3c15e45 Update dataSources.xml
  • 4184b7c Remove error output when connection error
  • 06ff7f9 fix: error return value
  • 673603e chore: remove log message
  • 5a20a39 feat: embed icons into executable
  • d30c107 Add autostart functionality
  • 453123a Add GUI punchr
  • e1e0de1 update: README
  • 2f72ab5 Track router login page
  • 14a74d7 update: .gitignore
  • 1af8b2c fix: only associate advertised maddrs
  • 8357ce7 fix: inifite resource manager
  • 2c7a54f fix: only track relay-only incoming peers
  • cc0f996 chore: add non DNS bootstrap addresses
  • 748f9f4 chore: fix deprecated imports
  • b9ae814 schema: add unique constraint to clients table
  • 4f82f49 feat: embed migrations
  • 602cf0d update: dependencies
  • ea08a36 Add dark background architecture diagram
  • 0ced289 Improve analysis notebook
  • 6802b7e feat: add rudimentary analysis scripts
  • dbad93c Add rust-client resource requirements to readme
  • 33c1246 Fix saving hole punch attempts
  • 3a36c40 Increase errCount in for loop
  • e4882da Wording tweak
  • f099c86 Wording tweak
  • e68b11c Bump headings up a level and refresh ToC
  • 477c1a9 Update README with Nix info
  • 147f663 Add Nix setup
  • 425ada5 rust-client: simplify loop condition
  • 593eb42 rust-client: use random seed if none was provided
  • ceed2e2 rust-client: remove unused dependencies
  • e7fc2b6 rust-client: fix CLI, add README section
  • e38d695 rust-client: add HolePunchAttempt::multi_addresses
  • 52b2036 rust-client: verify server against CA certificate
  • 64f8ecd rust-client: patch libp2pv0.46.1, remove relay-v1
  • 41c6483 rust-client: filter quic addresses in dial
  • c01349f rust-client: rm temp macro expansion
  • ca9a86d rust-client: add tls support with dummy verifier