pybatmesh/CHANGELOG.md
Pranav Jerry 61a96ea3b3
updated documentation and some other changes
Made messages printed in Makefile more understandable. Removed full path
of naxalnet from the systemd service. Now you can start naxalnet even if
it is installed in /usr/local/bin, if systemd allows (I have not tested
it). Many comments were made to respect the 80 chars per line rule.
And, of course, added some political commentary to insult the global
superpower (superpower in terms of money, military and something else I
forgot). And removed MANIFEST.in, which probably haven't changed anything.
2021-10-02 14:13:53 +05:30

1.6 KiB

Changelog

Unreleased - 2021-09-29

  • Better error messages
  • Sets gateway mode automatically. This might cause problems with nodes running previous version of naxalnet (#15)
  • Cleanup before exit
  • Closed #19

v0.4.0 - 2021-09-20

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

v0.3.0 - 2021-08-19

  • Support for arguments (#11)
  • Configuration file support with fallback values (#11)
  • 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 (#9)
  • rewrite into python module (#5)

v0.1.0 - 2021-06-19

Rewrite to python. At first, this was a shell script. Then 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.

  • Closed #1 and #3