- made the plugin faster while still letting WinAMP be responsive (it now changes the threadpriority instead of using Sleep(1))
- updated the LAME support (some new constants)
- made the error box look a little nicer
- added two variables for the filename (%ur and %cr)
- fixed some things in the config dialog (tab order and some fields didn't initialize correctly)
- changed some char*'s to string's
v1.13 (May 6, 2002):
- improved the support for filenaming (modified the add expandable string option to be: use expandable string, where one of the variables is the (un-)expanded title)
- added the variable %p# (where # is a number), which gives you the playlist position, padded with zeroes upto # digits
- made winamp much more responsive during writing (by using Sleep(1))
- nicer error message if the plugin hasn't been configured yet
v1.12 (April 13, 2002):
- fixed a bug in the wav writer that made a wav file look 44 bytes too large
- fixed a minor bug in the config dialog (the config button for formats wasn't grayed when you entered the dialog with wav or raw as the default format)
v1.11 (February 18, 2002):
- added support for Ogg Vorbis (see http://www.vorbis.com/)
- made lame optional (it will simply not show the mp3 possibility if lame is not installed), the same goes for Ogg Vorbis
- made the config button gray when format has no config
- moved the browse button a little bit
- made the combobox handle absent formats in a nice way
- fixed a minor bug in the lame (and ogg) config dialog (it wouldn't do enablewindow on wm_destroy)
v1.10 (January 10, 2002):
- added support for MP3 (through LAME, see http://www.mp3dev.org/)
- added a browse button for directory selection
- changed the style of the comboboxes (they are now drop lists)
v1.00 (January 3, 2002):
- it plays
- raw and wave support
- just title, expanded title and just title + expanded string filename support
- creates valid filenames
- lets you specify an output directory
Jasper van de Gronde
th.v.d.gronde@hccnet.nl
http://home.hccnet.nl/th.v.d.gronde/ (watch the site for updates and so on)