Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 03:20
· 8 commits to main since this release

What's Changed

  • Added: Disc::new_stream/new_stream_with_options to create a Disc instance from a custom read stream, rather than a filesystem path.
  • Added: Disc::detect to check whether a file is a disc image.
  • Added: PartitionBase::into_open_file to create an owned file read stream. Useful for opening nested disc images.
  • Fixed: Building without compress-* features.

Full Changelog: v1.3.0...v1.4.0