Skip to content

Releases: pablorevilla-meshtastic/meshview

Version 3.0.5

14 Feb 06:56

Choose a tag to compare

Version 3.0.5 — February 2026

  • IMPORTANT: the predicted coverage feature requires the extra pyitm dependency. If it is not installed, the coverage API will return 503.
    • Ubuntu install (inside the venv): ./env/bin/pip install pyitm
  • 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 --check and UPSTREAM_REV.txt tracking.

v3.0.4

24 Jan 19:17

Choose a tag to compare

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

09 Jan 20:37

Choose a tag to compare

v3.0.2

testing commit message functionality

Version 3.0.1

10 Dec 15:38

Choose a tag to compare

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

02 Oct 23:46

Choose a tag to compare

v2.0.7

Fixed bug on edges API

Version 2.0.6

18 Sep 04:15

Choose a tag to compare

v2.0.6

added index to API list