PotatoMesh · Releases
from GitHub · updated 2026-06-2320 releases
v0.6.3 # 2 months ago · 2026-05-03 11:08 UTC
This is a service release of the radio mesh app-suite potato-mesh v0.6.3, mainly fixing bugs and regressions introduced in the recent 0.6.x releases.
upgrading is specifically encouraged if you had issues with the new map feature displaying nodes in the same localtion as "global spider web." this is fixed now my condensing the size and adding a map-zoom filter to that feature (and also making the spiders collapsable).
What's Changed
- build(deps): bump rustls-webpki from 0.103.10 to 0.103.13 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/764
- build(deps): bump openssl from 0.10.75 to 0.10.78 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/766
- web: rework map spider-net feature by @l5yth in https://github.com/l5yth/potato-mesh/pull/769
- matrix: fix matrix preset labels by @l5yth in https://github.com/l5yth/potato-mesh/pull/770
- web: add seo improvements by @l5yth in https://github.com/l5yth/potato-mesh/pull/771
- chore: bump version to 0.6.3 by @l5yth in https://github.com/l5yth/potato-mesh/pull/779
- data: refactor 3/7 protocols by @l5yth in https://github.com/l5yth/potato-mesh/pull/774
- web: refactor 1/7 data processing by @l5yth in https://github.com/l5yth/potato-mesh/pull/772
- web: refactor 2/7 federation by @l5yth in https://github.com/l5yth/potato-mesh/pull/773
- web: refactor 5/7 node page charts by @l5yth in https://github.com/l5yth/potato-mesh/pull/776
- web: refactor 7/7 main js by @l5yth in https://github.com/l5yth/potato-mesh/pull/778
- data: refactor 4/7 interfaces by @l5yth in https://github.com/l5yth/potato-mesh/pull/775
- web: refactor 6/7 node page by @l5yth in https://github.com/l5yth/potato-mesh/pull/777
- web: fix liveliness of api data hydration bug by @l5yth in https://github.com/l5yth/potato-mesh/pull/783
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.6.2...v0.6.3
v0.6.2 # 2 months ago · 2026-04-21 17:44 UTC
This is a service release of the radio mesh app-suite
potato-meshv0.6.2, focused on Meshcore-related fixes, federation accuracy, and bridge coverage. The Matrix bridge now understands Meshcore traffic, and several duplication and classification issues in the web app and ingestor have been tightened up.Features
- Matrix: enable meshcore by @l5yth in https://github.com/l5yth/potato-mesh/pull/761
- Web: show colocated nodes by @l5yth in https://github.com/l5yth/potato-mesh/pull/753
Fixes
- Web: fix emoji pattern render in short names by @l5yth in https://github.com/l5yth/potato-mesh/pull/760
- Data: catch packet handler errors by @l5yth in https://github.com/l5yth/potato-mesh/pull/759
- Web: fix meshcore message duplication with 120s dupe protection by @l5yth in https://github.com/l5yth/potato-mesh/pull/758
- Web: fix node duplication through message synthetization by @l5yth in https://github.com/l5yth/potato-mesh/pull/757
- Ingestor: deduplicate meshcore messages by @l5yth in https://github.com/l5yth/potato-mesh/pull/752
- Fix reaction handling and classification by @l5yth in https://github.com/l5yth/potato-mesh/pull/750
- Web: fix federation node counts by @l5yth in https://github.com/l5yth/potato-mesh/pull/749
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.6.1...v0.6.2
v0.6.1 # 2 months ago · 2026-04-15 10:49 UTC
This is a service release of the radio mesh app-suite
potato-meshv0.6.1 which improves performance and stability. After the previous major breaking release, this cleans up the UI further, addresses some regressions and drastically improves DB operation performance and interface caching.What's Changed
- chore: bump version to 0.6.1 by @l5yth in https://github.com/l5yth/potato-mesh/pull/726
- data: better lora frequency handling for meshtastic by @l5yth in https://github.com/l5yth/potato-mesh/pull/733
- web: per protocol active node counts by @l5yth in https://github.com/l5yth/potato-mesh/pull/735
- ingestor: fix serial connection failures by @l5yth in https://github.com/l5yth/potato-mesh/pull/736
- build(deps): bump rand from 0.9.2 to 0.9.4 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/741
- web: restore refresh and protocol buttons by @l5yth in https://github.com/l5yth/potato-mesh/pull/742
- web: fix federation resolver issue with multi addresses by @l5yth in https://github.com/l5yth/potato-mesh/pull/743
- web: optimize caching by @l5yth in https://github.com/l5yth/potato-mesh/pull/744
- web: fix meshcore node misclassification by @l5yth in https://github.com/l5yth/potato-mesh/pull/748
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.6.0...v0.6.1
v0.6.0 # 3 months ago · 2026-04-09 07:30 UTC
This is a service release of the radio mesh app-suite
potato-meshv0.6.0 which introduces new features and overhauls the user interface. The primary notable change is added support for multi-protocol along with an implementation of Meshcore in ingestor, web app, and frontend.Demo: https://potatomesh.net/
Meshcore
To start ingesting Meshcore data to an upgraded potato-mesh web app, simply tell your ingestor to use the
PROTOCOL="meshcore".About Pages
The other notable feature is the removal of the "darkmode" and "info" buttons in favor of customizable markdown pages that allow for more flexibility with regard to custom content (info about presets, contact information, etc.) - see
/pages/*.mdin the web app (#723).Breaking Variable Changes
The following deprecated environmental variables have been removed in this release finally (#704):
POTATOMESH_INSTANCE- please useINSTANCE_DOMAINMESH_SERIALandPORT- please useCONNECTION
What's Changed
- [meshcore] fix: race condition by @benallfree in https://github.com/l5yth/potato-mesh/pull/676
- [meshcore] fix: get meshcore protocol icon displaying correctly by @benallfree in https://github.com/l5yth/potato-mesh/pull/681
- fix: address review comments from PRs #676 and #681 by @l5yth in https://github.com/l5yth/potato-mesh/pull/689
- web: distinguish meshcore from meshtastic in frontend by @l5yth in https://github.com/l5yth/potato-mesh/pull/688
- web: add proper short names for meshcore companions by @l5yth in https://github.com/l5yth/potato-mesh/pull/693
- data: provide frequency and modem preset for meshcore by @l5yth in https://github.com/l5yth/potato-mesh/pull/694
- data: register meshcore channel mappings by @l5yth in https://github.com/l5yth/potato-mesh/pull/695
- web: define meshcore modem presets by @l5yth in https://github.com/l5yth/potato-mesh/pull/696
- data: derive meshcore channel probe bound from device max_channels by @l5yth in https://github.com/l5yth/potato-mesh/pull/701
- web: protect real node names from fallback by @l5yth in https://github.com/l5yth/potato-mesh/pull/702
- release: v0.6.0 — remove deprecated env var aliases by @l5yth in https://github.com/l5yth/potato-mesh/pull/704
- web: fix node disappearance role reset by @l5yth in https://github.com/l5yth/potato-mesh/pull/707
- web: reference meshcore nodes in chat by @l5yth in https://github.com/l5yth/potato-mesh/pull/709
- web: sort channels by activity not index by @l5yth in https://github.com/l5yth/potato-mesh/pull/711
- data: fix meshcore ingestore self reporting by @l5yth in https://github.com/l5yth/potato-mesh/pull/713
- data: fix position time updates by @l5yth in https://github.com/l5yth/potato-mesh/pull/715
- web: facelift by @l5yth in https://github.com/l5yth/potato-mesh/pull/716
- chore: prepare codebase for breaking release by @l5yth in https://github.com/l5yth/potato-mesh/pull/718
- data: trace analysus multi ingestor support by @l5yth in https://github.com/l5yth/potato-mesh/pull/721
- web: fix federation for multi protocol by @l5yth in https://github.com/l5yth/potato-mesh/pull/722
- web: add markdown static pages by @l5yth in https://github.com/l5yth/potato-mesh/pull/723
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.12...v0.6.0
v0.5.12 # 3 months ago · 2026-04-04 08:49 UTC
This is a service release of the app potato-mesh v0.5.12 which improves performance and stability.
Notably, the frontend went through some graphical tweaks to prepare for an upcoming multi-protocol release (meshcore, reticulum, etc.).
What's Changed
- build(deps): bump quinn-proto from 0.11.13 to 0.11.14 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/646
- build(deps): bump rustls-webpki from 0.103.8 to 0.103.10 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/649
- Proposal: mesh provider pattern refactor by @benallfree in https://github.com/l5yth/potato-mesh/pull/651
- data: resolve circular dependency of deamon.py by @l5yth in https://github.com/l5yth/potato-mesh/pull/653
- fix upsert clearing node coordinates bug by @l5yth in https://github.com/l5yth/potato-mesh/pull/654
- web: implement a 'protocol' field across systems by @l5yth in https://github.com/l5yth/potato-mesh/pull/655
- feat: split device and power-sensor telemetry charts (#643) by @l5yth in https://github.com/l5yth/potato-mesh/pull/656
- web: prepare frontend for multi protocol by @l5yth in https://github.com/l5yth/potato-mesh/pull/657
- web: fix css issues by @l5yth in https://github.com/l5yth/potato-mesh/pull/659
- data: prepare ingestor for meshcore by @l5yth in https://github.com/l5yth/potato-mesh/pull/658
- app: only query meshtastic provider by @l5yth in https://github.com/l5yth/potato-mesh/pull/664
- web: prepare release by @l5yth in https://github.com/l5yth/potato-mesh/pull/665
- ci: update dependabot and codecov settings by @l5yth in https://github.com/l5yth/potato-mesh/pull/666
- feat: implement meshcore provider by @l5yth in https://github.com/l5yth/potato-mesh/pull/663
- data: handle store_forward and router_heartbeat portnum by @l5yth in https://github.com/l5yth/potato-mesh/pull/667
- data/meshcore: fix ble and enable tcp by @l5yth in https://github.com/l5yth/potato-mesh/pull/669
- chore: update mesh.sh to use requirements file by @benallfree in https://github.com/l5yth/potato-mesh/pull/675
- chore: update xcode deps by @benallfree in https://github.com/l5yth/potato-mesh/pull/674
- [meshcore] enh: short name should be 1st 4 hex digits of public key by @benallfree in https://github.com/l5yth/potato-mesh/pull/679
- chore: refactor codebase before meshcore release by @l5yth in https://github.com/l5yth/potato-mesh/pull/682
- enh: surface meshcore role types (#680) by @l5yth in https://github.com/l5yth/potato-mesh/pull/685
New Contributors
- @benallfree made their first contribution in https://github.com/l5yth/potato-mesh/pull/651
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.11...v0.5.12
v0.5.11 # 4 months ago · 2026-03-01 21:00 UTC
This is a service release of the app potato-mesh v0.5.11 which improves performance and stability.
What's Changed
- web: limit horizontal size of dropdown by @l5yth in https://github.com/l5yth/potato-mesh/pull/644
- chore: bump version to 0.5.11 by @l5yth in https://github.com/l5yth/potato-mesh/pull/645
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.10...v0.5.11
v0.5.10 # 4 months ago · 2026-02-16 20:16 UTC
This is a service release of the app potato-mesh v0.5.10 which improves performance and stability.
What's Changed
- l5y chore version 0510 by @l5yth in https://github.com/l5yth/potato-mesh/pull/608
- web: add announcement banner by @l5yth in https://github.com/l5yth/potato-mesh/pull/609
- web: daemonize federation worker pool to avoid deadlocks on stuck announcments by @l5yth in https://github.com/l5yth/potato-mesh/pull/610
- web: decrypt PSK-1 unencrypted messages on arrival by @l5yth in https://github.com/l5yth/potato-mesh/pull/611
- Add Apache 2.0 license headers to missing sources by @l5yth in https://github.com/l5yth/potato-mesh/pull/615
- web: decrypted takes precedence by @l5yth in https://github.com/l5yth/potato-mesh/pull/614
- matrix: logs only non-sensitive config fields by @l5yth in https://github.com/l5yth/potato-mesh/pull/616
- matrix: config loading now merges optional TOML with CLI/env/secret inputs by @l5yth in https://github.com/l5yth/potato-mesh/pull/617
- build(deps): bump bytes from 1.11.0 to 1.11.1 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/627
- federation: ensure requests timeout properly and can be terminated by @l5yth in https://github.com/l5yth/potato-mesh/pull/631
- web: supress encrypted text messages in frontend by @l5yth in https://github.com/l5yth/potato-mesh/pull/633
- ci: fix docker compose and docs by @l5yth in https://github.com/l5yth/potato-mesh/pull/634
- ingestor: report self id per packet by @l5yth in https://github.com/l5yth/potato-mesh/pull/635
- web: do not touch neighbor last seen on neighbor info by @l5yth in https://github.com/l5yth/potato-mesh/pull/636
- web: do not merge channels by ID in frontend by @l5yth in https://github.com/l5yth/potato-mesh/pull/637
- web: do merge channels by name by @l5yth in https://github.com/l5yth/potato-mesh/pull/640
- web: expose node stats in distinct api by @l5yth in https://github.com/l5yth/potato-mesh/pull/641
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/l5yth/potato-mesh/pull/627
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.9...v0.5.10
v0.5.9 # 6 months ago · 2026-01-08 15:01 UTC
This is a service release of the app potato-mesh v0.5.9 which improves performance and stability but also adds new features. This is the first stable release of the matrix bridge.
Take a look at matrix/README.md for instructions or join #potato-bridge:c-base.org for a Demo.
What's Changed
- chore: bump version to 0.5.9 by @l5yth in https://github.com/l5yth/potato-mesh/pull/569
- web: ensure unknown nodes for messages and traces by @l5yth in https://github.com/l5yth/potato-mesh/pull/572
- web: add mesh.qrp.ro as seed node by @l5yth in https://github.com/l5yth/potato-mesh/pull/573
- Support BLE UUID format for macOS Bluetooth devices by @apo-mak in https://github.com/l5yth/potato-mesh/pull/575
- nix flake by @benjajaja in https://github.com/l5yth/potato-mesh/pull/577
- web: hide legend by default by @l5yth in https://github.com/l5yth/potato-mesh/pull/582
- ci: run nix flake check on ci by @l5yth in https://github.com/l5yth/potato-mesh/pull/583
- ingestor: support ROUTING_APP messages by @l5yth in https://github.com/l5yth/potato-mesh/pull/584
- web: allow certain charts to overflow upper bounds by @l5yth in https://github.com/l5yth/potato-mesh/pull/585
- matrix: fix empty bridge state json by @l5yth in https://github.com/l5yth/potato-mesh/pull/592
- web: hide the default '0' tab when not active by @l5yth in https://github.com/l5yth/potato-mesh/pull/593
- matrix: cache seen messages by rx_time not id by @l5yth in https://github.com/l5yth/potato-mesh/pull/594
- matrix: fixed the text-message checkpoint regression by @l5yth in https://github.com/l5yth/potato-mesh/pull/595
- web: establish menu structure by @l5yth in https://github.com/l5yth/potato-mesh/pull/597
- web: display traces of last 28 days if available by @l5yth in https://github.com/l5yth/potato-mesh/pull/599
- ci: update ruby to 4 by @l5yth in https://github.com/l5yth/potato-mesh/pull/601
- matrix: move short name to display name by @l5yth in https://github.com/l5yth/potato-mesh/pull/602
- web: fix stale node queries by @l5yth in https://github.com/l5yth/potato-mesh/pull/603
- web: collapse federation map ledgend by @l5yth in https://github.com/l5yth/potato-mesh/pull/604
- matrix: listen for synapse on port 41448 by @l5yth in https://github.com/l5yth/potato-mesh/pull/607
New Contributors
- @benjajaja made their first contribution in https://github.com/l5yth/potato-mesh/pull/577
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.8...v0.5.9
v0.5.8 # 6 months ago · 2025-12-16 20:46 UTC
This is a hotfix release of the app potato-mesh v0.5.8 resolving a regression with federation. Upgrading is highly recommended if issues with federation exist.
What's Changed
- chore: bump version to 0.5.8 by @l5yth in https://github.com/l5yth/potato-mesh/pull/551
- data: add thorough daemon unit tests by @l5yth in https://github.com/l5yth/potato-mesh/pull/553
- app: add utility coverage tests for main.dart by @l5yth in https://github.com/l5yth/potato-mesh/pull/552
- matrix: omit the api part in base url by @l5yth in https://github.com/l5yth/potato-mesh/pull/554
- matrix: add health checks to startup by @l5yth in https://github.com/l5yth/potato-mesh/pull/555
- matrix: add docker file for bridge by @l5yth in https://github.com/l5yth/potato-mesh/pull/556
- chore: update readme by @l5yth in https://github.com/l5yth/potato-mesh/pull/561
- web: fix federation signature validation and create fallback by @l5yth in https://github.com/l5yth/potato-mesh/pull/563
- matrix: fix docker build by @l5yth in https://github.com/l5yth/potato-mesh/pull/564
- matrix: fix docker build by @l5yth in https://github.com/l5yth/potato-mesh/pull/565
- web: add ?since= parameter to all apis by @l5yth in https://github.com/l5yth/potato-mesh/pull/566
- data: implement whitelist for ingestor by @l5yth in https://github.com/l5yth/potato-mesh/pull/567
- web: add secondary seed node jmrp.io by @l5yth in https://github.com/l5yth/potato-mesh/pull/568
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.7...v0.5.8
v0.5.7 # 6 months ago · 2025-12-14 19:37 UTC
This is a service release of the app potato-mesh v0.5.7 which improves performance and stability but also adds new features.
- !Breaking: the ingestor environment variable
was renamed toPOTATOMESH_INSTANCEINSTANCE_DOMAIN- please update your configs and scripts. Now you can set the same variable in both web and ingestor builds. - The ingestor can now blacklist channels by setting the
HIDDEN_CHANNELS="foo,bar"environment variable passing a comma-separated list of channels that shall not be ingested. - A map of all potato-mesh instances is available on the
/federationendpoint (see potatomesh.net/federation). - Traceroutes are now rendered on the map as dashed lines between nodes.
- Ingestors are now reporting liveliness and can be checked on the api
/api/ingestors.
What's Changed
- matrix: create potato-matrix-bridge by @l5yth in https://github.com/l5yth/potato-mesh/pull/528
- add contact link to the instance data by @apo-mak in https://github.com/l5yth/potato-mesh/pull/533
- Add Federation Map by @apo-mak in https://github.com/l5yth/potato-mesh/pull/532
- web: further refine the federation page by @l5yth in https://github.com/l5yth/potato-mesh/pull/534
- Use INSTANCE_DOMAIN env for ingestor by @l5yth in https://github.com/l5yth/potato-mesh/pull/536
- Normalize numeric node roles to canonical labels by @l5yth in https://github.com/l5yth/potato-mesh/pull/539
- web: fix traces rendering by @l5yth in https://github.com/l5yth/potato-mesh/pull/535
- web: fix telemetry api to return current in amperes by @l5yth in https://github.com/l5yth/potato-mesh/pull/541
- Handle zero telemetry aggregates by @l5yth in https://github.com/l5yth/potato-mesh/pull/538
- chore: bump version to 0.5.7 by @l5yth in https://github.com/l5yth/potato-mesh/pull/542
- web: fix traces submission with optional fields on udp by @l5yth in https://github.com/l5yth/potato-mesh/pull/545
- web: improve instances map and table view by @l5yth in https://github.com/l5yth/potato-mesh/pull/546
- web: fix limit when counting remote nodes by @l5yth in https://github.com/l5yth/potato-mesh/pull/547
- data: hide channels that have been flag for ignoring by @l5yth in https://github.com/l5yth/potato-mesh/pull/548
- Harden instance selector navigation URLs by @l5yth in https://github.com/l5yth/potato-mesh/pull/550
- data: track ingestors heartbeat by @l5yth in https://github.com/l5yth/potato-mesh/pull/549
New Contributors
- @apo-mak made their first contribution in https://github.com/l5yth/potato-mesh/pull/533
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.6...v0.5.7
- !Breaking: the ingestor environment variable
v0.5.6 # 7 months ago · 2025-11-26 21:21 UTC
This is a feature release of the app potato-mesh v0.5.6 which improves performance and stability but also adds new features.
- Traceroute packets are now supported, available on
/api/tracesand rendered as dotted lines on the map - We now also render current and IAQ in the
/charts - Weird numbers appearing instead of emoji reactions are fixed now
- Added mobile app that can be installed on Android or iOS to read your local mesh on the go
What's Changed
- Bump version and update changelog by @l5yth in https://github.com/l5yth/potato-mesh/pull/462
- feat: implement traceroute app packet handling across the stack by @l5yth in https://github.com/l5yth/potato-mesh/pull/463
- add traceroutes to frontend by @l5yth in https://github.com/l5yth/potato-mesh/pull/466
- rate limit host device telemetry by @l5yth in https://github.com/l5yth/potato-mesh/pull/467
- merge secondary channels by name by @l5yth in https://github.com/l5yth/potato-mesh/pull/468
- address missing id field ingestor bug by @l5yth in https://github.com/l5yth/potato-mesh/pull/469
- aggregate telemetry over the last 7 days by @l5yth in https://github.com/l5yth/potato-mesh/pull/470
- subscribe to traceroute app pubsub topic by @l5yth in https://github.com/l5yth/potato-mesh/pull/471
- add frequency and preset to node table by @l5yth in https://github.com/l5yth/potato-mesh/pull/472
- Fix 1 after emojis in reply. by @Alexkurd in https://github.com/l5yth/potato-mesh/pull/464
- Prevent message ids from being treated as node identifiers by @l5yth in https://github.com/l5yth/potato-mesh/pull/475
- Floor override frequencies to MHz integers by @l5yth in https://github.com/l5yth/potato-mesh/pull/476
- web: remove range from charts labels by @l5yth in https://github.com/l5yth/potato-mesh/pull/485
- Handle pre-release Docker tagging by @l5yth in https://github.com/l5yth/potato-mesh/pull/486
- Add Meshtastic reader Flutter app by @l5yth in https://github.com/l5yth/potato-mesh/pull/483
- Align OCI labels in docker workflow by @l5yth in https://github.com/l5yth/potato-mesh/pull/487
- Add mobile Flutter CI workflow by @l5yth in https://github.com/l5yth/potato-mesh/pull/488
- update node detail hydration for traces by @l5yth in https://github.com/l5yth/potato-mesh/pull/490
- Map numeric role ids to canonical Meshtastic roles by @l5yth in https://github.com/l5yth/potato-mesh/pull/489
- Add comprehensive tests for Flutter reader by @l5yth in https://github.com/l5yth/potato-mesh/pull/491
- Render reaction multiplier counts by @l5yth in https://github.com/l5yth/potato-mesh/pull/494
- Handle reaction app packets without reply id by @l5yth in https://github.com/l5yth/potato-mesh/pull/495
- app: add scaffholding gitignore by @l5yth in https://github.com/l5yth/potato-mesh/pull/496
- app: add instance selector to settings by @l5yth in https://github.com/l5yth/potato-mesh/pull/497
- app: instance and chat mvp by @l5yth in https://github.com/l5yth/potato-mesh/pull/498
- app: add persistance by @l5yth in https://github.com/l5yth/potato-mesh/pull/501
- ci: build app artifacts for tags by @l5yth in https://github.com/l5yth/potato-mesh/pull/503
- ci: fix app artifacts for tags by @l5yth in https://github.com/l5yth/potato-mesh/pull/504
- app: further harden refresh logic and prefer local first by @l5yth in https://github.com/l5yth/potato-mesh/pull/506
- app: add theme selector by @l5yth in https://github.com/l5yth/potato-mesh/pull/507
- app: implement notifications by @l5yth in https://github.com/l5yth/potato-mesh/pull/511
- web: add ?since= parameter to api/messages by @l5yth in https://github.com/l5yth/potato-mesh/pull/512
- web: fix favicon by @l5yth in https://github.com/l5yth/potato-mesh/pull/515
- app: generate proper icons by @l5yth in https://github.com/l5yth/potato-mesh/pull/516
- spec: update test fixtures by @l5yth in https://github.com/l5yth/potato-mesh/pull/517
- app: fix notification icon by @l5yth in https://github.com/l5yth/potato-mes …
- Traceroute packets are now supported, available on
v0.5.5 # 7 months ago · 2025-11-16 16:39 UTC
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 https://github.com/l5yth/potato-mesh/pull/423
- Chore: update license headers by @l5yth in https://github.com/l5yth/potato-mesh/pull/424
- Fix ingestion of nodeinfo packets missing ids (#426) by @l5yth in https://github.com/l5yth/potato-mesh/pull/427
- Ensure chat history fetches full message limit by @l5yth in https://github.com/l5yth/potato-mesh/pull/428
- Add standalone full-screen map, chat, and nodes views by @l5yth in https://github.com/l5yth/potato-mesh/pull/429
- Guard NodeInfo handler against missing IDs by @l5yth in https://github.com/l5yth/potato-mesh/pull/431
- Add encrypted filter to messages API by @l5yth in https://github.com/l5yth/potato-mesh/pull/432
- Fetch encrypted chat log entries for log tab by @l5yth in https://github.com/l5yth/potato-mesh/pull/434
- Tighten map auto-fit behaviour by @l5yth in https://github.com/l5yth/potato-mesh/pull/435
- Add debug payload tracing and ignored packet logging by @l5yth in https://github.com/l5yth/potato-mesh/pull/437
- Filter zero-valued fields from API responses by @l5yth in https://github.com/l5yth/potato-mesh/pull/438
- Ensure Meshtastic nodeinfo patch runs before importing interfaces by @l5yth in https://github.com/l5yth/potato-mesh/pull/440
- Add node detail route and page by @l5yth in https://github.com/l5yth/potato-mesh/pull/441
- Enable map centering from node table coordinates by @l5yth in https://github.com/l5yth/potato-mesh/pull/439
- Refine node detail view layout by @l5yth in https://github.com/l5yth/potato-mesh/pull/442
- Remove added 1 if reply with emoji by @Alexkurd in https://github.com/l5yth/potato-mesh/pull/443
- Aggregate frontend snapshots across views by @l5yth in https://github.com/l5yth/potato-mesh/pull/447
- nodes: add charts to detail pages by @l5yth in https://github.com/l5yth/potato-mesh/pull/449
- nodes: improve charts on detail pages by @l5yth in https://github.com/l5yth/potato-mesh/pull/450
- fix telemetry parsing for charts by @l5yth in https://github.com/l5yth/potato-mesh/pull/451
- nodes: render charts detail pages as overlay by @l5yth in https://github.com/l5yth/potato-mesh/pull/452
- charts: render aggregated telemetry charts for all nodes by @l5yth in https://github.com/l5yth/potato-mesh/pull/453
- env: add map zoom by @l5yth in https://github.com/l5yth/potato-mesh/pull/454
- Added reaction-aware handling by @l5yth in https://github.com/l5yth/potato-mesh/pull/455
- Added comprehensive helper unit tests by @l5yth in https://github.com/l5yth/potato-mesh/pull/457
New Contributors
- @Alexkurd made their first contribution in https://github.com/l5yth/potato-mesh/pull/443
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.4...v0.5.5
v0.5.4 # 8 months ago · 2025-11-08 08:53 UTC
This is a feature release of the app potato-mesh v0.5.4 which improves performance and stability but also adds new features to the chat panel.
With this release, radio logs are seperated from the actual chat messages. Messages on different channels are now displayed in different tabs. Direct messages will be ignored but anything else that can be decrypted, will be displayed. Encrypted messages just show up in the log with a note. The chat and the logs can now be filtered by node names - just use the filter input box on the top of the map. Furthermore, this release also implements reactions and responses.
What's Changed
- Chore: bump version to 0.5.4 by @l5yth in https://github.com/l5yth/potato-mesh/pull/388
- fix: Mesh-Ingestor: Fix error for non-existing datetime.UTC reference by @KenADev in https://github.com/l5yth/potato-mesh/pull/396
- feat: Mesh-Ingestor: Ability to provide already-existing interface instance by @KenADev in https://github.com/l5yth/potato-mesh/pull/395
- Config: Read PROM_REPORT_IDS from environment by @nicjansma in https://github.com/l5yth/potato-mesh/pull/398
- Add Prometheus monitoring documentation by @l5yth in https://github.com/l5yth/potato-mesh/pull/399
- Document federation refresh cadence by @l5yth in https://github.com/l5yth/potato-mesh/pull/401
- Document environment configuration variables by @l5yth in https://github.com/l5yth/potato-mesh/pull/400
- Ensure Docker images publish versioned tags by @l5yth in https://github.com/l5yth/potato-mesh/pull/403
- Normalize numeric client roles using Meshtastic CLI enums by @l5yth in https://github.com/l5yth/potato-mesh/pull/402
- Add tabbed chat panel with channel grouping by @l5yth in https://github.com/l5yth/potato-mesh/pull/404
- Handle missing instance domain outside production by @l5yth in https://github.com/l5yth/potato-mesh/pull/405
- Add chat log entries for telemetry, position, and neighbor events by @l5yth in https://github.com/l5yth/potato-mesh/pull/408
- display encrypted messages in frontend log window by @l5yth in https://github.com/l5yth/potato-mesh/pull/409
- agents: add instructions by @l5yth in https://github.com/l5yth/potato-mesh/pull/410
- ingestor: ignore direct messages on default channel by @l5yth in https://github.com/l5yth/potato-mesh/pull/414
- implement support for replies and reactions app by @l5yth in https://github.com/l5yth/potato-mesh/pull/411
- gem: add erb as dependency removed from std by @l5yth in https://github.com/l5yth/potato-mesh/pull/416
- allow filtering chat and logs by node name by @l5yth in https://github.com/l5yth/potato-mesh/pull/417
- Parallelize federation tasks with worker pool by @l5yth in https://github.com/l5yth/potato-mesh/pull/419
- Add preset mode to logs by @l5yth in https://github.com/l5yth/potato-mesh/pull/420
- handle edge case when primary channel has a name by @l5yth in https://github.com/l5yth/potato-mesh/pull/421
- handle naming when primary channel has a name by @l5yth in https://github.com/l5yth/potato-mesh/pull/422
New Contributors
- @KenADev made their first contribution in https://github.com/l5yth/potato-mesh/pull/396
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.3...v0.5.4
v0.5.3 # 8 months ago · 2025-10-19 10:30 UTC
This is a bug-fix release of the app potato-mesh v0.5.3. It mainly improves the working federation between instances. Also, federation is now visible in frontend. If you do not wish to be part of the federation, disable it with
FEDERATION=0orPRIVATE=1env variables.What's Changed
- Chore: bump version to 0.5.3 by @l5yth in https://github.com/l5yth/potato-mesh/pull/372
- Expose FEDERATION environment option across tooling by @l5yth in https://github.com/l5yth/potato-mesh/pull/375
- Restrict /api/instances results to recent records by @l5yth in https://github.com/l5yth/potato-mesh/pull/374
- Fix frontend coverage export for Codecov by @l5yth in https://github.com/l5yth/potato-mesh/pull/376
- Expose PRIVATE environment configuration across tooling by @l5yth in https://github.com/l5yth/potato-mesh/pull/377
- Disable federation features when FEDERATION=0 by @l5yth in https://github.com/l5yth/potato-mesh/pull/379
- Ensure private mode disables chat messaging by @l5yth in https://github.com/l5yth/potato-mesh/pull/378
- Ensure private mode disables federation by @l5yth in https://github.com/l5yth/potato-mesh/pull/380
- Harden federation announcements by @l5yth in https://github.com/l5yth/potato-mesh/pull/381
- Add instance selector dropdown for federation deployments by @l5yth in https://github.com/l5yth/potato-mesh/pull/382
- Respect PORT environment override by @l5yth in https://github.com/l5yth/potato-mesh/pull/384
- Add full support to telemetry schema and API by @l5yth in https://github.com/l5yth/potato-mesh/pull/385
- Prune blank values from API responses by @l5yth in https://github.com/l5yth/potato-mesh/pull/386
- Add telemetry formatting utilities and extend node overlay by @l5yth in https://github.com/l5yth/potato-mesh/pull/387
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.2...v0.5.3
v0.5.2 # 8 months ago · 2025-10-17 19:40 UTC
This is a bug-fix release of the app potato-mesh v0.5.2. It resolves mainly issues with docker connections and finally restores a working federation between instances. :lady_beetle:
What's Changed
- Gracefully retry federation announcements over HTTP by @l5yth in https://github.com/l5yth/potato-mesh/pull/355
- chore: bump version to 0.5.2 by @l5yth in https://github.com/l5yth/potato-mesh/pull/356
- Ensure INSTANCE_DOMAIN propagates to containers by @l5yth in https://github.com/l5yth/potato-mesh/pull/358
- Harden instance domain validation by @l5yth in https://github.com/l5yth/potato-mesh/pull/359
- Fix ingestor reconnection detection by @l5yth in https://github.com/l5yth/potato-mesh/pull/361
- Decouple message API node hydration by @l5yth in https://github.com/l5yth/potato-mesh/pull/360
- Prefer reported primary channel names by @l5yth in https://github.com/l5yth/potato-mesh/pull/363
- Add federation ingestion limits and tests by @l5yth in https://github.com/l5yth/potato-mesh/pull/364
- Guard federation DNS resolution against restricted networks by @l5yth in https://github.com/l5yth/potato-mesh/pull/362
- Ensure well-known document stays in sync on startup by @l5yth in https://github.com/l5yth/potato-mesh/pull/365
- Delay initial federation announcements by @l5yth in https://github.com/l5yth/potato-mesh/pull/366
- Fixes POST request 403 errors on instances behind Cloudflare proxy by @varna9000 in https://github.com/l5yth/potato-mesh/pull/368
- Align theme and info controls by @l5yth in https://github.com/l5yth/potato-mesh/pull/371
New Contributors
- @varna9000 made their first contribution in https://github.com/l5yth/potato-mesh/pull/368
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.1...v0.5.2
v0.5.1 # 8 months ago · 2025-10-15 20:22 UTC
This is a bug-fix release of the app potato-mesh v0.5.1. It resolves mainly issues with docker builds, federation, and the user interface. :lady_beetle:
Notably, this release also ships channel names and operating frequencies. :tada:
What's Changed
- Fix ingestor docker import path by @l5yth in https://github.com/l5yth/potato-mesh/pull/336
- docs: update changelog for 0.5.0 by @l5yth in https://github.com/l5yth/potato-mesh/pull/337
- Bump fallback version string to v0.5.1 by @l5yth in https://github.com/l5yth/potato-mesh/pull/338
- Display message frequency and channel in chat log by @l5yth in https://github.com/l5yth/potato-mesh/pull/339
- Add modem preset display to node overlay by @l5yth in https://github.com/l5yth/potato-mesh/pull/340
- Ensure Docker deployments persist keyfile and well-known assets by @l5yth in https://github.com/l5yth/potato-mesh/pull/345
- Fix ingestor device mounting for non-serial connections by @l5yth in https://github.com/l5yth/potato-mesh/pull/346
- Handle malformed instance records gracefully by @l5yth in https://github.com/l5yth/potato-mesh/pull/348
- Harden federation domain validation and tests by @l5yth in https://github.com/l5yth/potato-mesh/pull/347
- Improve federation instance error diagnostics by @l5yth in https://github.com/l5yth/potato-mesh/pull/350
- Close unrelated short info overlays when opening short info by @l5yth in https://github.com/l5yth/potato-mesh/pull/351
- Remove federation timeout environment overrides by @l5yth in https://github.com/l5yth/potato-mesh/pull/352
- Recursively ingest federated instances by @l5yth in https://github.com/l5yth/potato-mesh/pull/353
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.0...v0.5.1
v0.5.0 # 8 months ago · 2025-10-14 14:16 UTC
This a feature release of the app potato-mesh v0.5.0. It contains a major refactor, changes all defaults (please read carefully below), enables federation between instances and now knows about lora preset, region frequency, and channel names, plus many bug fixes.
- in production, make sure to set an
INSTANCE_DOMAIN=example.com, otherwise we attempt reverse DNS - breaking: streamlined environmental variables for simplicity:
is nowMESH_SERIALCONNECTIONis nowDEFAULT_CHANNELCHANNELis nowDEFAULT_FREQUENCYFREQUENCYare now merged toMAP_CENTER_LATandMAP_CENTER_LONMAP_CENTER="38.761944,-27.090833"is nowMAX_NODE_DISTANCE_KMMAX_DISTANCEis nowMATRIX_ROOMCONTACT_LINKand does not have to be Matrix
- breaking: moved database and config to respective XDG directories (the app has migration built in, but make sure to update your backup scripts)
- turn on
ENERGY_SAVING=1if you want to query remote/solar nodes but don't want to cycle their power too much - add a
/metricsendpoint for prometheus (thanks @nicjansma) - deployed production instances of potato-mesh now talk to each other (turn off with
FEDERATION=0)
What's Changed
- Update changelog by @l5yth in https://github.com/l5yth/potato-mesh/pull/238
- Add inline documentation to config helpers and frontend scripts by @l5yth in https://github.com/l5yth/potato-mesh/pull/240
- Add comprehensive coverage tests for mesh ingestor by @l5yth in https://github.com/l5yth/potato-mesh/pull/241
- docs: add ingestor inline docstrings by @l5yth in https://github.com/l5yth/potato-mesh/pull/244
- Add tests for helper utilities and asset routes by @l5yth in https://github.com/l5yth/potato-mesh/pull/243
- Refactor front-end assets into external modules by @l5yth in https://github.com/l5yth/potato-mesh/pull/245
- Fix mesh ingestor telemetry and neighbor handling by @l5yth in https://github.com/l5yth/potato-mesh/pull/249
- Add JSDoc documentation across client scripts by @l5yth in https://github.com/l5yth/potato-mesh/pull/253
- Document Ruby helper methods with RDoc comments by @l5yth in https://github.com/l5yth/potato-mesh/pull/254
- Handle missing node IDs in Meshtastic nodeinfo packets by @l5yth in https://github.com/l5yth/potato-mesh/pull/251
- Document mesh ingestor modules with PDoc-style docstrings by @l5yth in https://github.com/l5yth/potato-mesh/pull/255
- Force dark theme default based on sanitized cookie by @l5yth in https://github.com/l5yth/potato-mesh/pull/252
- docs: add matrix to readme by @l5yth in https://github.com/l5yth/potato-mesh/pull/259
- chore: restore apache headers by @l5yth in https://github.com/l5yth/potato-mesh/pull/260
- Add energy saving cycle to ingestor daemon by @l5yth in https://github.com/l5yth/potato-mesh/pull/256
- v0.4.0 version string in web UI by @nicjansma in https://github.com/l5yth/potato-mesh/pull/265
- Relocate JS coverage export script into web directory by @l5yth in https://github.com/l5yth/potato-mesh/pull/266
- Add fullscreen toggle to map view by @l5yth in https://github.com/l5yth/potato-mesh/pull/263
- Added prometheus /metrics endpoint by @nicjansma in https://github.com/l5yth/potato-mesh/pull/262
- Dockerfile fixes by @nicjansma in https://github.com/l5yth/potato-mesh/pull/268
- Add hourly reconnect handling for inactive mesh interface by @l5yth in https://github.com/l5yth/potato-mesh/pull/267
- Prometheus metrics updates on startup and for position/telemetry by @nicjansma in https://github.com/l5yth/potato-mesh/pull/270
- Add targeted API endpoints and expose version metadata by @l5yth in https://github.com/l5yth/potato-mesh/pull/271
- Document production deployment configuration by @l5yth in https://github.com/l5yth/potato-mesh/pull/273
- Add configurable instance domain with reverse DNS fallback by @l5yth in https://github.com/l5yth/potato-mesh/pull/272
- Add persistent federation metadata endpoint by …
- in production, make sure to set an
v0.4.0 # 9 months ago · 2025-10-06 06:15 UTC
This a feature release of the app potato-mesh v0.4.0. It contains new features, improved design, some tweaks the frontend, and an improved ingestor that also works via Bluetooth.

- Bluetooth (BLE) is supported now by the ingestor script, just set
MESH_SERIAL="ED:4D:9E:95:CF:60"to the devices hardware address - Added support for telemetry, environmental data, and neighbors and integrated them into the frontend
- Add a private mode that hides chat and messages, just set app to
PRIVATE=1 - Added armv7 Docker images for older Raspberry Pi
What's Changed
- fix api in readme by @l5yth in https://github.com/l5yth/potato-mesh/pull/197
- Update node last seen when ingesting encrypted messages by @l5yth in https://github.com/l5yth/potato-mesh/pull/198
- Update Docker documentation by @l5yth in https://github.com/l5yth/potato-mesh/pull/200
- Add linux/armv7 container builds and configuration options by @l5yth in https://github.com/l5yth/potato-mesh/pull/201
- Handle offline-ready map fallback by @l5yth in https://github.com/l5yth/potato-mesh/pull/202
- Add private mode to hide chat and message APIs by @l5yth in https://github.com/l5yth/potato-mesh/pull/204
- Add telemetry API and ingestion support by @l5yth in https://github.com/l5yth/potato-mesh/pull/205
- Stop repeating ingestor node info snapshot and timestamp debug logs by @l5yth in https://github.com/l5yth/potato-mesh/pull/210
- Normalize stored message debug output by @l5yth in https://github.com/l5yth/potato-mesh/pull/211
- Improve debug logging for node and telemetry data by @l5yth in https://github.com/l5yth/potato-mesh/pull/213
- Update node last seen when events are received by @l5yth in https://github.com/l5yth/potato-mesh/pull/212
- Add debug logs for unknown node creation and last-heard updates by @l5yth in https://github.com/l5yth/potato-mesh/pull/214
- Add neighbor info ingestion and API endpoints by @l5yth in https://github.com/l5yth/potato-mesh/pull/218
- Add BLE and fallback mesh interface handling by @l5yth in https://github.com/l5yth/potato-mesh/pull/219
- Adjust mesh priorities and receive topics by @l5yth in https://github.com/l5yth/potato-mesh/pull/220
- Handle Bluetooth shutdown hangs gracefully by @l5yth in https://github.com/l5yth/potato-mesh/pull/221
- Add clear control to filter input by @l5yth in https://github.com/l5yth/potato-mesh/pull/225
- Visualize neighbor connections on map canvas by @l5yth in https://github.com/l5yth/potato-mesh/pull/224
- Reduce neighbor line opacity by @l5yth in https://github.com/l5yth/potato-mesh/pull/226
- Add telemetry environment metrics to node UI by @l5yth in https://github.com/l5yth/potato-mesh/pull/227
- Show neighbor short names in info overlays by @l5yth in https://github.com/l5yth/potato-mesh/pull/228
- Improve live node positions and expose precision metadata by @l5yth in https://github.com/l5yth/potato-mesh/pull/231
- Remove last position timestamp from map info overlay by @l5yth in https://github.com/l5yth/potato-mesh/pull/233
- Hide humidity and pressure columns on mobile by @l5yth in https://github.com/l5yth/potato-mesh/pull/232
- Add overlay for clickable neighbor links on map by @l5yth in https://github.com/l5yth/potato-mesh/pull/234
- Hide Air Util Tx column on mobile by @l5yth in https://github.com/l5yth/potato-mesh/pull/235
- Add legend toggle for neighbor lines by @l5yth in https://github.com/l5yth/potato-mesh/pull/236
- Reformat neighbor overlay layout by @l5yth in https://github.com/l5yth/potato-mesh/pull/237
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.3.0...v0.4.0
- Bluetooth (BLE) is supported now by the ingestor script, just set
v0.3.0 # 9 months ago · 2025-09-27 17:07 UTC
This a feature release of the app potato-mesh v0.3.0. It contains new features, improved design, some tweaks the frontend, and an improved ingestor that also works via TCP.

- Docker releases available on GHPR
- Ingestor script now also works via TCP/IP
- Map can now be filtered by role in legend
- Store not only nodes and messages but also position data
- Also store encrypted messages in the database
- Unannounced nodes are now treated as
CLIENT_HIDDEN - Addes support for new role
CLIENT_BASE
What's Changed
- update changelog by @l5yth in https://github.com/l5yth/potato-mesh/pull/119
- Add responsive controls for map legend by @l5yth in https://github.com/l5yth/potato-mesh/pull/129
- Add footer version display by @l5yth in https://github.com/l5yth/potato-mesh/pull/128
- Switch map tiles to OSM HOT and add theme filters by @l5yth in https://github.com/l5yth/potato-mesh/pull/130
- Fix dark mode tile styling on new map tiles by @l5yth in https://github.com/l5yth/potato-mesh/pull/132
- chore: bump version to 0.2.1 by @l5yth in https://github.com/l5yth/potato-mesh/pull/134
- feat: Add comprehensive Docker support by @trose in https://github.com/l5yth/potato-mesh/pull/122
- fix: use supported ruby image by @l5yth in https://github.com/l5yth/potato-mesh/pull/135
- fix: support windows ingestor build by @l5yth in https://github.com/l5yth/potato-mesh/pull/136
- fix: retain alpine runtime libs after removing build deps by @l5yth in https://github.com/l5yth/potato-mesh/pull/138
- Rebuild chat log on each refresh by @l5yth in https://github.com/l5yth/potato-mesh/pull/139
- Add clickable role filters to the map legend by @l5yth in https://github.com/l5yth/potato-mesh/pull/140
- Fix Docker workflow matrix for supported platforms by @l5yth in https://github.com/l5yth/potato-mesh/pull/142
- Support mock serial interface in CI by @l5yth in https://github.com/l5yth/potato-mesh/pull/143
- Ensure sqlite3 builds from source on Alpine by @l5yth in https://github.com/l5yth/potato-mesh/pull/145
- Fix web app startup binding by @l5yth in https://github.com/l5yth/potato-mesh/pull/147
- Fix sqlite3 native extension on Alpine by @l5yth in https://github.com/l5yth/potato-mesh/pull/146
- Define docker compose network by @l5yth in https://github.com/l5yth/potato-mesh/pull/148
- Require time library before formatting ISO timestamps by @l5yth in https://github.com/l5yth/potato-mesh/pull/149
- Limit chat log to recent entries by @l5yth in https://github.com/l5yth/potato-mesh/pull/151
- tests: create helper script to dump all mesh data from serial by @l5yth in https://github.com/l5yth/potato-mesh/pull/152
- Derive SEO metadata from existing config values by @l5yth in https://github.com/l5yth/potato-mesh/pull/153
- Add support for NODEINFO_APP packets by @l5yth in https://github.com/l5yth/potato-mesh/pull/159
- Add POSITION_APP ingestion and API support by @l5yth in https://github.com/l5yth/potato-mesh/pull/160
- Remove raw payload storage from database schema by @l5yth in https://github.com/l5yth/potato-mesh/pull/166
- Handle proto values in nodeinfo payloads by @l5yth in https://github.com/l5yth/potato-mesh/pull/167
- Move lint checks after tests in CI by @l5yth in https://github.com/l5yth/potato-mesh/pull/168
- Ensure routers render above other node types by @l5yth in https://github.com/l5yth/potato-mesh/pull/169
- Add fallback display names for unnamed nodes by @l5yth in https://github.com/l5yth/potato-mesh/pull/171
- Handle encrypted messages by @l5yth in https://github.com/l5yth/potato-mesh/pull/173
- Handle plain IP addresses in mesh TCP detection by @l5yth in https://github.com/l5yth/potato-mesh/pull/154
- Update role colors and ordering for firmware 2.7.10 by @l5yth in https://github.com/l5yth/potato-mesh/pull/180
- Add placeholder nodes for unknown senders by @l5yth in https://github.com/l5yth/potato-mesh/pull/181
- Update role color theme to lat …
v0.2.0 # 9 months ago · 2025-09-17 08:26 UTC
This a feature release of the app potato-mesh v0.2.0. It contains new features, improved design, some tweaks for small screens, and security hardening.

- Web app with chat window and map view showing nodes and messages.
- API to POST (authenticated) and to GET nodes and messages.
- Supplemental Python ingestor to feed the POST APIs of the Web app with data remotely.
- Shows new node notifications (first seen) in chat.
- Allows searching and filtering for nodes in map and table view.
What's Changed
- feat: add dark mode toggle by @l5yth in https://github.com/l5yth/potato-mesh/pull/54
- feat: parameterize community info by @l5yth in https://github.com/l5yth/potato-mesh/pull/55
- Add message ingestion API and stricter auth by @l5yth in https://github.com/l5yth/potato-mesh/pull/56
- Use packet id as message primary key by @l5yth in https://github.com/l5yth/potato-mesh/pull/58
- Convert boolean flags for SQLite binding by @l5yth in https://github.com/l5yth/potato-mesh/pull/59
- Send mesh data to Potatomesh API by @l5yth in https://github.com/l5yth/potato-mesh/pull/60
- Initialize database on startup by @l5yth in https://github.com/l5yth/potato-mesh/pull/61
- Log node object on snapshot update failure by @l5yth in https://github.com/l5yth/potato-mesh/pull/62
- Fix nested dataclass serialization for node snapshots by @l5yth in https://github.com/l5yth/potato-mesh/pull/63
- Log debug details for messages without sender by @l5yth in https://github.com/l5yth/potato-mesh/pull/64
- style: condense node table by @l5yth in https://github.com/l5yth/potato-mesh/pull/65
- Normalize message sender IDs using node numbers by @l5yth in https://github.com/l5yth/potato-mesh/pull/67
- Improve mobile layout by @l5yth in https://github.com/l5yth/potato-mesh/pull/68
- Align refresh controls with status text by @l5yth in https://github.com/l5yth/potato-mesh/pull/72
- Add RSpec smoke tests for app boot and database init by @l5yth in https://github.com/l5yth/potato-mesh/pull/73
- create ruby workflow by @l5yth in https://github.com/l5yth/potato-mesh/pull/74
- docs: update for 0.2.0 release by @l5yth in https://github.com/l5yth/potato-mesh/pull/75
- Add integration specs for node and message APIs by @l5yth in https://github.com/l5yth/potato-mesh/pull/76
- Add Apache license headers to source files by @l5yth in https://github.com/l5yth/potato-mesh/pull/77
- Add Codecov upload step to Ruby workflow by @l5yth in https://github.com/l5yth/potato-mesh/pull/78
- fix readme badges by @l5yth in https://github.com/l5yth/potato-mesh/pull/79
- update codecov job by @l5yth in https://github.com/l5yth/potato-mesh/pull/80
- Configure SimpleCov reporting for Codecov by @l5yth in https://github.com/l5yth/potato-mesh/pull/81
- Add JUnit test reporting to Ruby CI by @l5yth in https://github.com/l5yth/potato-mesh/pull/82
- Add coverage for API authentication and payload edge cases by @l5yth in https://github.com/l5yth/potato-mesh/pull/83
- Fix ingestion mapping for message sender IDs by @l5yth in https://github.com/l5yth/potato-mesh/pull/84
- Handle concurrent node snapshot updates by @l5yth in https://github.com/l5yth/potato-mesh/pull/85
- Add coverage for debug logging on messages without sender by @l5yth in https://github.com/l5yth/potato-mesh/pull/86
- Add unit tests for mesh ingestor script by @l5yth in https://github.com/l5yth/potato-mesh/pull/89
- create python yml ga by @l5yth in https://github.com/l5yth/potato-mesh/pull/90
- Skip null identifiers when selecting packet fields by @l5yth in https://github.com/l5yth/potato-mesh/pull/88
- Add Codecov reporting to Python CI by @l5yth in https://github.com/l5yth/potato-mesh/pull/91
- fix py code cov by @l5yth in https://github.com/l5yth/potato-mesh/pull/92
- Add tests covering mesh helper edge cases by @l5yth in https://github.com/l5yth/potato-mesh/pull/93
- Document Python and Ruby source modules by @l5yth in https://gith …