This is a feature release of the app potato-mesh v0.5.5 which improves performance and stability but also adds new features to the node detail pages.
- Clicking a node's location in the table centers the map on it.
- Clicking a node's long name gives full details about all data available for that node, including rendered charts for telemetry. The overlay is also available as deep link at
/nodes/${id}. - For communities, all nodes' stats are rendered at
/chartsto get some insights. - Additionally, there are detail pages for
/map,/nodes, and/chatif desired. - Lastly, the default zoom level can be overriden by setting
MAP_ZOOMenvironmental variable. This disables auto-fitting.
What's Changed
- Chore: bump version to 0.5.5 by @l5yth in #423
- Chore: update license headers by @l5yth in #424
- Fix ingestion of nodeinfo packets missing ids (#426) by @l5yth in #427
- Ensure chat history fetches full message limit by @l5yth in #428
- Add standalone full-screen map, chat, and nodes views by @l5yth in #429
- Guard NodeInfo handler against missing IDs by @l5yth in #431
- Add encrypted filter to messages API by @l5yth in #432
- Fetch encrypted chat log entries for log tab by @l5yth in #434
- Tighten map auto-fit behaviour by @l5yth in #435
- Add debug payload tracing and ignored packet logging by @l5yth in #437
- Filter zero-valued fields from API responses by @l5yth in #438
- Ensure Meshtastic nodeinfo patch runs before importing interfaces by @l5yth in #440
- Add node detail route and page by @l5yth in #441
- Enable map centering from node table coordinates by @l5yth in #439
- Refine node detail view layout by @l5yth in #442
- Remove added 1 if reply with emoji by @Alexkurd in #443
- Aggregate frontend snapshots across views by @l5yth in #447
- nodes: add charts to detail pages by @l5yth in #449
- nodes: improve charts on detail pages by @l5yth in #450
- fix telemetry parsing for charts by @l5yth in #451
- nodes: render charts detail pages as overlay by @l5yth in #452
- charts: render aggregated telemetry charts for all nodes by @l5yth in #453
- env: add map zoom by @l5yth in #454
- Added reaction-aware handling by @l5yth in #455
- Added comprehensive helper unit tests by @l5yth in #457
New Contributors
Full Changelog: v0.5.4...v0.5.5
