Releases: meshtastic/python
Releases · meshtastic/python
Meshtastic Python 1.2.50
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
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
https://pypi.org/project/meshtastic/1.2.48/
What's Changed
- bump version by @mkinney in #187
- revamp the serial connection to avoid Tbeam reboots by @mkinney in #188
Full Changelog: 1.2.47...1.2.48
Meshtastic 1.2.47
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
Meshtastic Python 1.2.46
See: https://pypi.org/project/meshtastic/1.2.46/
install meshtastic:
sudo pip3 install --upgrade meshtastic
What's Changed
- adding pyyaml to setup by @mkinney in #165
- added smoke tests on one device by @mkinney in #134
- do not specify versions by @mkinney in #137
- add smoke test for configure via yaml file by @mkinney in #138
- Work on unit tests by @mkinney in #140
- Minor fixes by @mkinney in #144
- Add support option by @mkinney in #145
- improve the error messages; change from exceptions where it makes sense by @mkinney in #147
- More testing by @mkinney in #149
- More work on tests by @mkinney in #150
- Work on unit tests by @mkinney in #151
- More unit testing by @mkinney in #152
- Even more unit tests by @mkinney in #153
- Work on unit tests2 by @mkinney in #154
- Testing more stuffs by @mkinney in #156
- Ch enable work by @mkinney in #157
- add change as suggested by OverByThere by @mkinney in #158
- sort possible options/tests, figured out how to mock so --info can be… by @mkinney in #161
- Main unit tests by @mkinney in #162
- remove print statements that were helpful during dev by @mkinney in #163
- Unit tests by @mkinney in #164
New Contributors
- @thebentern made their first contribution in #135
Full Changelog: 1.2.45...1.2.46