Skip to content

Releases: meshtastic/python

Meshtastic Python 1.2.56

15 Jan 22:23
aff3bdd
Compare
Choose a tag to compare

What's Changed

  • looks like we needed some of that dead code after all by @mkinney in #235

Full Changelog: 1.2.55...1.2.56

Meshtastic Python 1.2.55

15 Jan 18:46
968027a
Compare
Choose a tag to compare

What's Changed

  • handle snake_case or camelCase by @mkinney in #231
  • code coverage is up to 93%

Full Changelog: 1.2.54...1.2.55

Meshtastic Python 1.2.54

13 Jan 01:32
52834e9
Compare
Choose a tag to compare

What's Changed

  • fixes for working on mac air by @mkinney in #222
  • make pygatt linux only in requirements.txt by @mkinney in #223
  • simple example showing how you can set the long and short name by @mkinney in #224
  • add example how you can get the hwModel using api by @mkinney in #226
  • fix the consider-using-f-string warnings by @mkinney in #227
  • add more unit tests by @mkinney in #228
  • suggested fix from MitchConner912 for not converting mac address more… by @mkinney in #229
  • code coverage to 92%

Full Changelog: 1.2.53...1.2.54

Meshtastic Python 1.2.53

11 Jan 19:07
b08e96b
Compare
Choose a tag to compare

What's Changed

  • add a build windows action by @mkinney in #207
  • Create actions for building single executables by @mkinney in #208
  • collect the meshtastic libs by @mkinney in #209
  • install meshtastic before building single executable by @mkinney in #210
  • improve the permission error on linux by @mkinney in #212
  • check python v3.10 as well by @mkinney in #213
  • move slower unit tests to unitslow by @mkinney in #214
  • combine the building of single executables into one action by @mkinney in #215
  • Fix remote admin message by @mkinney in #217
  • refactor code to only call local node when necessary; fix tests by @mkinney in #218
  • add smoke test for virtual device by @mkinney in #219
  • updated protobufs
  • single executable cli for mac, ubuntu, and windows are released
  • code coverage is up to 91%

Full Changelog: 1.2.52...1.2.53

Meshtastic Python 1.2.52

05 Jan 19:29
1a3a840
Compare
Choose a tag to compare

What's Changed

  • need to fully qualify imports so projects consuming the library will … by @mkinney in #206

Full Changelog: 1.2.51...1.2.52

Meshtastic Python 1.2.51

02 Jan 19:31
c049d34
Compare
Choose a tag to compare

What's Changed

  • get last two lines covered in node by @mkinney in #204
  • remove nested keys from nodes so we do not display garbage by @mkinney in #205
  • up to 90% on code code coverage

Full Changelog: 1.2.50...1.2.51

Meshtastic Python 1.2.50

01 Jan 19:28
0a655ac
Compare
Choose a tag to compare

What's Changed

  • reformat mac address
  • remove Connected to radio line on --export-config
  • migrate docs to main Meshtastic docs
  • api docs are hosted at Vercel
  • lots of unit tests have been added up to 89% code coverage

Full Changelog: 1.2.49...1.2.50

Meshtastic Python 1.2.49

30 Dec 17:21
36bed11
Compare
Choose a tag to compare

What's Changed

  • bump version; remove docs dir; no need to regen docs on release by @mkinney in #189
  • Update main.py by @Beiri22 in #191
  • need to comment out unittest with change to --reply by @mkinney in #193
  • remove the raw key from the nodes dict by @mkinney in #194
  • add workflow to publish to pypi by @mkinney in #195
  • bump version for testing pub to pypi by @mkinney in #196

New Contributors

Full Changelog: 1.2.48...1.2.49

Meshtastic Python 1.2.48

30 Dec 05:54
Compare
Choose a tag to compare

https://pypi.org/project/meshtastic/1.2.48/

What's Changed

Full Changelog: 1.2.47...1.2.48

Meshtastic 1.2.47

29 Dec 19:27
1a61a5c
Compare
Choose a tag to compare

Available at : https://pypi.org/project/meshtastic/1.2.47/

What's Changed

  • see if we can validate if we can run the cli from just the build by @mkinney in #166
  • Work on unit tests by @mkinney in #167
  • now that the firmware is updated, can fix smoke test by @mkinney in #169
  • Add configure dump by @mkinney in #170
  • add unit tests for RemoteHardwareClient() by @mkinney in #171
  • add examples; add Makefile by @mkinney in #174
  • add unit tests for toRadio, sendData() and sendPosition(); found and … by @mkinney in #175
  • add more info/checking on --sendtext and --ch-index; wrote helper met… by @mkinney in #176
  • needed to do some actual testing to see error in code by @mkinney in #177
  • Add gpio tests by @mkinney in #178
  • add more unit tests for onReceive in main by @mkinney in #179
  • meant to add this change to the last PR by @mkinney in #180
  • Ham, not HAM by @linagee in #181
  • fix some comments for doc by @mkinney in #182
  • regen doc with overriding the pdoc _is_public() by @mkinney in #183
  • migrate docs to main project docs by @mkinney in #186

New Contributors

Full Changelog: 1.2.46...1.2.47