Skip to content

Version 1.2.5 Release

Latest
Compare
Choose a tag to compare
@denisleroy denisleroy released this 03 Feb 14:59
  • gcdmaster port to GTK 3 (Stefan Roellin)
  • Support to specify encoding in TOC (Denis Leroy):
    • one of ENCODING_ISO_8859_1, ENCODING_ASCII, ENCODING_MS_JIS,
      ENCODING_KOREAN, ENCODING_MANDARIN may be specified on LANGUAGE
      section.
    • TOC always dumped in UTF-8, unless --no-utf8 is specified
  • Fix --swap argument with generic-mmc-raw driver (Alex Free)
  • MacOS fixes (DL)
  • cdrdao:
    • new cdtext command to dump CD-TEXT disc content
    • deprecate 0x10 driver option by checking device configuration
  • toc2cue: (Jonathan Simpson)
    • add option to convert bin file, removing subchannel data that
      isn't supported by cue/bin files
    • add option to swap byte order when creating new bin file
  • toc2mp3: (DL)
    • -J option to force specific text decoding
    • support for character encoding in filenames and id3v2 tags
  • Fix eject by first issuing PREVENT ALLOW MEDIUM REMOVAL (DL)
  • Removed scsilib snapshot from old cdrecord project, only use
    native interface. RIP Jörg Schilling.
  • Misc compile and warning fixes for newer C++ compilers (Fedora)
  • MacOS compile fixes, upstreamed from brew
  • Cddb server updates.