Skip to content

Releases: geoffwhittington/meshtastic-matrix-relay

0.3.18

12 May 13:51
Compare
Choose a tag to compare

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:

0.3.17

08 May 03:09
bb9cf47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.10...0.3.17

0.3.15

01 May 17:57
5e2bd53
Compare
Choose a tag to compare
0.3.15 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.10...0.3.15

0.3.10

28 Apr 20:17
bdaf0e8
Compare
Choose a tag to compare
0.3.10 Pre-release
Pre-release

Changes that allow plugins to use the database
Configuration editor enhancements and fixes

0.3.8.alpha

28 Apr 00:41
Compare
Choose a tag to compare
0.3.8.alpha Pre-release
Pre-release
Merge branch 'main' of https://github.com/geoffwhittington/meshtastic…

0.3.7

27 Apr 17:05
b996ff4
Compare
Choose a tag to compare
Feature/refactor (#18)

0.3.6

27 Apr 01:04
213e98b
Compare
Choose a tag to compare

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

26 Apr 00:22
0be7b02
Compare
Choose a tag to compare

Plugin support for !health and !map Matrix room bot commands.

0.3.4

24 Apr 17:29
bd14e42
Compare
Choose a tag to compare

Fixed truncated prefix formatting issue.

0.3.3

24 Apr 02:36
Compare
Choose a tag to compare

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.