Releases: cdrdao/cdrdao
Releases Β· cdrdao/cdrdao
Version 1.2.6 Release
Most of the issues present in the 1.2.5 release have hopefully been fixed. Many thanks for the many people who contributed.
ChangeLog:
- Many bugfixes related to CD-TEXT processing (Rasheeq Azad, Denis Leroy)
- Windows native interface support (Denis Leroy)
- Several crash fixes (Ole Bertram, Denis Leroy, Jan Solanti)
- Fixed version command (Daniel Foster)
- iconv detection improvement and cross-OS support (DL, Michael Ortmann)
- Ejects CD to allow source medium insertion with copy command (dhucul)
- Fix burning issue with gcdmaster (Sven Geuer)
- Many typos fixes (Sven Geuer, Michael Ortmann)
- *BSDs support fixes (Michael Ortmann, Benjamin Jacobs, DL)
- Do retries for blank and discid commands (DL)
Version 1.2.5 Release
- 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
- one of ENCODING_ISO_8859_1, ENCODING_ASCII, ENCODING_MS_JIS,
- 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
- add option to convert bin file, removing subchannel data that
- 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.