2021-08-05 14:45:24 +05:30
|
|
|
# Changelog
|
|
|
|
|
2021-09-21 22:43:41 +05:30
|
|
|
## [Unreleased][] - 2021-09-21
|
|
|
|
|
|
|
|
- Better error messages
|
|
|
|
|
2021-09-20 12:28:59 +05:30
|
|
|
## [v0.4.0][] - 2021-09-20
|
2021-09-05 13:47:54 +05:30
|
|
|
|
2021-09-07 18:45:11 +05:30
|
|
|
- naxalnet is now a daemon! naxalnet will reconfigure the WiFi network
|
|
|
|
every time a WiFi adapter is plugged in or removed
|
2021-09-06 21:54:24 +05:30
|
|
|
- **Logging**: logs to systemd journal when run from systemd, stderr
|
2021-09-07 18:45:11 +05:30
|
|
|
otherwise
|
2021-09-10 11:42:18 +05:30
|
|
|
- New dependency `python-systemd`
|
2021-09-05 14:00:11 +05:30
|
|
|
- Fixed dependency order in systemd service
|
2021-09-06 21:54:24 +05:30
|
|
|
- Added `--verbose` argument
|
2021-09-05 13:47:54 +05:30
|
|
|
|
2021-08-19 13:08:31 +05:30
|
|
|
## [v0.3.0][] - 2021-08-19
|
2021-08-05 14:45:24 +05:30
|
|
|
|
|
|
|
- Support for arguments
|
2021-08-15 15:02:28 +05:30
|
|
|
- Configuration file support with fallback values
|
2021-08-14 22:00:07 +05:30
|
|
|
- Made messages more readable
|
|
|
|
- Improved documentation in docstrings
|
2021-08-15 15:02:28 +05:30
|
|
|
- Changed default name of mesh network. **This will make naxalnet
|
2021-08-19 12:48:02 +05:30
|
|
|
incompatible with nodes running previous versions.**
|
2021-08-15 15:02:28 +05:30
|
|
|
- New versioning scheme that conforms to PEP 440
|
2021-08-05 14:45:24 +05:30
|
|
|
|
|
|
|
## [v0.2.0][] - 2021-07-26
|
|
|
|
|
|
|
|
- rfkill support
|
|
|
|
- rewrite into python module
|
|
|
|
|
|
|
|
## [v0.1.0][] - 2021-06-19
|
|
|
|
|
2021-09-06 21:54:24 +05:30
|
|
|
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.
|
2021-08-05 14:45:24 +05:30
|
|
|
|
2021-09-20 12:28:59 +05:30
|
|
|
[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.4.0...HEAD
|
|
|
|
[v0.4.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.3.0...v0.4.0
|
2021-08-19 13:08:31 +05:30
|
|
|
[v0.3.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.2.0...v0.3.0
|
2021-08-05 14:45:24 +05:30
|
|
|
[v0.2.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.1.0...v0.2.0
|
|
|
|
[v0.1.0]: https://git.disroot.org/pranav/naxalnet/releases/tag/v0.1.0
|