OSDN Git Service

Updated Monkey's Audio binary to v4.10 (2011-04-16).
[lamexp/LameXP.git] / doc / Changelog.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>LameXP - Version History</title>
5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6 <style type="text/css">
7 <!--
8 body { font-family:Monospace; font-size:10pt; }
9 a { text-decoration:none; color:#0000EE; transition:color 0.5s ease; -moz-transition:background-color 0.5s ease; -o-transition:background-color 0.5s ease; -webkit-transition:background-color 0.5s ease; }
10 a:hover { background-color: #CCCCCC; }
11 a:active { color: #551A8B; }
12 a:visited { color: #0000EE; }
13 -->
14 </style>
15 </head>
16 <body>
17 <h3>LameXP - Version History</h3><br>
18
19 <a name="4.04"></a>Changes between v4.03 and v4.04:<br><ul>
20 <li>Added support for the QAAC Encoder, requires QuickTime v7.7.1 or newer (see <a href="FAQ.html#71a113b0" target="_blank">FAQ doc</a> for details)
21 <li>Added Chinese and Taiwanese translations, thanks to 456Vv &lt;123@456vv.com&gt;
22 <li>Added experimental support for dcaenc, created by Alexander E. Patrakov &lt;patrakov@gmail.com&gt;
23 <li>Added CSV export/import for Meta tags (see context-menu on the "Source Files" tab)
24 <li>Updated Qt runtime libraries to v4.8.0 (2011-12-15), compiled with MSVC 10.0
25 <li>Updated LAME encoder to v3.99.2 Final (2011-11-18), compiled with ICL 12.1.7 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.134" target="_blank">details</a>)
26 <li>Updated MediaInfo to v0.7.53 (2012-01-24), compiled with ICL 12.1.6 and MSVC 10.0
27 <li>Updated Monkey's Audio to v4.10 (2011-04-16)
28 <li>Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (<a href="http://forum.doom9.org/showpost.php?p=1539631&postcount=507" target="_blank">details</a>)
29 <li>Run more than four instances in parallel on systems with more than four CPU cores (<a href="FAQ.html#89cbd3d0" target="_blank">details</a>)
30 <li>Improved handling of different character encodings for Playlist and Cue Sheet import
31 <li>Improved LameXP inter-process communication by adding queue support
32 <li>Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only)
33 <li>Prevent LameXP from blocking a system shutdown (encoding process is aborted, if necessary)
34 <li>Improved internal handling of MediaInfo output, including extraction of cover art
35 </ul><br>
36
37 <a name="4.03"></a>Changes between v4.02 and v4.03:<br><ul>
38 <li>Added an option to rename the output files (based on an user-defined naming pattern)
39 <li>Added an option to enforce Stereo Downmix for Multi-Channel sources
40 <li>Added "built-in" WMA decoder (see <a href="http://forum.doom9.org/showthread.php?t=140273">this</a> thread for details) and removed all remnants of "old" decoder
41 <li>Added optional support for the FHG AAC Encoder included with Winamp 5.62 (see <a href="FAQ.html#71a113b0" target="_blank">FAQ doc</a> for details)
42 <li>Added a menu for bookmarking "favorite" output folders to the "output folder" tab
43 <li>Added an option to hibernate the computer (aka "Suspend-to-Disk") instead of shutting it down
44 <li>Added Polish translation, thanks to Sir Daniel K &lt;sir.daniel.k@gmail.com&gt;
45 <li>Added channel equalization options to the normalization filter (also fixes multi-channel processing)
46 <li>Added indicators for current CPU usage, RAM usage and free diskspace to the processing window
47 <li>Updated Qt runtime libraries to v4.8.0 RC-1 (2011-10-13), compiled with MSVC 10.0
48 <li>Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.133" target="_blank">details</a>)
49 <li>Updated mpg123 decoder to v1.13.4 (2011-09-07), compiled with GCC 4.6.1
50 <li>Updated MediaInfo to v0.7.51 (2011-11-11), compiled with ICL 12.1.6 and MSVC 10.0
51 <li>Updated language files (big thank-you to all contributors !!!)
52 <li>Improved "downmix" filter by using explicit channel mappings for each number of input channels
53 <li>Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used
54 <li>Fixed Cue Sheet import for tracks with certain characters in the title
55 <li>Fixed a bug with "Prepend relative source file path to output file" under certain conditions
56 <li>Workaround for malicious "anti-virus" programs that prevent innocent applications from functioning
57 <li>Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only)
58 <li>Restored Windows 2000 support with Visual Studio 2010 builds (this is experimental!)
59 <li>The "Open File(s)" and "Open Folder" dialogs will now remember the most recent directory
60 <li>Miscellaneous bugfixes
61 </ul><br>
62
63 <a name="4.02"></a>Changes between v4.01 and v4.02:<br><ul>
64 <li>Upgraded build environment to Microsoft Visual Studio 2010
65 <li>Dropping support for Windows 2000 and Windows XP RTM. Windows XP needs (at least) Service-Pack 2 now!
66 <li>Added Cue Sheet import wizard, which allows splitting and importing tracks from Cue Sheet images
67 <li>Added ATSC A/52 (AC-3) encoding support, based on Aften encoder v0.0.8+ (Git Master)
68 <li>Added Avisynth input (audio only!) using 'avs2wav' tool, partly based on code by Jory Stone
69 <li>Added a method to use custom tools instead of the "built-in" ones (see <a href="FAQ.html#3d6684e9" target="_blank">FAQ doc</a> for details)
70 <li>Added an option to copy all meta information of a single file over to the "meta information" tab
71 <li>Added two new command-line switches: "--add-folder &lt;path&gt;" and "--add-recursive &lt;path&gt;"
72 <li>Added one new translation: Korean
73 <li>Updated Qt runtime libraries to v4.7.3
74 <li>Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.127" target="_blank">details</a>)
75 <li>Updated Vorbis encoder to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0
76 <li>Updated mpg123 decoder to v1.13.3 (2011-04-21), compiled with GCC 4.6.0
77 <li>Updated MediaInfo to v0.7.45 Beta (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0
78 <li>Updated language files (big thank-you to all contributors !!!)
79 <li>Fixed placement of the Dropbox when the Taskbar is located on the top or on the left side
80 <li>Improved playlist generation: Generate M3U (Latin-1) or M3U8 (UTF-8) playlist file as required
81 <li>Only show the most recent 50 items in the "processing" window (for better performance)
82 <li>Miscellaneous bugfixes
83 </ul><br>
84
85 <a name="4.01"></a>Changes between v4.00 and v4.01:<br><ul>
86 <li>Added an option to manually specify the number of parallel instances
87 <li>Added an option to select a user-defined TEMP directory
88 <li>Added an option to shutdown the computer as soon as all files are completed
89 <li>Added an option to add directories recursively
90 <li>Added support for embedding cover artwork (currently works with LAME, FLAC and Nero AAC only)
91 <li>Updated Qt runtime libraries to v4.7.2
92 <li>Updated LAME encoder to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2
93 <li>Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0
94 <li>Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0
95 <li>Updated SoX to v14.3.2 (2010-02-27), compiled with ICL 12.0.2
96 <li>Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0
97 <li>Updated language files (big thank-you to all contributors !!!)
98 <li>Fixed a problem with the LAME encoder that could cause glitches in the encoded file (VBR mode only)
99 <li>Fixed a problem with the LAME encoder that could cause very slow encoding speed
100 <li>Fixed a bug that caused AAC encoding to fail in CBR mode (the "-2pass" parameter was set wrongly)
101 <li>A warning message will be emitted, if diskspace drops below a critical limit while processing
102 </ul><br>
103
104 <a name="4.00"></a>Changes between v3.18 and v4.00:<br><ul>
105 <li>Complete re-write of LameXP in the C++ programming language
106 <li>Switched IDE from Delphi 7.0 to Visual Studio 2008 + Qt Framework v4.7.1 (GNU Toolchain not yet)
107 <li>Added cross-plattfrom support - only Windows and Wine for now, native Linux version planned
108 <li>Added full Unicode support for file names, meta tags and translations (no more Codepage headaches!)
109 <li>Added support for Qt Linguist tool, which makes creating/updating translations much easier
110 <li>Added support for multiple user interface styles, including "Plastique" and "Cleanlooks" themes
111 <li>Added support for user-defined encoder parameters (please use with care!)
112 <li>Added support for a true "portable" mode, which will store the configuration in the program folder
113 <li>Added resampling filter for all encoders, based on SoX
114 <li>Added simple tone adjustment filter, based on SoX
115 <li>Added an option to prepend the relative source file path to the output file path
116 <li>Updated all command-line tools to support Unicode file names, mostly required custom patches
117 <li>Updated LAME encoder to v3.99.0.11 (2011-02-11), compiled with ICL 11.1.065
118 <li>Updated Vorbis encoder to v2.87 using libvorbis v1.3.2 (2010-11-06), compiled with ICL 11.1 and MSVC 9.0
119 <li>Updated mpg123 decoder to v1.13.2 (2011-02-19), compiled with GCC 4.5.2
120 <li>Updated MediaInfo to v0.7.41 (2011-01-24), compiled with ICL 11.1.065
121 <li>Updated SoX to v14.3.1 (2010-04-11), compiled with MSVC 9.0
122 <li>Updated GnuPG to v1.4.11, compiled with GCC 4.5.2
123 <li>Updated language files (big thank-you to all contributors !!!)
124 <li>Removed TAK support for now, as their CloseSource(!) tools don't support Unicode file names yet
125 <li>Removed Volumax tool, as we are using SoX for normalization from now on
126 <li>Countless minor fixes and improvements (hopefully not too many regressions ^^)
127 </ul><br>
128
129 <a name="3.19"></a>Changes between v3.18 and v3.19:<br><ul>
130 <li>Updated MediaInfo to v0.7.34 (2010-07-09), compiled with ICL 11.1.065
131 <li>Updated mpg123 decoder to v1.12.3 (2010-07-11), compiled with GCC 4.6.0
132 <li>Updated language files (big thank-you to all contributors !!!)
133 <li>Fixed decoding of certain invalid WavPack files
134 </ul><br>
135
136 <a name="3.18"></a>Changes between v3.17 and v3.18:<br><ul>
137 <li>Added an Unicode-safe "Open" dialog: File names are converted to "short" names if required
138 <li>Fixed mpg123 decoder to work on Windows 2000 (reported by Tim Womack)
139 <li>Updated LAME encoder to v3.98.4 (2010-03-23), compiled with ICL 11.1.054
140 <li>Updated MediaInfo to v0.7.32 (2010-05-02), compiled with ICL 11.1.065
141 <li>Updated mpg123 decoder to v1.12.1 (2010-03-31), compiled with GCC 4.4.4
142 <li>Updated Ogg Vorbis decoder to v1.9.7 (2010-03-29), compiled with MSVC 9.0
143 <li>Updated language files (big thank-you to all contributors !!!)
144 </ul><br>
145
146 <a name="3.17"></a>Changes between v3.16 and v3.17:<br><ul>
147 <li>Updated TAK decoder to v2.0.0 (2010-01-07)
148 <li>Updated ALAC decoder to v0.2.0 (2009-09-05)
149 <li>Updated MediaInfo to v0.7.28 (2010-02-19), compiled with ICL 11.1.054
150 <li>Fixed "No Disk" error message box that could appear under certain circumstances
151 <li>Fixed "...is not responding" error message box that could appear during startup
152 <li>Various minor fixes and improvements
153 </ul><br>
154
155 <a name="3.16"></a>Changes between v3.15 and v3.16:<br><ul>
156 <li>Added support for Nero AAC encoder v1.5.3.0 (2009-12-29)
157 <li>Disable DPI warning on Vista and later, as they handle DPI != 96 much better than WinXP
158 <li>Updated WavPack decoder to v4.60.1 (2009-11-29)
159 <li>Updated MediaInfo to v0.7.27 (2010-01-04), compiled with ICL 11.1.054
160 <li>Updated GnuPG to v1.4.10b (2009-09-03), compiled with GCC 4.2.1
161 </ul><br>
162
163 <a name="3.15"></a>Changes between v3.14 and v3.15:<br><ul>
164 <li>Added support for Nero AAC encoder v1.5.1.0 (2009-12-17)
165 <li>Updated mpg123 decoder to v1.10.0 (2009-12-05)
166 <li>Updated MediaInfo to v0.7.26 (2009-12-18), compiled with ICL 11.1.051
167 <li>Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.051
168 </ul><br>
169
170 <a name="3.14"></a>Changes between v3.13 and v3.14:<br><ul>
171 <li>Added Suspend and Resume buttons to the processing window
172 <li>Added another language: Castilian Spanish (Spanish from north/central Spain)
173 <li>Updated mpg123 decoder to v1.9.2 (2009-11-20)
174 <li>Updated MediaInfo to v0.7.25 (2009-11-13), compiled with ICL 11.1.046
175 <li>Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.046
176 <li>Updated language files (big thank-you to all contributors !!!)
177 <li>Updated JEDI-VCL from v3.38 to v3.39 (2009-11-05)
178 <li>Various minor fixes and improvements
179 </ul><br>
180
181 <a name="3.13"></a>Changes between v3.12 and v3.13:<br><ul>
182 <li>Updated LAME encoder to v3.98.2 (2009-09-26), compiled with ICL 11.1.046
183 <li>Updated FLAC encoder to v1.2.1b (2009-10-01), compiled with ICL 11.1.046
184 <li>Updated MediaInfo to v0.7.23 (2009-10-16), using statically linked build (MSVC 9.0)
185 <li>Updated AC3Filter Tools to v0.31b (2009-10-01)
186 <li>Updated TAK decoder to v1.1.2 (2009-07-27)
187 <li>Updated mpg123 decoder to v1.9.1 (2009-10-09)
188 <li>Updated language files (big thank-you to all contributors !!!)
189 <li>Updated the Splash screen and modified the sound that plays on very first launch
190 <li>Updated JEDI-VCL from v3.34 to v3.38 (2009-08-27)
191 <li>Updated GnuPG to v1.4.10 (2009-09-02)
192 </ul><br>
193
194 <a name="3.12"></a>Changes between v3.11 and v3.12:<br><ul>
195 <li>Added support for FLAC (Free Lossless Audio Codec) output
196 <li>Added progress display for individual files (for the "encoding" step only)
197 <li>Added a SSE2 (Pentium 4) build of the Ogg Vorbis encoder that will be used if supported by the CPU
198 <li>Added options to override the Nero AAC profile (be aware: it's not recommended to do that!)
199 <li>Added an option to analyze media files (powered by MediaInfo™)
200 <li>Added experimental support for Windows 7 taskbar progress indicator and overlay icons
201 <li>Updated LAME encoder to v3.98.2 (2009-09-05), compiled with ICL 11.0
202 <li>Updated MediaInfo to v0.7.21 (2009-09-04), using statically linked build
203 <li>Updated mpg123 decoder to v1.9.0 (2009-08-14)
204 <li>Updated Speex decoder to v1.2 RC-1 (2009-07-04)
205 <li>Updated AC3Filter Tools to v0.3b (2009-09-19)
206 <li>Updated Auto-Update tool, from now on only signed updates will be accepted (using GnuPG)
207 <li>Fixed a number of minor glitches
208 </ul><br>
209
210 <a name="3.11"></a>Changes between v3.10 and v3.11:<br><ul>
211 <li>Added options to sort the source files (by title, by filename or by track number)
212 <li>Updated language files (big thank-you to all contributors !!!)
213 <li>Updated mpg123 decoder to v1.8.1 (2009-06-14)
214 <li>Updated FLAC decoder, now using the ICL 9.1 build of FLAC v1.2.1b
215 <li>Updated MediaInfo to v0.7.17 (statically linked)
216 <li>Updated the "Normalization" filter to v0.41 (2009-06-16)
217 <li>Fixed a few minor issues in meta tag processing
218 </ul><br>
219
220 <a name="3.10"></a>Changes between v3.09 and v3.10:<br><ul>
221 <li>Added a NSIS-based installer (will be released in addition to the ZIP package)
222 <li>Added support for the TAK lossless audio format
223 <li>Added two new languages: Serbian (Latin) and Ukrainian
224 <li>Updated language files (big thank-you to all contributors !!!)
225 <li>Updated MediaInfo to a custom build of v0.7.16 that is statically linked (and removed the DLL)
226 <li>Updated mpg123 decoder to v1.8.0 RC-3 (2009-06-03)
227 <li>Updated Musepack decoder to v1.0.0 (2009-04-02) and fixed Musepack VS8 support
228 <li>Updated Monkey's Audio decoder to v4.06 (2009-03-17)
229 <li>Updated the "Normalization" filter to allow multiple instances running in parallel
230 <li>Updated Auto-Update tool
231 <li>Fixed a few minor issues and refactored the code
232 </ul><br>
233
234 <a name="3.09"></a>Changes between v3.08 and v3.09:<br><ul>
235 <li>Added support for detecting the file type via MediaInfo instead of guessing the type from file extension
236 <li>Updated mpg123 decoder to v1.7.3 (2009-04-27)
237 <li>Updated FAAD decoder to v2.7 (2009-05-13)
238 <li>Updated MediaInfo to v0.7.16.0 (2009-05-20)
239 <li>Fixed detection of the WMA decoder under certain circumstances (e.g. Windows 7)
240 </ul><br>
241
242 <a name="3.08"></a>Changes between v3.07 and v3.08:<br><ul>
243 <li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.7 (2009-03-04)
244 <li>Updated mpg123 decoder to v1.6.4 (2009-01-10)
245 <li>Updated MediaInfo to v0.7.11.0 (2009-02-13)
246 </ul><br>
247
248 <a name="3.07"></a>Changes between v3.06 and v3.07:<br><ul>
249 <li>Added an option to disable multi-threading on multi-core machines
250 <li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.61 (2008-12-24)
251 <li>Updated mpg123 decoder to v1.6.3 (2008-12-20)
252 <li>Updated MediaInfo to v0.7.8.0 (2008-12-10)
253 <li>Updated language files (big thank-you to all contributors !!!)
254 </ul><br>
255
256 <a name="3.06"></a>Changes between v3.05 and v3.06:<br><ul>
257 <li>Added a custom build of the mpg123 decoder v1.5.1
258 <li>Added two more languages: Romanian and Polish
259 <li>Added support for the ALAC audio format
260 <li>Updated MediaInfo to v0.7.7.7 (2008-10-17)
261 <li>Updated AC3 Filter Tools to v0.2a (2008-06-30)
262 <li>Updated language files (big thank-you to all contributors !!!)
263 <li>Fixed and improved "Normalization" filter
264 <li>Fixed a few minor bugs
265 </ul><br>
266
267 <a name="3.05"></a>Changes between v3.04 and v3.05:<br><ul>
268 <li>Added support for Nero AAC encoder v1.3.3.0
269 <li>Added option to add an entire directory or an entire directory-tree
270 <li>Added new languages: Russian, Nederlands, Greek and Hungarian
271 <li>Added Dropbox for improved Drag&amp;Drop support
272 <li>Updated language files (big thank-you to all contributors !!!)
273 <li>Updated LAME encoder to v3.98.2 Final (2008-09-24)
274 <li>Updated MediaInfo to v0.7.7.6 (2008-09-12)
275 </ul><br>
276
277 <a name="3.04"></a>Changes between v3.03 and v3.04:<br><ul>
278 <li>Added support for reading Meta Data from source files (using MediaInfo)
279 <li>Added support for languages: English, German, French, Spanish, Italian, Japanese, Chinese (Simplified) and Taiwanese
280 <li>Added support for WMA, Shorten and TTA files (input only)
281 <li>Added support for various playlist formats (M3U, PLS, ASX, CueSheet)
282 <li>Added an option to permanently disable the Shell Intgegration (Explorer Conext Menus)
283 <li>Added an option to disable the periodic Update Reminder
284 <li>Added an option to shutdown the computer automatically as soon as all files are completed
285 <li>Added code to minimize the LameXP window into the taskbar notification area
286 <li>Added balloon tooltip to inform the user about "hidden" options
287 <li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.6 (2008-09-05)
288 <li>Improved code to handle child processes and capture the console output
289 </ul><br>
290
291 <a name="3.03"></a>Changes between v3.02 and v3.03:<br><ul>
292 <li>Added generic support for pre-processing filters
293 <li>Added "Normalization" filter, based on Volumax by John33
294 <li>Improved code to add/remove context menus in Window Explorer
295 <li>Improved code to handle multiple instances of LameXP
296 </ul><br>
297
298 <a name="3.02"></a>Changes between v3.01 and v3.02:<br><ul>
299 <li>Added support for new input format: MPEG Audio Layer-2 (mp2)
300 <li>Added option to choose a custom TEMP folder
301 </ul><br>
302
303 <a name="3.01"></a>Changes between v3.00 and v3.01:<br><ul>
304 <li>Added an option to disable all sounds in LameXP
305 <li>Added warning message for bitrates that violate the current bitrate restriction
306 <li>Fixed bitrate restrictions for LAME encoder (strictly enforce bitrate restrictions using "-F" parameter)
307 <li>Fixed file associations code (set file associations only for the current user)
308 <li>Updated load/save configuration code (store settings in an INI file instead of the registry)
309 </ul><br>
310
311 <a name="3.00"></a>Changes between v2.03 and v3.00:<br><ul>
312 <li>Added support for Nero's AAC Encoder (not included, available as free download from Nero website)
313 <li>Added support for more input formats: Wave, MP3, Ogg Vorbis, AAC/MP4, FLAC, Speex, WavPack, Musepack, Monkey's Audio
314 <li>Added support for uncompressed Wave output
315 <li>Added support for Multi-Threading (use multiple instances for batch processing)
316 <li>Added shell integration for Windows Explorer (Context-Menus and "Send To" folder)
317 <li>Added commandline support: LameXP.exe -add &lt;File 1&gt; [&lt;File 2&gt; ... &lt;File N&gt;]
318 <li>Added Auto-Update utility to periodically check for new updates
319 <li>Updated LAME encoder to v3.98 Final (2008-07-04)
320 <li>Updated Ogg Vorbis encoder to v2.85, aoTuV Beta-5.5 (2008-03-31)
321 </ul><br>
322
323 <a name="2.03"></a>Changes between v2.00 and v2.03:<br><ul>
324 <li>Updated LAME encoder to v3.98 to Beta-5 (2007-08-13)
325 <li>Updated Ogg Vorbis encoder to v2.84 aoTuV Beta-5 (2007-08-17)
326 <li>Fixed a bug with 'title' meta tags
327 <li>Fixed a few typos
328 </ul><br>
329
330 <a name="2.00"></a>Changes between v1.xx and v2.00:<br><ul>
331 <li>Added Ogg Vorbis encoder
332 <li>Updated LAME encoder to latest builds
333 <li>Improved progress display (parsing encoder progress from console output now)
334 <li>Improved ID3-Tag support (now supports "title" and "track" fields)
335 <li>Added feature to automatically generate playlists (.m3u)
336 <li>Many bug-fixes and GUI improvements
337 </ul><br>
338
339 </body></html>