Releases: netbirdio/netbird
Releases · netbirdio/netbird
v0.6.4
v0.6.3
v0.6.2
Release Notes
Management
- Assign a smaller network per account. One out of 64 possible /16 subnets of 100.64.0.0/10 (65k unique IPs per subnet) (#342)
- Allocate a random peer IP from a /16 network (#342)
Agent
- Unblock the systray menu when using interactive login (#340)
** Admin Web UI**
- New design based on ant.design (netbirdio/dashboard#51)
v0.6.1
v0.6.0
Release Notes
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 withnetbird
.
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.
Callingnetbird 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.
ClickingConnect
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.
v0.5.1
Changelog
Management
- Fix outdated Network.Serial (enable persistence to the store) (#260)
Client
- Split client app into CMD and Daemon service (#239)
Now there is a daemon service running in the background and cmd can control it. - Introduce UP and Down commands to start and stop daemon
wiretrustee up
wiretrustee down
- Minor bug fixes
v0.5.0
Changelog
v0.4.0
Changelog
Management
- Group users for the same private (organization) domain.
With this change, all users, belonging to the same org will share the network.
E.g.misha@wiretrustee.com
andmayson@wiretrustee.com
will end up in the same network. - Minor code refactor.
- Improved testing for the HTTP handler.
Client
- Enable no-proxy mode.
Client apps, running on hosts with public static IPs or connecting to other peers in the same private network will connect directly Wireguard to Wireguard, bypassing any proxies.
v0.3.5
Changelog
Client
- Support single port for server reflexive candidates (ICE UniversalUDPMux) pion/ice#419
- Minor fixes
Management
- Minor Store related bug fixes
v0.3.4
Changelog
Management
- Added Serial field to the gRPC protocol and Network struct to order network updates (#179, #191)
- Return Peer version in the HTTP API (#229)
Dashboard
- Display Peer version in the Peers view
Client
- Support new Management gRPC field Serial and discard outdated network updated (#193)
- Support WireguardNT on WIndows (updated WireGuard driver) (#192)
- Refactored iface package (#192)
- Fix detection of WireGuard kernel module on non-amd64 archs (#200)
- Fix Login exit on a single attempt to connect to management (#220)
- Send Wiretristee version to Management (#218, #222)