forked from alan-hicks/django-dmarc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
160 lines (104 loc) · 3.01 KB
/
CHANGELOG
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
Version 0.5.1 (2017-02-10)
---------------------------
Updated documentation
Version 0.5.0 (2017-01-19)
---------------------------
Added capturing of feedback reports
Updated Copyright to 2017
Version 0.4.7 (2016-11-30)
---------------------------
Added Glossary and FAQ's
Version 0.4.6 (2016-11-24)
---------------------------
Order report
Fix date filtering
Version 0.4.5 (2016-11-23)
---------------------------
Add colour_code and dkim/spf domain columns thanks to Edward Newman
Version 0.4.4 (2016-11-22)
---------------------------
Fix SQL typo (remove public.) and add back domain (Edward Newman)
Version 0.4.3 (2016-11-22)
---------------------------
Update documentation
Version 0.4.2 (2016-11-22)
---------------------------
Add sql filtering checks
Add filtering by Disposition suggestion from Edward Newman
Show and filter by organisation name
Version 0.4.1 (2016-11-22)
---------------------------
Show and filter by organisation name
Version 0.4.0 (2016-11-21)
---------------------------
Create prototype admin dashboard
Create admin Report model editing
Update report to use ajax load
Create Download report option
Database agnostic filter
Use base admin templates
Version 0.3.3 (2016-11-05)
---------------------------
Add csv export
Version 0.3.2 (2016-09-13)
---------------------------
Improve mimepart debug message
Version 0.3.1 (2016-09-08)
---------------------------
Add application/gzip
Version 0.3.0 (2016-09-07)
---------------------------
* Bump version to 0.3.0
* Add gzip handling
* Refactor to use argparse
* Refactor code
Note change to arguments requiring email or xml
and either can be - for stdin
Version 0.2.2 (2016-08-31)
---------------------------
* Bump version to 0.2.2
* Remove dependency on django.conf.urls.patterns
Version 0.2.1 (2016-08-31)
---------------------------
* Bump minimum Django version to 1.8
* Improve processing descriptions
Version 0.2.0 (2016-08-03)
---------------------------
Add error checking and saving for bad zipfile
Version 0.1.10 (2015-04-22)
---------------------------
* Added reference to Bootstrap styles (Thanks Jan (linjan))
* Add sample report
Version 0.1.9 (2015-03-28)
--------------------------
Fix AttributeError: 'Element' object has no attribute 'getroot'
Version 0.1.8 (2015-03-27)
--------------------------
* Fix reference before assignment
* Add save original XML report
Version 0.1.7 (2015-03-17)
--------------------------
* Save XML with test
* Add Logging
* Supress email errors
Version 0.1.6 (2015-03-13)
--------------------------
Fix missing self (Lukas Pühringer)
Version 0.1.5 (2015-03-11)
--------------------------
* Optimise prefetch
Version 0.1.4 (2015-03-10)
--------------------------
* Fix report closing tags
Version 0.1.3 (2015-03-07)
--------------------------
* Allow duplicate Records
Version 0.1.2 (2015-03-03)
--------------------------
* Added a dmarc report
Version 0.1.1 (2015-03-01)
--------------------------
* Improved documentation
Version 0.1.0 (2015-02-28)
--------------------------
* Project created