Skip to content

Releases: PeerXu/meepo

0.7.1

04 Jan 16:08
3d11596
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

08 Jul 16:14
204d8b7
Compare
Choose a tag to compare

New

  • Support ACL when create Teleportation

Changelog

204d8b7 feat: add acl for new teleportation (#14)

0.6.0

06 Jul 14:56
061b2f7
Compare
Choose a tag to compare

New

  • Using OpenSSH Private Key(ED25519 algorithm) as identity file

  • Ncat-like helper for building SOCKS5 Teleportation with authentication

  • Do authorizing when creating Teleportation instead of creating Transport

Bug

  • Support arm6 arch now

Changelog

061b2f7 Feat ed25519 (#11)

0.5.0

07 May 13:18
Compare
Choose a tag to compare

New

  • Support Socks5 proxy

Bug

  • Block on new same transport too soon
  • Block on new data channel in loopback transport

Changelog

7ac3afa feat: socks5 proxy (#6)

0.4.3

09 Apr 16:48
847a686
Compare
Choose a tag to compare

Changelog

847a686 fix: failed to renew transport before transport closed on peer instance (#4)
27b6c1a ci: change windows archive format from .tar.gz to .zip (#3)

0.4.2

31 Mar 16:13
ff9ad6a
Compare
Choose a tag to compare

New

  • Install meepo by snap on Linux
  • Install meepo by homebrew on macOS

Changelog

ff9ad6a 🎉 support to install meepo on macOS with homebrew (#1)
36ca08d 📝 install documents

0.4.1

26 Mar 12:56
Compare
Choose a tag to compare

Changelog

eb71de0 🎉 windows platform supported!

0.3.0

09 Mar 16:37
Compare
Choose a tag to compare

New

  • Selfmesh

Bug

  • Catch unexpected error message when shutdown meepo

0.2.3

25 Feb 06:09
Compare
Choose a tag to compare

Bug

  • Meepo will crash when new transport with ARM arch
  • Fail to set config signaling.url

New

  • Pretty output for meepo transport list and meepo teleportation list

0.2.2

23 Feb 16:48
Compare
Choose a tag to compare

New

  • Transport

Manage WebRTC connection for Meepo

  • Teleportation

Manage TCP connections for Meepo

  • Port forward

teleport subcommand for build teleportation in easy way

Improve

  • Change transport protocol from ORTC to WebRTC