v1.0.1
Warning: This build will produce a backup where the last sector is all-zeroes. Use a newer version.
Changed
- Switched project management from Poetry to uv.
- Raised the minimum supported Python version to 3.11.
- Updated all dependencies to their latest versions, including the bundled libdvdcss to 1.5.0.
Removed
- The command-line interface and the pip/PyPI-installable package. Slipstream is distributed only as a
Windows installer and portable executable.
Fixed
- Backing up a disc in the GUI no longer crashes in the windowed build (tqdm writing to an absent console).
- Loading a disc no longer intermittently fails with "Expected at least 2 UDF Anchors"; opening the disc in
pycdlib is now retried. - Backing up a disc no longer fails near the end when the disc returns fewer sectors than its volume
descriptor declares; the unreadable trailing padding is zero-filled so the image keeps its full size. - libdvdcss is now located correctly when running from source.