Releases: pablorevilla-meshtastic/meshview
Releases · pablorevilla-meshtastic/meshview
Version 3.0.5
Version 3.0.5 — February 2026
- IMPORTANT: the predicted coverage feature requires the extra
pyitmdependency. If it is not installed, the coverage API will return 503.- Ubuntu install (inside the venv):
./env/bin/pip install pyitm
- Ubuntu install (inside the venv):
- Coverage: predicted coverage overlay (Longley‑Rice area mode) with perimeter rendering and documentation.
- UI: added QR code display for quick node/app access.
- Gateways: persistent gateway tracking (
is_mqtt_gateway) and UI indicators in nodes, map popups, and stats. - Map UX: deterministic jitter for overlapping nodes; edges follow jittered positions.
- Tooling: Meshtastic protobuf updater script with
--checkandUPSTREAM_REV.txttracking.
v3.0.4
Updates:
- Database: multi‑DB support, PostgreSQL scripts, WAL config for SQLite, cleanup query timing fixes, removal of import time columns, and various time‑handling fixes.
- UI/UX: extensive updates to node.html, nodelist.html, top.html, and packet.html (paging, stats, distance, status/favorites), plus net view changes to 12‑hour window.
- API/logic: weekly mesh query fix, node list performance improvement, backwards‑compatibility and other bug fixes.
- MQTT reader: configurable skip‑node list and secondary decryption keys.
- Docs/ops: multiple documentation updates, updated site list, container workflow fixes/tests, README updates.
Version 3.0.2
v3.0.2 testing commit message functionality
Version 3.0.1
New release lots of changes in the look and feel and the back end.
Major Infrastructure Improvements:
Database Migrations: Alembic integration for safe schema upgrades and database versioning
Automated Backups: Independent database backup system with gzip compression (separate from cleanup)
Development Tools: Quick setup script (setup-dev.sh) with pre-commit hooks for code quality
Docker Support: Pre-built containers now available on GitHub Container Registry with automatic builds - ogarcia
Version 2.0.7
v2.0.7 Fixed bug on edges API
Version 2.0.6
v2.0.6 added index to API list