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