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
Reliability report: added a dedicated reliability page for checking how well a selected node is heard across the mesh, including heard/missed status, packet counts, hop counts, gateway tables, and a map view.
Node list/map UX: added node list filtering for wider active-node ranges, included all database nodes where appropriate, and made map node colors persistent across reboots.
QR/API fixes: corrected QR code generation when a node role is missing or unavailable.
Database cleanup: removed stored node public key data and added the Alembic migration to drop node.public_key.
Protobufs: refreshed Meshtastic protobuf Python modules to upstream commit
Tooling: improved the protobuf updater so it supports raw commit SHAs, the newer upstream meshtastic/*.proto layout, generated .pyi stubs, and the vendored nanopb/serial_hal outputs.