This repository has been archived by the owner on Jul 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
274 lines (172 loc) · 4.65 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
Ansifilter ChangeLog
19.02.2018
ansifilter 2.10
-fixed parsing of "K" sequence (https://github.com/andre-simon/ansifilter/issues/12)
-fixed memory leak in BIN parser (https://github.com/andre-simon/ansifilter/issues/13)
---
20.11.2017
ansifilter 2.9
-fixed parsing of "(B" reset sequence (https://github.com/andre-simon/ansifilter/issues/10)
-CLI: added --no-version-info option
-GUI: layout adjustments
---
07.08.2017
ansifilter 2.8.1
-minor version number increase because of 2.8 packaging error
---
06.08.2017
ansifilter 2.8
-fixed reading from stdin (https://github.com/andre-simon/ansifilter/issues/8)
---
03.08.2017
ansifilter 2.7
-fixed processing of very small input files (https://github.com/andre-simon/ansifilter/issues/7)
-added -fPIC to CXXFLAGS in src/makefile (https://github.com/andre-simon/ansifilter/issues/6)
---
25.07.2017
ansifilter 2.6
-added support for Tundra 24bit ANSI art (--art-tundra option)
-fixed Pango output (patch by VLambret, https://github.com/andre-simon/ansifilter/pull/5)
-added EXTRA_CXXFLAGS in src/makefile (thanks to Helmut K. C. Tessarek)
---
21.06.2017
ansifilter 2.5
-CLI: added --no-trailing-nl option
-CLI: added support for environment variable ANSIFILTER_OPTIONS
---
27.12.2016
ansifilter 2.4
-fixed crash reading irregular escape codes (thanks to Jens Schleusener)
---
24.09.2016
ansifilter 2.3
-added support for true color escape codes
---
15.09.2016
ansifilter 2.2
-fixed wrong recognition of CSI delimiters within unicode characters
-CLI: fixed reading from stdin (thanks to Jens Schleusener)
---
12.09.2016
ansifilter 2.1
-fixed output height of some CP437 ASCII art files
---
20.07.2016
ansifilter 2.0
-new CSI parser
-CLI: new --art* options to parse ANSI and BIN/XBIN sequences used for ASCII art
(suggested by Phillip Li)
-GUI: added ASCII art options
---
29.06.2016
ansifilter 1.18
-fixed RTF output of UTF-8 input; needs input encoding set to utf-8
-GUI: fixed issue with color map setting
---
17.05.2016
ansifilter 1.17
-fixed BBCode output (thanks to Karsten)
-fixed gcc 6 warnings about deprecated auto_ptr usage
---
15.04.2016
ansifilter 1.16
-fixed Pango output (patch by Dominik Schmidt)
-fixed gcc 6 warnings about deprecated auto_ptr usage
-src/makefile: added -std=c++11 because of auto_ptr to unique_ptr transition
---
06.01.2016
ansifilter 1.15
-fixed TeX and LaTeX output
-CLI: added map option
-GUI: added map path input field
-GUI: fixed memory of selected output format
---
03.12.2015
ansifilter 1.14
-fixed parsing of grep escape sequences (thanks to Manfred Hokamp)
-GUI: added drag and drop (suggested by Manfred Hokamp)
-GUI: added format selection and watch file checkbox
---
26.10.2015
ansifilter 1.13
-fixed missing close tags in HTML output
-fixed TeX output for cweb documents (patch by Ingo Krabbe)
-HTML and LaTeX output size reduced
-HTML output adjusted to HTML5 doctype
-added TCL extension in src/tcl (thanks to Martin Heinrich)
---
23.03.2015
ansifilter 1.12
-added options --line-numbers, --wrap-no-numbers, --anchors
(suggested by Jens Schleusener)
---
20.10.2014
ansifilter 1.11
-fixed bold and italic in LaTeX output (patch by Antonio Dominguez)
---
01.09.2014
ansifilter 1.10
-added Pango output and fixed minor bugs (patches by Dominik Schmidt)
---
22.8.2014
ansifilter 1.9
-fixed LaTeX code indentation (thanks to Maria)
---
16.04.2014
ansifilter 1.8
-added support for Erase Line, Save and Restore Cursor sequences
(thanks to Kovács Zoltán)
---
04.01.2012
ansifilter 1.7
-added --wrap option to wrap long lines
-fixed tab output in plain text mode
---
31.03.2011
ansifilter 1.6
-fixed tab output
-added support for aixterm codes
-added bbcode output
-brightened default colours
---
12.11.2010
ansifilter 1.5
-fixed parsing of grep escape sequences (thanks to Alexander Lucas)
---
18.08.2010
ansifilter 1.4
-fixed parsing of xterm escape sequences (thanks to Mark Ziesemer)
---
20.07.2009
ansifilter 1.3
-fixed gcc 4.3 compilation (thanks to Jens Schleusener)
-license changed from GPLv2 to GPLv3
---
22.09.2008
ansifilter 1.2
-added option -L, --latex for LaTeX output (patch by Hans Meine)
-added option -P, --tex for TeX output
-fixed RTF invalid format error
-removed useless files
---
27.05.2008
ansifilter 1.1
-fixed RTF background color output
---
01.04.2008
ansifilter 1.0
-added support for xterm 256 colour sequences
-getopt_long function replaced by arg_Parser (patch by Antonio Diaz Diaz)
---
12.12.2007
ansifilter 0.3
-some more unknown sequences are ignored (\033[*h, \033[*;)
---
06.11.2007
ansifilter 0.2
-added option --tail (suggested by Emmanuel Oga)
-256 color sequences are ignored
---
25.10.2007
ansifilter 0.1
-initial release