pybatmesh/CHANGELOG.md
Pranav Jerry d7a9edc1e8
many changes -- read full commit
* Improved docstrings, README
* Added argument --version and its implementation
* Added "uninstall" rule to Makefile and added it in the README
* Updated CHANGELOG
* Cleaned up code

I've probably forgot something so we can't merge to master yet.
And we still have to add installation instructions for ubuntu and fedora
2021-08-14 22:00:07 +05:30

710 B

Changelog

Unreleased - 2021-08-14

Added

  • Support for arguments
  • Configuration file support
  • New versioning scheme that conforms to PEP 440
  • Made messages more readable
  • Improved documentation in docstrings

Changed

  • Changed default name of mesh network. This will make naxalnet incompatible with previous versions.

v0.2.0 - 2021-07-26

Added

  • rfkill support

Changed

  • rewrite into python module

v0.1.0 - 2021-06-19

Initial version