– bugfix: dummying overwrite
– bugfix: possible memory leak when closing
– change: CDDA padded with 3 blank tracks
– improve: cleaned source code
– improve: more fail-proof IP.BIN checks
– improve: detecting 1ST_READ.BIN file name
– improve: file associating
– update: cdi4dc 0.3b
– new: CUE and ISO support
– new: added the uninstaller
– removed: BDS functionality
– probably a few others I’m forgetting (not worth noting)
I didn’t add anything special to CUE support so if CDRecord flashes open real quick the path inside the CUE needs to be fixed. I’m also fairly sure MP3s in the CUE won’t work because I previously tested if MP3s were decoded internally by CDRecord and they weren’t.
CUE (and ISO) burning support is under the same as CDI burning, only it’s been renamed to CD Image Burner.
You’re probably wondering what fail-proof checks I’m talking about for IP.BINs. After your main binary file name is detected it checks the IP.BIN to make sure they are the same.
The main binary set in the IP.BIN is also read before the fail-proof check. This is the detecting 1ST_READ.BIN file name improvement. The main binary is also automatically detected if there’s only one or two files in your selfboot folder (the 1ST_READ.BIN and IP.BIN) (just don’t try to selfboot a folder with just a IP.BIN, you’ll come up with unexpected results).
Have fun.