-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
76 lines (43 loc) · 2.56 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
wg-wrangler (0.3.1) UNRELEASED; urgency=medium
* Sort numeric columns numerically
* Send emails only if everything before successes
* 'Send by Email' is now the default option
* Also show 'Last Handshake' column
-- Tobias Bossert <[email protected]> Fri, 24 Mar 2023 14:57:27 +0100
wg-wrangler (0.3.0) unstable; urgency=medium
* Fixed incorrect handling of #+comment tags
* Extended IPManager module, we now support address reservations and per interface defaults
-- Tobias Bossert <[email protected]> Wed, 22 Mar 2023 12:12:48 +0100
wg-wrangler (0.2.3) unstable; urgency=medium
* Raised wg-meta version to 0.3.3 to fix deadlock when calling the reload callback
-- Tobias Bossert <[email protected]> Thu, 25 Dec 2022 11:35:59 +0100
wg-wrangler (0.2.2) unstable; urgency=medium
* fixed ip suggestions
-- Tobias Bossert <[email protected]> Fri, 25 Nov 2022 20:57:23 +0100
wg-wrangler (0.2.1) unstable; urgency=medium
* updated: Build dependency node.js to 18 LTS (ubuntu 20+22) 16LTS (ubuntu 18)
* updated: Callbackery to 0.42.4
* updated: Added Ubuntu 22 as build target
-- Tobias Bossert <[email protected]> Fri, 25 Jul 2022 14:08:01 +0100
wg-wrangler (0.2.0) unstable; urgency=medium
* fixed: Validation on hidden field when adding a new peer
* fixed: Disabled Peer warning when editing a peer
* changed: lifted wg-meta compatibility to 0.3.x. This version may be incompatible to older (wg-meta) metadata! See changes of wg-meta
-- Tobias Bossert <[email protected]> Sun, 18 Jul 2021 13:48:02 +0200
wg-wrangler (0.1.4) unstable; urgency=medium
* wg-wrangler: removed .pl extension from main "binary" (to make it compatible for apparmor profiles)
-- Tobias Bossert <[email protected]> Thu, 07 Apr 2021 15:59:06 +0200
wg-wrangler (0.1.3) unstable; urgency=medium
* package: store config in /etc/opt/wg-wrangler, made systemd-service configurable
* wg-wrangler: migrated value attributes to getAllFieldValues()
-- Tobias Bossert <[email protected]> Thu, 07 Apr 2021 13:37:02 +0200
wg-wrangler (0.1.2) unstable; urgency=medium
* package: added config options for the --listen argument
* development: Allow development without having wireguard installed
-- Tobias Bossert <[email protected]> Thu, 06 Apr 2021 15:56:58 +0200
wg-wrangler (0.1.1) unstable; urgency=medium
* Initial deb release
-- Tobias Bossert <[email protected]> Thu, 30 Apr 2021 11:02:58 +0200
wg-wrangler (0.1.0) unstable; urgency=medium
* Initial release
-- Tobias Bossert <[email protected]> Thu, 16 Apr 2021 09:02:58 +0200