mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-09 16:27:53 +05:30
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# Changelog
|
|
|
|
## [Unreleased][] - 2021-09-05
|
|
|
|
- Now logs to systemd journal. New dependency - `python3-systemd`
|
|
- Fixed dependency order in systemd service
|
|
|
|
## [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 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
|
|
[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
|