Skip to content

Releases: geoffwhittington/meshtastic-matrix-relay

0.9.4

25 Dec 02:19
4140353
Compare
Choose a tag to compare

What's Changed

Note: Dependencies were updated, use:

pip install -r requirements.txt

Full Changelog: 0.9.3...0.9.4

0.9.3

13 Dec 16:10
f27fa14
Compare
Choose a tag to compare

What's Changed

This is a big release with a lot of changes! Please open a Github issue if you run into any problems and/or give feedback in our Matrix room.

The message map is necessary for the relay_reactions functionality. If relay_reactions is set to false, nothing will be saved to the message map. You will need to enable relay_reactions to use the new functionality.

For now, it's not necessary to configure the db section. It will automatically prune the message map with the defaults.

New config options are as follows:

meshtastic:
  relay_reactions: true # Defaults to false, set to true to enable 

db:
  msg_map: 
    msgs_to_keep: 500 # If set to 0, it will not delete any messages; Defaults to 500
    wipe_on_restart: true # Clears out the message map when the relay is restarted; Defaults to False

Full Changelog: 0.9.2...0.9.3

0.9.1

06 Dec 14:56
4a71c88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

28 Nov 17:00
9f57b02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.9...0.9.0

0.8.9

25 Nov 21:01
559c50e
Compare
Choose a tag to compare

What's Changed

  • Added a new folder to .gitignore. This could be useful for plugin data folders, especially in cases where plugins export files. by @fernandodpr in #101
  • Fix plugin loading issue in Windows by @jeremiah-k in #102

Full Changelog: 0.8.8...0.8.9

0.8.8

24 Nov 00:28
0a08362
Compare
Choose a tag to compare

What's Changed

  • Map plugin fixes (Pt. 1) by @jeremiah-k in #97 (map plugin is still not working quite yet, see PR description)
  • Update longname and shortname as soon as they become available by @jeremiah-k in #98
  • meshtastic_utils logging adjustment by @jeremiah-k in #99
  • Add options for logging to file by @jeremiah-k in #100

Full Changelog: 0.8.7...0.8.8

0.8.7

14 Nov 04:43
8d0bb55
Compare
Choose a tag to compare

Note: This new community plugin system is a WIP. Please report any issues that you encounter.

What's Changed

Full Changelog: 0.8.6.2...0.8.7

0.8.6.2

08 Nov 21:02
8f7937c
Compare
Choose a tag to compare

Note: This is new community plugin system is a WIP. Please report any issues that you encounter.

What's Changed

Full Changelog: 0.8.6.1...0.8.6.2

0.8.6.1

08 Nov 01:36
4ad3efd
Compare
Choose a tag to compare

Note: This is new community plugin system is a WIP. Please report any issues that you encounter.

What's Changed

New Contirubtors

Full Changelog: 0.8.5...0.8.6.1

0.8.5

05 Oct 21:17
ca452f8
Compare
Choose a tag to compare

What's Changed

Note: matrix-nio was upgraded from 0.20.2 to 0.25.2. Run pip install -r requirements.txt from inside your virtualenv

New Contributors

Full Changelog: 0.8.4.4...0.8.5