Skip to content

Releases: meshtastic/python

Meshtastic Python 2.3.6

20 Apr 17:55
70c5a30

Choose a tag to compare

What's Changed

  • Refactor to avoid the use of a special global object. by @holdenweb in #544
  • Allow 'configure' to import yaml settings nested deeper than 2 levels by @danwelch3 in #470
  • Bugfix 466 yaml import by @AeroXuk in #543
  • Add a --request-position argument to request positions from nodes by @ianmcorvidae in #546
  • Don't export null altitude, but support importing null lat/lon/alt as 0s by @ianmcorvidae in #549
  • Send the node's already-known location if --no-time is not passed, rather than sending an empty location (948846e)

New Contributors

Full Changelog: 2.3.5...2.3.6

As with previous releases, if the standalone binary for your system is missing or doesn't work, try installing with pip instead.

Meshtastic Python 2.3.5

15 Apr 06:51
ddad5f0

Choose a tag to compare

This is primarily an update for protocol buffers, plus a couple small improvements.

What's Changed

Full Changelog: 2.3.4.post1...2.3.5

As with prior releases, if a standalone binary for your system is not available or doesn't work, try installing using pip instead; there are a few as-yet-unresolved issues with the standalone binaries.

Meshtastic Python 2.3.4.post1

08 Apr 17:53
2d4be34

Choose a tag to compare

This version corrects an issue with 2.3.4's version requirements for the protobuf library. It should only be needed relative to 2.3.4 for those with older installations that may have too old a version of that library.

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4.post1

Note: As in past releases, the windows binary has been removed due to an issue with being detected as malware. Additionally, the ubuntu binary is known to not work as desired on older versions that may not have the expected version of glibc. In both cases, try installing using pip instead until fixes can be made.

Meshtastic Python 2.3.4

08 Apr 17:18
7cea3ce

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4

Note: As in past releases, the windows binary has been removed due to an issue with being detected as malware. Additionally, the ubuntu binary is known to not work as desired on older versions that may not have the expected version of glibc. In both cases, try installing using pip instead until fixes can be made.

Meshtastic Python 2.3.3

29 Mar 16:31
5a277ab

Choose a tag to compare

What's Changed

Full Changelog: 2.3.2.post1...2.3.3

Note: As in past releases, the windows binary has been removed due to an issue with being detected as malware. Additionally, the ubuntu binary is known to not work as desired on older versions that may not have the expected version of glibc. In both cases, try installing using pip instead until fixes can be made.

Meshtastic Python 2.3.2.post1

25 Mar 21:15
49a5f6a

Choose a tag to compare

This release is a fix for a build error with 2.3.2.

What's Changed (since 2.3.1)

  • Add a rudimentary call for contributors & roadmap to README.md by @ianmcorvidae in #523
  • Fix up or comment out broken tests, to get CI (hopefully) happy by @ianmcorvidae in #524
  • the --sendping option has been removed from the CLI, as the firmware feature it depends on has been removed
  • updated protobuf generation for nanopb.proto

Full Changelog: 2.3.1...2.3.2.post1

Note: There is an outstanding bug with the meshtastic_ubuntu build on older versions of ubuntu, and it may not work. For now, ensure you have at least python 3.7 (but preferably newer) and install with pip instead, if the built version doesn't work for you.

Meshtastic Python 2.3.1

21 Mar 12:47
0738e5e

Choose a tag to compare

What's Changed

  • Attempt TCP connection to localhost if serial detect fails by @jp-bennett in #498
  • Make BLE connections a bit more resilient by @wnagele in #503
  • Show unknown nodes in a fashion similar to the web UI. Fixes #504 by @ianmcorvidae in #505
  • Make --ch-set with invalid options print out the available options by @ianmcorvidae in #509
  • Set --ch-index to a newly added channel when --ch-add is set, to allow further modification by @ianmcorvidae in #508
  • use importlib.metadata and packaging.version instead of pkg_resources by @ianmcorvidae in #516
  • Pylint wrangling by @ianmcorvidae in #517

New Contributors

Full Changelog: 2.3.0...2.3.1

Meshtastic Python 2.3.0

11 Mar 17:43
d1efe39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.22...2.3.0

Meshtastic Python 2.2.22

17 Feb 02:17

Choose a tag to compare

Meshtastic Python 2.2.21

12 Feb 17:03
193b8bc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.20...2.2.21