MeshDD-Bot/CHANGELOG.md
ppfeiffer 15955cf8d7 feat: Add Meshtastic bot with web dashboard and live map
Implements full MeshDD-Bot with TCP connection to Meshtastic devices,
SQLite storage for nodes/messages, aiohttp web dashboard with WebSocket
live updates, and Leaflet.js map view with color-coded node markers.
Includes bot commands (!ping, !nodes, !info, !help, !weather, !stats,
!uptime) and automatic version bumping via pre-commit hook.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 12:46:32 +01:00

355 B

Changelog

[0.1.0] - 2026-02-15

Added

  • Initial release
  • Meshtastic Bot mit TCP-Verbindung
  • Bot-Kommandos: !ping, !nodes, !info, !help, !weather, !stats, !uptime
  • SQLite-Datenbank für Nodes und Nachrichten
  • Web-Dashboard mit Live-Updates via WebSocket
  • Leaflet-Karte mit Node-Positionen
  • Automatische Versionierung via Git pre-commit Hook