"Fossies" - the Fresh Open Source Software Archive 
Member "ansifilter-2.18-x64/ChangeLog.adoc" (30 Jan 2021, 6825 Bytes) of package /windows/misc/ansifilter-2.18-x64.zip:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "ChangeLog.adoc":
2.17_vs_2.18.
1 = Ansifilter ChangeLog
2
3 === ansifilter 2.18
4
5 30.01.2021
6
7 - added support for OSC 8 (iterm2) Hyperlinks (https://gitlab.com/saalen/ansifilter/-/issues/27)
8
9 === ansifilter 2.17
10
11 28.09.2020
12
13 - improved handling of carriage return (https://gitlab.com/saalen/ansifilter/-/issues/25)
14 - applied makefile patch to address Portage warnings (https://gitlab.com/saalen/ansifilter/-/issues/24)
15 - fixed section naming of LaTeX files if input path contained slashes
16 - CLI: added `--max-size` option to limit input file size (default: 256 MB)
17
18 === ansifilter 2.16.1
19
20 30.06.2020
21
22 - W32: updated Qt, removed Mingw32 DLL dependencies
23 - W32 GUI: added dark mode
24
25 === ansifilter 2.16
26
27 08.01.2020
28
29 - CLI: added `--ignore-csi` option to improve UTF-8 input handling
30
31 === ansifilter 2.15
32
33 08.11.2019
34
35 - added optional argument to `--ignore-clear`, the default setting is now true
36 - GUI: improved UTF16 input path handling on Windows
37 - CLI: fixed -e argument description (thanks to Jens Schleusener)
38
39 === ansifilter 2.14
40
41 02.04.2019
42
43 - added SVG output option (https://gitlab.com/saalen/ansifilter/issues/20)
44
45 === ansifilter 2.13
46
47 08.12.2018
48
49 - line numbers do not trigger default style span in HTML (https://gitlab.com/saalen/ansifilter/issues/19)
50 - fixed line numbering in batch mode
51 - CLI: added `--derived-styles` option for HTML output (https://gitlab.com/saalen/ansifilter/issues/11)
52 - CLI: added "self" argument to `--anchors` to generate self-referencing anchors
53
54 === ansifilter 2.12
55
56 07.11.2018
57
58 - fixed -w char count if line contains escape sequences (thanks to Jason James)
59 - GUI: added stylesheet input filed (suggested by Davor Petri?)
60
61 === ansifilter 2.11
62
63 10.10.2018
64
65 - fixed parsing of "7" and "8" sequences (https://gitlab.com/saalen/ansifilter/issues/16)
66 - added `--ignore-clear` option (https://gitlab.com/saalen/ansifilter/issues/16)
67 - converted README and ChangeLog to AsciiDoc
68
69 === ansifilter 2.10
70
71 19.02.2018
72
73 - fixed parsing of "K" sequence (https://github.com/andre-simon/ansifilter/issues/12)
74 - fixed memory leak in BIN parser (https://github.com/andre-simon/ansifilter/issues/13)
75
76
77 === ansifilter 2.9
78
79 20.11.2017
80
81 - fixed parsing of "(B" reset sequence (https://github.com/andre-simon/ansifilter/issues/10)
82 - CLI: added `--no-version-info` option
83 - GUI: layout adjustments
84
85
86 === ansifilter 2.8.1
87
88 07.08.2017
89
90 - minor version number increase because of 2.8 packaging error
91
92
93 === ansifilter 2.8
94
95 06.08.2017
96
97 - fixed reading from stdin (https://github.com/andre-simon/ansifilter/issues/8)
98
99
100 === ansifilter 2.7
101
102 03.08.2017
103
104 - fixed processing of very small input files (https://github.com/andre-simon/ansifilter/issues/7)
105 - added -fPIC to CXXFLAGS in src/makefile (https://github.com/andre-simon/ansifilter/issues/6)
106
107
108 === ansifilter 2.6
109
110 25.07.2017
111
112 - added support for Tundra 24bit ANSI art (--art-tundra option)
113 - fixed Pango output (patch by VLambret, https://github.com/andre-simon/ansifilter/pull/5)
114 - added EXTRA_CXXFLAGS in src/makefile (thanks to Helmut K. C. Tessarek)
115
116
117 === ansifilter 2.5
118
119 21.06.2017
120
121 - CLI: added `--no-trailing-nl` option
122 - CLI: added support for environment variable ANSIFILTER_OPTIONS
123
124
125 === ansifilter 2.4
126
127 27.12.2016
128
129 - fixed crash reading irregular escape codes (thanks to Jens Schleusener)
130
131
132 === ansifilter 2.3
133
134 24.09.2016
135
136 - added support for true color escape codes
137
138
139 === ansifilter 2.2
140
141 15.09.2016
142
143 - fixed wrong recognition of CSI delimiters within unicode characters
144 - CLI: fixed reading from stdin (thanks to Jens Schleusener)
145
146
147 === ansifilter 2.1
148
149 12.09.2016
150
151 - fixed output height of some CP437 ASCII art files
152
153
154 === ansifilter 2.0
155
156 20.07.2016
157
158 - new CSI parser
159 - CLI: new `--art*` options to parse ANSI and BIN/XBIN sequences used for ASCII art
160 (suggested by Phillip Li)
161 - GUI: added ASCII art options
162
163
164 === ansifilter 1.18
165
166 29.06.2016
167
168 - fixed RTF output of UTF-8 input; needs input encoding set to utf-8
169 - GUI: fixed issue with color map setting
170
171
172 === ansifilter 1.17
173
174 17.05.2016
175
176 - fixed BBCode output (thanks to Karsten)
177 - fixed gcc 6 warnings about deprecated auto_ptr usage
178
179
180 === ansifilter 1.16
181
182 15.04.2016
183
184 - fixed Pango output (patch by Dominik Schmidt)
185 - fixed gcc 6 warnings about deprecated auto_ptr usage
186 - src/makefile: added -std=c++11 because of auto_ptr to unique_ptr transition
187
188
189 === ansifilter 1.15
190
191 06.01.2016
192
193 - fixed TeX and LaTeX output
194 - CLI: added map option
195 - GUI: added map path input field
196 - GUI: fixed memory of selected output format
197
198
199 === ansifilter 1.14
200
201 03.12.2015
202
203 - fixed parsing of grep escape sequences (thanks to Manfred Hokamp)
204 - GUI: added drag and drop (suggested by Manfred Hokamp)
205 - GUI: added format selection and watch file checkbox
206
207
208 === ansifilter 1.13
209
210 26.10.2015
211
212 - fixed missing close tags in HTML output
213 - fixed TeX output for cweb documents (patch by Ingo Krabbe)
214 - HTML and LaTeX output size reduced
215 - HTML output adjusted to HTML5 doctype
216 - added TCL extension in src/tcl (thanks to Martin Heinrich)
217
218
219 === ansifilter 1.12
220
221 23.03.2015
222
223 - added options `--line-numbers`, `--wrap-no-numbers`, `--anchors`
224 (suggested by Jens Schleusener)
225
226
227 === ansifilter 1.11
228
229 20.10.2014
230
231 - fixed bold and italic in LaTeX output (patch by Antonio Dominguez)
232
233
234 === ansifilter 1.10
235
236 01.09.2014
237
238
239 - added Pango output and fixed minor bugs (patches by Dominik Schmidt)
240
241
242 === ansifilter 1.9
243
244 22.8.2014
245
246 - fixed LaTeX code indentation (thanks to Maria)
247
248
249 === ansifilter 1.8
250
251 16.04.2014
252
253 - added support for Erase Line, Save and Restore Cursor sequences
254 (thanks to Kovács Zoltán)
255
256
257 === ansifilter 1.7
258
259 04.01.2012
260
261 - added `--wrap` option to wrap long lines
262 - fixed tab output in plain text mode
263
264
265 === ansifilter 1.6
266
267 31.03.2011
268
269 - fixed tab output
270 - added support for aixterm codes
271 - added bbcode output
272 - brightened default colours
273
274
275 === ansifilter 1.5
276
277 12.11.2010
278
279 - fixed parsing of grep escape sequences (thanks to Alexander Lucas)
280
281
282 === ansifilter 1.4
283
284 18.08.2010
285
286 - fixed parsing of xterm escape sequences (thanks to Mark Ziesemer)
287
288
289 === ansifilter 1.3
290
291 20.07.2009
292
293 - fixed gcc 4.3 compilation (thanks to Jens Schleusener)
294 - license changed from GPLv2 to GPLv3
295
296
297 === ansifilter 1.2
298
299 22.09.2008
300
301 - added option -L, `--latex` for LaTeX output (patch by Hans Meine)
302 - added option -P, `--tex` for TeX output
303 - fixed RTF invalid format error
304 - removed useless files
305
306
307 === ansifilter 1.1
308
309 27.05.2008
310
311 - fixed RTF background color output
312
313
314 === ansifilter 1.0
315
316 01.04.2008
317
318 - added support for xterm 256 colour sequences
319 - getopt_long function replaced by arg_Parser (patch by Antonio Diaz Diaz)
320
321
322 === ansifilter 0.3
323
324 12.12.2007
325
326 - some more unknown sequences are ignored (\033[*h, \033[*;)
327
328
329 === ansifilter 0.2
330
331 06.11.2007
332
333 - added option `--tail` (suggested by Emmanuel Oga)
334 - 256 color sequences are ignored
335
336
337 === ansifilter 0.1
338
339 25.10.2007
340
341 - initial release