Skip to content

2.2.0

Compare
Choose a tag to compare
@TheMrMilchmann TheMrMilchmann released this 22 Jul 15:24
· 127 commits to master since this release
28d0e09

Improvements

  • Added support for clearing the MumbleLink buffer (via MumbleLink#clear()).
  • Deprecated the public constructor of MumbleLink.Context that was exposed unintentionally.

Fixes

  • Several fixes and improvements to server address parsing. (Thanks to @Medyro)
    • The port is now parsed correctly instead of just the first byte.
    • IPv6 addresses are now properly recognized on Windows.
    • Improved error messages for parsing failures.