All notable changes to this project are documented in this file.
- n/a
- n/a
- n/a
- Support for older Python versions; now 2.7+ is supported; thanks to Marc (https://github.com/marcfiu) for this
- Initializing file with comment before interface section is handled properly again.
- Added internal "_rawdata" section attribute.
- Properly handle comments at begin and end of sections in line indices (this changes behavior of attributes "_index_firstline" and "_index_firstline" in these cases)
- Truncate WireGuard config files before writing changes.
- Added simple module wrapping wg tool.
- Create WireGuard config files without world readable permissions.
- Formatting improvements.
- README corrections.
- Extended tests to detect wrong line offset when deleting peers.
- Fixed wrong line offset when deleting peers.
- Prepared for first public release to PyPi.
- First public release to Github.