CHANGELOG
上传用户:xmgzy123
上传日期:2007-01-07
资源大小:373k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

WINDOWS

  1. v0.15:
  2. Added "flat" style to toolbar, plus the ability to switch between
  3. 16-color and 24-bit bitmaps on the toolbar.
  4. Automatically detects 16-bpp color display or better, and uses the
  5. hicolor bitmaps.
  6. v0.14.1:
  7. Rereleased source archive for v0.14, making sure that all binary
  8. files (*.ico,*.bmp,*.jpg) were marked as binary in CVS.
  9. v0.14:
  10. Merged in changes from Blair Thompson -- time remaining indicator
  11. on rip dialog, use of CDPLAYER.INI (in akrip32.dll) when CDDB not
  12. available.
  13. Improved NT/2000 support in akrip32.dll.  Synched dll source code
  14. with v0.94.
  15. v0.13:
  16. Added "rip segment" functionality, including a nifty custom 
  17. dual-slider range selection control.  Clicking to the left or
  18. right of either slider causes the slider to "snap" to the start/end
  19. of the next/previous track.  Can also be used to rip multiple tracks
  20. as one (or the whole CD for that matter).
  21. Enabled the CDDB get site list functionality in the CDDB options
  22. dialog.
  23. Fixed the focus error for the album and artist title never giving
  24. up focus (or rather the other components not taking it).
  25. v0.12:
  26. Added basic support for LAME_ENC.DLL.
  27. Improved response time for hitting "Cancel" during rip operations
  28. on slower CPUs.
  29. v0.11:
  30.         Added CDDB support.  If enabled, when the refresh button is pushed,
  31. a thread is started to run the CDDB query.  If the CDDB query returns
  32. multiple matches, the program reacts according to what it is doing.
  33. If in the middle of ripping a track, it simply uses the first match.
  34. If it is not, it pops up a dialog box, and requests that the user
  35. select one of the inexact matches.
  36. Changed read loop to always read maxRip frames, and then to truncate
  37. the last frame if necessary.  The CDR_READ10_2 function seemed to
  38. have problems on certain drives when the number of frames requested
  39. for the last frame changed.
  40.         Added "status" text to the trackwnd items (OK, time, rip speed)