You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ================
  2. cuetools CHANGES
  3. ================
  4. :Author: Svend Sorensen
  5. :Contact: sorensen@users.berlios.de
  6. Changes since 1.1
  7. -----------------
  8. * cuebreakpoints was not printing the last track breakpoint. This has been
  9. fixed.
  10. * cueprint now prints a zero-length string for undefined values. Flags, width,
  11. and precision are applied to conversion characters which have no conversion.
  12. * Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
  13. mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and
  14. documentation.
  15. * Added a track selection flag to cueprint.
  16. Changes since 1.0
  17. -----------------
  18. * File formats documentation has been readded and updated (docs/formats.txt).
  19. * ``CDTEXTFILE`` is now a recognized (but ignored) keyword.
  20. * If only a disc or track template is specified on the command line, then only
  21. the disc or track information is printed, respectively.
  22. * cueprint now supports flags and width and precision values for template
  23. expansion (like the printf command).
  24. Changes since 0.6
  25. -----------------
  26. * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
  27. has been reimplemented in lex/yacc.
  28. * cuerename has been replaced by the more general utility cueprint.
  29. * Usage syntax of the utilities has changed. See the respective man pages.