]> git.phdru.name Git - mimedecode.git/blob - ChangeLog
Release 3.1.0.post1: GitHub Actions
[mimedecode.git] / ChangeLog
1 Version 3.1.0.post1 (2021-09-24)
2
3    GitHub Actions.
4
5    Stop testing at Travis.
6
7 Version 3.1.0 (2021-05-23)
8
9    Convert mimedecode.docbook to reST. Generate html/man/text
10    using Sphinx.
11
12    Replaced outdated and insecure `mktemp` with `NamedTemporaryFile`.
13
14    Python 3.8, 3.9.
15
16 Version 3.0.0 (2019-02-01)
17
18    Python 3.7.
19
20    Drop support for Python 3.3.
21
22 Version 2.9.0 (2017-12-12)
23
24    Split mimedecode.py into a mimedecode library and a small script.
25
26    Move formatparam_27.py and mimedecode_version.py to the library.
27
28    Make the library executable via ``python -m mimedecode``.
29
30    Rename mimedecode_version.py to __version__.py.
31
32 Version 2.8.0 (2017-11-03)
33
34    Python 3.
35
36    Monkey-patch email.message._formatparam under Python 3:
37    replace it with _formatparam from Python 2.7
38    to avoid re-encoding non-ascii params.
39
40    Fix: do not decode bytes to unicode under Python 2.7.
41
42    Stop supporting Python 2.6.
43
44    Code cleanup: fixed flake8 errors and warnings.
45
46    Push to GitHub. Tests at Travis.
47
48 Version 2.7.0 (2017-04-26)
49
50    Use m_lib.defenc instead of m_lib; install it from PyPI.
51
52    Make options --save-headers|body|message to work with multipart subparts.
53
54 Version 2.6.0 (2014-06-08)
55
56    Make options -e/-i to work with multipart subparts.
57
58    Add option -I to completely ignore a part - no headers, no body,
59    no warning.
60
61    Open all output files in binary mode. Output os.linesep instead of '\n'.
62
63    Test --save-headers|body|message masks one after another to allow
64    saving a message or a subpart to more than one file.
65
66 Version 2.5.0 (2014-03-18)
67
68    Add option --set-header=header:value to set header's value (only at the top
69 level).
70
71    Add option --set-param=header:param=value to set header parameter's value
72 (only at the top level). The header must exist.
73
74    Add option -B to skip content-transfer-decoding binary attachments.
75
76    Add options --save-headers, --save-body and --save-message to save decoded
77 headers/bodies/messages to files.
78
79    Add option -O to set the destination directory for output files.
80
81    Fix a minor bug: if a multipart message (or a subpart) lacks any textual
82 content - avoid putting an excessive newline.
83
84 Version 2.4.0 (2014-03-08)
85
86    Change option -d to accept a comma-separated list of headers:
87 -d h1,h2,h3,...
88
89    Change option -d to decode all headers and accept a list of exceptions:
90 -d *,-h1,-h2,...
91
92    Change option -p to accept lists of headers and parameters:
93 -p h1,h2,h3,..:p1,p2,p3,..
94
95    Allow * and exceptions for -p in the headers and parameters lists:
96 -p *,-h1,-h2,-h3:p1,p2,p3
97 -p h1,h2,h3:*,-p1,-p2,-p3
98 -p *,-h1,-h2,-h3:*,-p1,-p2,-p3
99
100    Change option -r to accept a list of headers: -r h1,h2,h3,...
101
102    Change option -r to remove all headers and accept a list of exceptions:
103 -r *,-h1,-h2,...
104
105    Change option -R to accept lists of headers and parameters:
106 -R h1,h2,h3:p1,p2,p3
107 -R h1,h2,h3:*,-p1,-p2,-p3
108 -R *,-h1,-h2,-h3:p1,p2,p3
109 -R *,-h1,-h2,-h3:*,-p1,-p2,-p3
110
111    Publish docs in html format.
112
113    Add ChangeLog.
114
115 Version 2.3.8 (2014-02-26)
116
117    Add option --remove-params=header to remove all parameters from the header.
118
119 Version 2.3.7 (2014-02-23)
120
121    Add option -r to remove headers and option -R to remove header's parameters.
122
123 Version 2.3.6 (2014-02-19)
124
125    Decode "To", "Cc", "Reply-To" and "Mail-Followup-To" headers by default.
126
127    Report test progress and success.
128
129    Add tests for headers and parameters decoding.
130
131    Add tests for passing (-b) and skipping (-i) message bodies.
132
133 Version 2.3.4 (2014-02-11)
134
135    Optimize recursive decoding.
136
137    Fix a bug - decode message/rfc822 subparts.
138
139 Version 2.3.3 (2014-02-02)
140
141    Forbid filtering from console. When the program runs with stdin
142    connected to the console it shows usage help.
143
144    Fix a bug - option -o and no parameters.
145
146 Version 2.3.2 (2014-02-01)
147
148    Fix a bug - do not generate 'From ' headers in subparts.
149
150    Add option --host.
151
152    Add tests.
153
154 Version 2.3.1 (2014-01-31)
155
156    Update documentation.
157
158 Version 2.3.0 (2014-01-30)
159
160    Add option -o and output_file argument.
161
162 Version 2.2.2 (2014-01-23)
163
164    Upgrade docbook-xsl.
165
166 Version 2.2.1 (2013-12-24)
167
168    Add mk-distr helper.
169
170 Version 2.2.0 (2013-12-21)
171
172    Rename __version__.py to mimedecode_version.py.
173
174    Use setuptools.
175
176 Version 2.1.5 (2013-12-18)
177
178    Move __version__ out of mimedecode.py to __version__.py
179    to allow installation without m_lib.
180
181 Version 2.1.4 (2013-12-11)
182
183    Add installation instruction in INSTALL.txt.
184
185 Version 2.1.3 (2013-12-10)
186
187    Minor bugfix.
188
189 Version 2.1.2 (2013-07-26)
190
191    Minor fix in Makefile. Switched to git.
192
193 Version 2.1.1 (2012-04-15)
194
195    Removed svn:keywords.
196
197 Version 2.1.0 (2006-04-27)
198
199    A patch by Bogdan Maryniuk <bogdan.maryniuk@gmail.com>: portable way to get
200 the default charset.
201
202 Version 2.0.0
203
204    Major rewrite to use python email package.