2021-08-05 14:45:24 +05:30
|
|
|
# Changelog
|
|
|
|
|
2021-10-22 13:28:16 +05:30
|
|
|
## [v0.5.1][] - 2021-10-22
|
2021-10-22 13:20:09 +05:30
|
|
|
|
|
|
|
- Fixed stopping at boot when GNOME starts location service (#21)
|
2021-10-22 13:28:16 +05:30
|
|
|
- Changes in directory structure
|
2021-10-22 13:20:09 +05:30
|
|
|
|
2021-10-10 20:43:34 +05:30
|
|
|
## [v0.5.0][] - 2021-10-10
|
2021-09-21 22:43:41 +05:30
|
|
|
|
|
|
|
- Better error messages
|
2021-10-08 22:28:01 +05:30
|
|
|
- Sets gateway mode automatically (to choose the best available
|
|
|
|
connection). **This might cause problems with nodes running previous
|
|
|
|
version of naxalnet** (#15)
|
2021-09-27 22:30:07 +05:30
|
|
|
- Cleanup before exit
|
2021-09-29 15:14:13 +05:30
|
|
|
- Closed #19
|
2021-09-21 22:43:41 +05:30
|
|
|
|
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
|
2021-09-29 15:14:13 +05:30
|
|
|
every time a WiFi adapter is plugged in or removed (#14)
|
2021-09-06 21:54:24 +05:30
|
|
|
- **Logging**: logs to systemd journal when run from systemd, stderr
|
2021-09-29 15:14:13 +05:30
|
|
|
otherwise (#13)
|
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
|
|
|
|
2021-09-29 15:14:13 +05:30
|
|
|
- Support for arguments (#11)
|
|
|
|
- Configuration file support with fallback values (#11)
|
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
|
|
|
|
|
2021-09-29 15:14:13 +05:30
|
|
|
- rfkill support (#9)
|
|
|
|
- rewrite into python module (#5)
|
2021-08-05 14:45:24 +05:30
|
|
|
|
|
|
|
## [v0.1.0][] - 2021-06-19
|
|
|
|
|
2021-10-02 14:13:53 +05:30
|
|
|
Rewrite to python. At first, this was a shell script. Then it was
|
2021-09-06 21:54:24 +05:30
|
|
|
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-29 15:14:13 +05:30
|
|
|
- Closed #1 and #3
|
|
|
|
|
2021-10-22 13:28:16 +05:30
|
|
|
[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.1...HEAD
|
|
|
|
[v0.5.1]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.0...v0.5.1
|
2021-10-10 20:43:34 +05:30
|
|
|
[v0.5.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.4.0...v0.5.0
|
2021-09-20 12:28:59 +05:30
|
|
|
[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
|