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.

преди 19 години
преди 19 години
преди 19 години
преди 19 години
преди 19 години
преди 19 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Changes since 1.3
  2. * Single quoted string support has been removed. This was broken, and I am not
  3. sure of any software that supports single quoted strings in cue or toc files.
  4. Changes since 1.2
  5. * Build system has been rewritten using automake/autoconf.
  6. * Added append, prepend, and split pregap modes to cuebreakpoints.
  7. * Fixed possible compilation error with Bison.
  8. * All tools accept long options.
  9. * Programs exit if --input-format or --output-format is an illegal value.
  10. Changes since 1.1
  11. * cuebreakpoints was not printing the last track breakpoint. This has been
  12. fixed.
  13. * cueprint now prints a zero-length string for undefined values. Flags, width,
  14. and precision are applied to conversion characters which have no conversion.
  15. * Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
  16. mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and
  17. documentation.
  18. * Added a track selection flag to cueprint.
  19. Changes since 1.0
  20. * File formats documentation has been readded and updated (docs/formats.txt).
  21. * ``CDTEXTFILE`` is now a recognized (but ignored) keyword.
  22. * If only a disc or track template is specified on the command line, then only
  23. the disc or track information is printed, respectively.
  24. * cueprint now supports flags and width and precision values for template
  25. expansion (like the printf command).
  26. Changes since 0.6
  27. * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
  28. has been reimplemented in lex/yacc.
  29. * cuerename has been replaced by the more general utility cueprint.
  30. * Usage syntax of the utilities has changed. See the respective man pages.