You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.