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.
 
 
 
 
 
 

47 lines
1.4 KiB

  1. Changes since 1.2
  2. * Build system has been rewritten using automake/autoconf.
  3. * Added append, prepend, and split pregap modes to cuebreakpoints.
  4. * Fixed possible compilation error with Bison.
  5. * All tools accept long options.
  6. * Programs exit if --input-format or --output-format is an illegal value.
  7. Changes since 1.1
  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. * File formats documentation has been readded and updated (docs/formats.txt).
  18. * ``CDTEXTFILE`` is now a recognized (but ignored) keyword.
  19. * If only a disc or track template is specified on the command line, then only
  20. the disc or track information is printed, respectively.
  21. * cueprint now supports flags and width and precision values for template
  22. expansion (like the printf command).
  23. Changes since 0.6
  24. * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
  25. has been reimplemented in lex/yacc.
  26. * cuerename has been replaced by the more general utility cueprint.
  27. * Usage syntax of the utilities has changed. See the respective man pages.