pybatmesh/CHANGELOG.md
Pranav Jerry 2a8930ce00
remove ipfs url from README.md
I don't use IPFS anymore. If anyone if willing to maintain a copy of
this repo on ipfs, send me an email.

Small change in CHANGELOG, and edited comments in systemd service.
And added a docstring to setup.py so the editor won't complain of
missing docstring anymore.
2021-09-10 11:42:18 +05:30

1.3 KiB

Changelog

Unreleased - 2021-09-09

  • naxalnet is now a daemon! naxalnet will reconfigure the WiFi network every time a WiFi adapter is plugged in or removed
  • Logging: logs to systemd journal when run from systemd, stderr otherwise
  • New dependency python-systemd
  • Fixed dependency order in systemd service
  • Added --verbose argument

v0.3.0 - 2021-08-19

  • Support for arguments
  • Configuration file support with fallback values
  • Made messages more readable
  • Improved documentation in docstrings
  • Changed default name of mesh network. This will make naxalnet incompatible with nodes running previous versions.
  • New versioning scheme that conforms to PEP 440

v0.2.0 - 2021-07-26

  • rfkill support
  • rewrite into python module

v0.1.0 - 2021-06-19

Initial python 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.