Skip to content

v0.5.5

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 09:08
· 44 commits to master since this release
v0.5.5
b056f67

Added

  • Mycelium-ui, a standalone GUI which exposes (part of) the mycelium API. This
    does not have a bundled mycelium node, so that needs to be run separately.

Changed

  • Default TUN name on Linux and Windows is now mycelium. On MacOS it is now utun0.
  • TUN interface name validation on MacOS. If the user supplies an invalid or already
    taken interface name, an available interface name will be automatically assigned.

Fixed

  • Release flow to create the Windows installer now properly extracts wintun
  • Guard against a race condition when a route is deleted which could rarely
    trigger a panic and subsequent memory leak.