cue2ccd

Releases

Version 1.1.0 (2025-11-08)

v1.1.0 Nov 9 2025 at 06:22 UTC

This release contains a brand-new feature: subchannel-based protection emulation! If you specfiy a specific protection scheme when running cue2ccd, it will generate the subchannel data in the right nonstandard way the protection scheme expects. This can be useful for people who have created BIN/CUE copies of protected CDs and have lost the original subchannel data they need for it to work.

In this first release, DiscGuard v1 and DiscGuard v2 are supported; future versions may add support for libcrypt and SecuROM.

This feature was contributed by @HeroponRikiBestest.

Version 1.0.3 (2025-05-26)

v1.0.3 May 27 2025 at 03:38 UTC

This release fixes two minor bugs with subchannel generation. These caused certain bits of timing information to be off by a single sector. It's unlikely this caused any discs not to work, but it may have caused very minor audio sync issues for certain discs.

  • Fixes an off-by-one error in the index location in the subchannel. (@HeroponRikiBestest - #30)
  • Fixes an error in the position where the P subchannel should end. (@mistydemeo - #32)

Version 1.0.2 (2025-05-20)

v1.0.2 May 21 2025 at 04:24 UTC

This fixes several bugs:

  • Bad .img files were being generated for single-file images containing multiple tracks. (#21)
  • Removes a "syntax error" message when parsing most cue sheets. There wasn't an issue with the cue sheets themselves; this was a bug in the cue sheet parser cue2ccd uses.

Version 1.0.1 (2024-12-19)

v1.0.1 Dec 20 2024 at 18:19 UTC

This fixes a few bugs from the initial release:

  • Subcode data was being generated incorrectly for split images.
  • Output filenames were generated incorrectly for cue sheets containing periods in their names.

Version 1.0.0 (2024-12-14)

v1.0.0 Dec 14 2024 at 22:45 UTC

This is the initial release.