Releases: BitpingApp/Bitping-Node
Releases · BitpingApp/Bitping-Node
26.5.12-1
26.5.8-3
26.5.7-1
Changelog
[26.5.7-1] - 2026-05-07
What's Changed
bitpingd
- New ratatui TUI with Dashboard / System Info / Logs tabs, live stats, an
a responsive layout - Animated startup splash with purple→green shimmer across the bitpingd
logo - Interactive login form (email / password / MFA) on TTYs, with pre-fill
fromBITPING_EMAIL/BITPING_PASSWORD/BITPING_MFA - Press
einside the TUI to export logs (editable path, defaults to
~/.bitpingd/bitpingd_logs_<timestamp>.txt) - System Info shows peer ID, bandwidth, node health (Super Node / Node
Issues), and per-protocol bandwidth class - Coloured, multi-line error messages for headless operators — tells you
what to do next instead of dumping a stack trace - Fatal config errors (missing creds, MFA required, etc.) now exit non-zer
immediately; transient errors keep retrying - Native terminal copy/select now works inside the TUI (mouse capture
removed) - Removed legacy
~/.bitping/credentials.jsonmigration path - Replaced
.unwrap()calls with proper error handling — fewer panics in
production
Bitping Desktop
- New Logs page (with auto-tail, jump-to-latest, and export-to-file)
- Logs entry added to the mobile bottom navigation
- Node health now computed from the real capability matrix (was hardcoded
to "Super Node") - Translations added for
logs,export_logs,exportingacross all 8
supported languages
Networking
- Custom hub handshake behaviour with off-thread validation — auth no
longer blocks the swarm event loop - Multi-hub awareness: hubs share their cluster peer list with nodes; nodes
rotate bootstrap addresses on reconnect for smoother failover - Bogon filtering on observed addresses
Fixes
- ICMP ping reliability fixes
- Settings startup race fixed