-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGES.txt
99 lines (53 loc) · 1.31 KB
/
CHANGES.txt
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
CHANGES
=======
.. towncrier release notes start
1.6.0 (2024-02-05)
------------------
Changes
+++++++
- Support TOTP in CGI mode as well (totp)
1.5.0 (2023-09-18)
------------------
Changes
+++++++
- Support subdomains with both A and AAAA records (ipv6)
1.4.0 (2023-05-12)
------------------
Changes
+++++++
- Fix config parsing after introducing totp secret parameter (totp)
1.3.1 (2023-04-04)
------------------
Changes
+++++++
- Switch from setup.py to pyproject.toml (wheel)
1.3.0 (2023-03-20)
------------------
- Support a configuration file for the command line script
- Determine the domain name correctly for multi-level subdomains
- Support 2FA TOTP authentication
- Drop Python-2 support
1.2.0 (2020-10-04)
------------------
- Model our response text after the noip.com protocol
1.1.1 (2018-03-05)
------------------
- Handle ``PATH_INFO`` internally
1.1.0 (2018-03-03)
------------------
- Add optional ``allowed_hostnames`` config option
1.0.4 (2018-03-03)
------------------
- Make web part Python-3 compatible
1.0.3 (2018-03-03)
------------------
- Make current-setuptools compatible
1.0.2 (2018-03-03)
------------------
- Make Python-3 compatible
1.0.1 (2018-01-14)
------------------
- Move from bitbucket to github
1.0.0 (2014-04-06)
------------------
- First release.