Skip to content

v0.6.0

Compare
Choose a tag to compare
@braginini braginini released this 26 May 14:25
· 1396 commits to main since this release
59ae10a

Release Notes

Release blogpost

Management

  • Multi-user accounts.
    Netbird used to have a single admin user per account. With this release, multiple users can share an account.
  • New registering users sharing the same organization domain automatically join the organization's account.
  • Support new device registration with the login through IDP.

CLI

  • CLI commands migration: wiretrustee replaced with netbird.
    Old commands are deprecated and will be removed in future versions. Example:
    E.g. wiretrustee up -> netbird up
  • Packages repo migration (URLs)
  • User-friendly device registration with IDP.
    Calling netbird up without a --setup-key will trigger login through the browser and IDP.
  • Indirect support for MFA. If your IDP is configured with

Desktop UI

  • Netbird got desktop UIs for Linux, Mac, and Windows - a simple systray application implemented with fyne.
  • User-friendly device registration with IDP.
    Clicking Connect button in the systray menu will trigger login through the browser and IDP.

Admin Panel (Dashboard)

  • New tab - "Users". Displays all users belonging to an account.
  • Search and filter for Peers, Setup Keys, and Users.
  • Pagination for Peers.
  • Fixes for tables on mobile devices.