Releases: geoffwhittington/meshtastic-matrix-relay
Releases · geoffwhittington/meshtastic-matrix-relay
0.3.18
New features:
- Weather plugin. Radio nodes can send
!weather
to the relay node to retrieve a weather forecast for your radio node. Relies on https://open-meteo.com
Improvements:
- Plugin framework. Plugins can now delete stored data.
- Ping. Radio nodes can send
!ping
to the relay node to confirm connectivity.
Bug fixes:
- Fixes #40
0.3.17
What's Changed
- Updates by @geoffwhittington in #35
- Matrix alias support by @jeremiah-k in #37
- Update README.md by @geoffwhittington in #24
- Update sample configuration by @jeremiah-k in #25
- Update docs w/ alias changes by @jeremiah-k in #38
- Fix OverwriteConfig value in install script by @jeremiah-k in #39
Full Changelog: 0.3.10...0.3.17
0.3.15
What's Changed
- Update README.md by @geoffwhittington in #24
- Update sample configuration by @jeremiah-k in #25
- Load Configuration Editor on Launch by @jeremiah-k in #28
Full Changelog: 0.3.10...0.3.15
0.3.10
Changes that allow plugins to use the database
Configuration editor enhancements and fixes
0.3.8.alpha
Merge branch 'main' of https://github.com/geoffwhittington/meshtastic…
0.3.7
Feature/refactor (#18)
0.3.6
Fix minor bug in new plugins system
Adjust max_bytes=227 for better handling of large Matrix messages
0.3.5: Merge pull request #15 from geoffwhittington/feature/map_plugin
Plugin support for !health
and !map
Matrix room bot commands.
0.3.4
Fixed truncated prefix formatting issue.
0.3.3
Support a new command !map
that generates a map of radio nodes. Customize with custom zoom
and or size
values. Order matters: zoom
must come before size
.
For example,
!map size=800,500
creates a map of size 800x500.
!map zoom=7
changes the zoom of the map. Higher numbers bring focus closer to markers.
!map zoom=7 size=800,500
changes both settings.