See the changelog. :)
[rox-ripper.git] / Help / Changes
blob0e5bd1446ace05103e85a20cd4c174ad2c138990
1 007 (24-Oct-2006)
2 - Rewrite options and processors to allow other rip/encoders to be used 
3   (other than cdda2wav, lame and oggenc)
4 - Add options to keep WAV files and not Encode (partly suggested by Jonatan Liljedahl)
5 - Add Album Cover art support (based on idea and code from Stephen Watson)
6 - Change UI to use Progress bars in status area (requires gtk 2.6+)
7 - Configurable Directory and Filename patterns (e.g. Track Number, Artist, etc.)
8 - Bunches of general fixes and stuff :)
10 006 (13-Sep-2006)
11 - Remove Threads usage (using ROX-Lib's tasks module)
12 - Modularize the UI code
14 005 (Skipped)
16 004 (15-May-2004)
17 - Add a Menu
18 - Italian translation from Yuri Bongiorno
19 - New Icon (SVG, I did it myself from some Gorilla icons)
21 003 (09-Apr-2004)
22 - Add OGG support
23 - Add Extended Attribute support
25 002 (22-Feb-2004)
26 - Croak with a specific message if thread support not present.
27 - Added Eject After Ripping option.
28 - Improve Option tooltips
29 - Moved socket timeout code to PyCDDB and don't fail if python < 2.3.
30 - Changed Genre entry to a ComboBox and pulled in genre list from ID3.py/MusicBox.
31 - Removed borders to look better with openbox and other WMs that do not have borders on all sides of windows.
32 - Auto resize columns after getting/editing track names.
33 - Fix CD change and update track info logic.  Should be really solid now.
34 - Fix off by one error on track times.  (first two songs always had the same time)
35 - Don't return empty track list if cddb query fails.  Use Track# instead.
36 - Fix race condition between ripping and encoding threads when aborting (Stop).
37 - Prepared for translations.
39 001  First release