Releases: meshtastic/python
Releases · meshtastic/python
Meshtastic Python 2.6.0
What's Changed
- Enable setting things from more than one configuration section with
--set, using a configuration transaction. by @ianmcorvidae in #742 - update README by @rcarteraz in #748
- update protobufs to v2.6.0
New Contributors
- @rcarteraz made their first contribution in #748
Full Changelog: 2.5.12...2.6.0
Meshtastic Python 2.5.12
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
- @tache made their first contribution in #735
- @dudash made their first contribution in #734
- @dandrzejewski made their first contribution in #736
- @digitaldisarray made their first contribution in #710
- @mikeymakesit made their first contribution in #708
Full Changelog: 2.5.11...2.5.12
Meshtastic Python 2.5.11
What's Changed
- #692 feature/nodes-add-role by @migillett in #730
- protobufs: v2.5.20
New Contributors
- @migillett made their first contribution in #730
Full Changelog: 2.5.10...2.5.11
Meshtastic Python 2.5.10
This release updates the protocol buffers to v2.5.19
Full Changelog: 2.5.9...2.5.10
Meshtastic Python 2.5.9
What's Changed
- Waypoint creation/move/deletion by @loic-fejoz in #714
- protobufs: v2.5.18
New Contributors
- @loic-fejoz made their first contribution in #714
Full Changelog: 2.5.8...2.5.9
Meshtastic Python 2.5.8
What's Changed
- Add sendAlert method on mesh interface by @thebentern in #724
- Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #725
Full Changelog: 2.5.7...2.5.8
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