Releases: meshtastic/python
Meshtastic Python 2.5.7
What's Changed
- Support setting/removing nodes as favorites by @esev in #713
- Bump tornado from 6.4.1 to 6.4.2 by @dependabot in #706
- Display unknown hop count as '?', and header as just 'Hops' by @ianmcorvidae in #718
- Support setting nodes ignored in nodedb (with 2.5.13+ firmware) by @ianmcorvidae in #719
- Fix windows-11 detection for non-float platform.release() values by @ianmcorvidae in #720
- Add very simple shell completion using argcomplete by @ianmcorvidae in #721
- Add 'wcwidth' as an optional cli dependency by @ianmcorvidae in #723
New Contributors
Full Changelog: 2.5.6...2.5.7
Meshtastic Python 2.5.6 (hotfix)
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
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
What's Changed
- A lot of fixes around setting / retrieving base64 encoded values by @fmoessbauer in #701
- Add missing camel to snake conversion by @lachesis in #698
- Bump werkzeug from 3.0.4 to 3.0.6 by @dependabot in #702
- Add a variety of type annotations for mypy by @william-stearns in #681
New Contributors
- @lachesis made their first contribution in #698
- @william-stearns made their first contribution in #681
Full Changelog: 2.5.3...2.5.4
Meshtastic Python 2.5.3
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
- @jose1711 made their first contribution in #686
- @logikal made their first contribution in #691
- @fmoessbauer made their first contribution in #696
Full Changelog: 2.5.2...2.5.3
Meshtastic Python 2.5.2
What's Changed
- Add a number of argument groups to organize the help output by @ianmcorvidae in #679
- Make it so wantconfig isn't a 1 in 4294967296 lottery for getting no nodes by @ianmcorvidae in b73cc1f
Full Changelog: 2.5.1...2.5.2
Meshtastic Python 2.5.1
What's Changed
- Change modem preset shortcuts to not request channels, and to request remote config when needed by @ianmcorvidae in #668
- Retry admin channel setting retrieval and add configurable timeout by @lysol in #665
- Allow port number to be specified with tcp hostname by @djholt in #673
- Enable setting and removing fixed position via remote admin by @djholt in #675
- Add a --set-time command that set's the node time using a provided timestamp or the host system clock by @ianmcorvidae in #676
- Default to pkiEncrypted always on for admin messages by @ianmcorvidae in #677
New Contributors
Full Changelog: 2.5.0...2.5.1
Meshtastic Python 2.5.0
This release adds support for the new 2.5 features around asymmetric encryption, remote administration, etc. Thanks to all contributors for a lot of big changes this release!
What's Changed
- randomize packet IDs as firmware does by @ianmcorvidae in #652
- Adds handler function for public key, and adds to nodedb display by @jp-bennett in #653
- Adds admin session_passkey handling for 2.5 remote admin by @jp-bennett in #655
- More admin by @jp-bennett in #656
- Show two-way traceroute result with SNR if available by @GUVWAF in #654
- HopStart should be set for route back to be valid by @GUVWAF in #660
- Split factory reset into two variants by @ianmcorvidae in #671
- Detect repeating fields using field labels, enabling admin key to be set by @ianmcorvidae in #672
- some improvements to fetching remote configuration by @ianmcorvidae in cc2067b
Full Changelog: 2.4.3...2.5.0
Meshtastic Python 2.4.3
This release purely updates the protobufs to v2.4.3.
Full Changelog: 2.4.2...2.4.3
Meshtastic Python 2.4.2
What's Changed
- Update telemetry in interface.nodes on receiving device metrics packets by @ianmcorvidae in #667
- Bump jupyterlab from 4.2.3 to 4.2.5 by @dependabot in #661
Full Changelog: 2.4.1...2.4.2