Skip to content

Latest commit

 

History

History
77 lines (40 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

77 lines (40 loc) · 1.24 KB

Changelog

All notable changes to this project are documented in this file.

[Unreleased]

Added

  • n/a

Changed

  • n/a

Fixed

  • n/a

[0.2.2]

Added

[0.2.1] - 2020-11-11

Fixed

  • Initializing file with comment before interface section is handled properly again.

[0.2.0] - 2020-11-10

Added

  • Added internal "_rawdata" section attribute.

Changed

  • 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)

Fixed

  • Truncate WireGuard config files before writing changes.

[0.1.4] - 2020-11-07

Added

  • Added simple module wrapping wg tool.

Changed

  • Create WireGuard config files without world readable permissions.
  • Formatting improvements.

Fixed

  • README corrections.

[0.1.3] - 2020-07-28

Fixed

  • Extended tests to detect wrong line offset when deleting peers.
  • Fixed wrong line offset when deleting peers.

[0.1.2] - 2020-07-11

Added

  • Prepared for first public release to PyPi.

[0.1.1] - 2020-07-11

Added

  • First public release to Github.