diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c418eb..a52bcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog -## [Unreleased][] - 2021-09-05 +## [Unreleased][] - 2021-09-09 -- Now logs to systemd journal. New dependency - `python3-systemd` +- 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 @@ -22,9 +27,9 @@ ## [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. +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. [unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.3.0...HEAD [v0.3.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.2.0...v0.3.0 diff --git a/Makefile b/Makefile index 6b53112..31a5e20 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ install: build uninstall: $(PIP) uninstall -y naxalnet rm -rf /usr/share/naxalnet /usr/lib/systemd/system/naxalnet.service - @-test -d /etc/naxalnet && echo "The directory /etc/naxalnet was not removed." && \ + @echo "The directory /etc/naxalnet was not removed." && \ echo "Do 'sudo make purge' to remove it." # remove config files, like apt purge diff --git a/README.md b/README.md index 07151d4..862e999 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,12 @@ network.