Skip to content

Releases: towalink/wgconfig

v1.0.1: More helpful exception output

04 Feb 16:13
Compare
Choose a tag to compare

v1.0.1

  • More helpful exception output in case WireGuard tools are not installed but needed

v1.0.0

  • Add method for flexibly returning the attributes and values of the interface section
  • Add method for flexibly returning the peers and optionally the peers' data
  • Rework documentation in README.md
  • Add a Jupityer Notebook as additional documentation

v0.3.0: Capability extensions

19 Nov 18:56
Compare
Choose a tag to compare

Added

  • Add method to just retrieve the data of a single peer
  • Add the capability to disable and enable peers (mainly contributed by "subs1stem")

Fixed

  • Tests no longer change internal data structures

Changed

  • Refactored tests to reduce code duplication

Incremental improvements

18 Aug 20:39
Compare
Choose a tag to compare

Fault tolerant handling of blank lines in "del_attr"; improved README formatting.

v0.2.2: Support for older Python versions

15 Nov 18:45
Compare
Choose a tag to compare

Support for older Python versions; now 2.7+ is supported; thanks to Marc (https://github.com/marcfiu) for this

v0.2.1: Initialize file with comment properly

11 Nov 16:36
Compare
Choose a tag to compare

Initialize file with comment before interface section is handled properly again (regression)

v0.2.0: Improved comment handling

10 Nov 20:38
Compare
Choose a tag to compare
  • 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.

v0.1.4: wg wrapper module

07 Nov 09:19
Compare
Choose a tag to compare
  • Added simple module wrapping wg tool.
  • Formatting improvements.
  • README corrections.

v0.1.3: Bugfix release

28 Jul 16:08
Compare
Choose a tag to compare
Fixed wrong line offset when deleting peers; created bugfix version 0…

….1.3

v0.1.2: Initial release to public

11 Jul 14:42
Compare
Choose a tag to compare