Skip to content

Releases: meshtastic/python

Meshtastic Python 2.5.12

19 Feb 17:25
Compare
Choose a tag to compare

What's Changed

  • Added descriptive FileNotFoundError handler for serial device connection by @tache in #735
  • catch unhandled OSError when serial port in use by @dudash in #734
  • Add optional CLI parameter to specify node info fields to show with --nodes parameter. by @dandrzejewski in #736
  • 464: allow for 0x node prefix values by @migillett in #731
  • Add text message port cli option by @digitaldisarray in #710
  • Add new channels from an add URL with the new --ch-add-url option by @mikeymakesit in #708
  • protobufs updated to v2.5.22

New Contributors

Full Changelog: 2.5.11...2.5.12

Meshtastic Python 2.5.11

24 Jan 17:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.10...2.5.11

Meshtastic Python 2.5.10

10 Jan 17:12
Compare
Choose a tag to compare

This release updates the protocol buffers to v2.5.19

Full Changelog: 2.5.9...2.5.10

Meshtastic Python 2.5.9

29 Dec 03:26
Compare
Choose a tag to compare

What's Changed

  • Waypoint creation/move/deletion by @loic-fejoz in #714
  • protobufs: v2.5.18

New Contributors

Full Changelog: 2.5.8...2.5.9

Meshtastic Python 2.5.8

27 Dec 16:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.7...2.5.8

Meshtastic Python 2.5.7

22 Dec 03:51
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @esev made their first contribution in #713

Full Changelog: 2.5.6...2.5.7

Meshtastic Python 2.5.6 (hotfix)

20 Dec 21:55
Compare
Choose a tag to compare

This is a rerelease of 2.5.6 with some import errors fixed.

NOTE: to get back a few features, you may prefer to install with the pip spec of meshtastic[cli], which is now where color printing and QR code generation dependencies live.

What's Changed (since 2.5.5)

  • Make several dependencies optional (dotmap, print_color, and pyqrcode) by @ianmcorvidae in #711

Full Changelog: 2.5.5...2.5.6post1

Meshtastic Python 2.5.5

26 Nov 21:26
Compare
Choose a tag to compare

What's Changed

  • Allow request-telemetry to elicit LocalStats response by @thebentern in #707
  • Older versions of the protobuf library should now be supported, to help with integrating with older software stacks.

Full Changelog: 2.5.4...2.5.5

Meshtastic Python 2.5.4

01 Nov 16:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.3...2.5.4

Meshtastic Python 2.5.3

18 Oct 17:04
Compare
Choose a tag to compare

What's Changed

  • Add other telemetry variants to automatic handling/adding to node information by @ianmcorvidae in #685
  • Fix typo. by @jose1711 in #686
  • Support requesting different telemetry types by @ianmcorvidae in #687
  • autoprint other types of telemetry when returned from --request-telemetry by @logikal in #691
  • Send the meshtastic.connection.lost message from BLEInterface's close method by @ianmcorvidae in #695
  • Use dedicated fixed position admin message for --configure by @ianmcorvidae in #694
  • fix base64 encoding of key field in config by @fmoessbauer in #696

New Contributors

Full Changelog: 2.5.2...2.5.3