mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-24 07:32:16 +05:30
Pranav Jerry
d7a9edc1e8
* Improved docstrings, README * Added argument --version and its implementation * Added "uninstall" rule to Makefile and added it in the README * Updated CHANGELOG * Cleaned up code I've probably forgot something so we can't merge to master yet. And we still have to add installation instructions for ubuntu and fedora
35 lines
710 B
Markdown
35 lines
710 B
Markdown
# Changelog
|
|
|
|
## [Unreleased][] - 2021-08-14
|
|
|
|
### Added
|
|
|
|
- Support for arguments
|
|
- Configuration file support
|
|
- New versioning scheme that conforms to PEP 440
|
|
- Made messages more readable
|
|
- Improved documentation in docstrings
|
|
|
|
### Changed
|
|
|
|
- Changed default name of mesh network. This will make naxalnet
|
|
incompatible with previous versions.
|
|
|
|
## [v0.2.0][] - 2021-07-26
|
|
|
|
### Added
|
|
|
|
- rfkill support
|
|
|
|
### Changed
|
|
|
|
- rewrite into python module
|
|
|
|
## [v0.1.0][] - 2021-06-19
|
|
|
|
Initial version
|
|
|
|
[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.2.0...HEAD
|
|
[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
|