pybatmesh/CHANGELOG.md
Pranav Jerry 397269823d
almost ready for merge
* Improved CHANGELOG, README, HACKING
* Added naxalnet.conf containing default values. This will be installed
along with the package.
2021-08-15 15:02:28 +05:30

909 B

Changelog

Unreleased - 2021-08-14

Added

  • Support for arguments
  • Configuration file support with fallback values
  • Made messages more readable
  • Improved documentation in docstrings

Changed

  • Changed default name of mesh network. This will make naxalnet incompatible with previous versions.
  • New versioning scheme that conforms to PEP 440

v0.2.0 - 2021-07-26

Added

  • rfkill support

Changed

  • rewrite into python module

v0.1.0 - 2021-06-19

Initial version. At first, this was a shell script. Than it was converted into a single python file that did just what the shell script used to do. The shell script was not given a version.