Skip to content

Releases: kdomanski/iso9660

v0.4.0

20 Aug 13:15
Compare
Choose a tag to compare

What's Changed

  • reader: add method to get Primary Volume label by @kdomanski in #35

Partial support for reading Rock Ridge

Full Changelog: v0.3.4...v0.4.0

v0.3.5

21 May 17:54
Compare
Choose a tag to compare

What's Changed

  • reader: add method to get Primary Volume label by @kdomanski in #36

v0.3.4

01 May 17:38
Compare
Choose a tag to compare

What's Changed

  • test on Go v1.20 by @kdomanski in #29
  • return more specific error message when attempting to decode UDF volume by @kdomanski in #30

Full Changelog: v0.3.3...v0.3.4

v0.3.3

17 Sep 12:41
Compare
Choose a tag to compare

What's Changed

  • split unit and integration tests runs by @kdomanski in #23
  • remove unnecessary buffer allocation in image writer by @kdomanski in #22

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 Aug 11:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

30 May 16:52
Compare
Choose a tag to compare

v0.3.0

22 May 16:21
Compare
Choose a tag to compare

v0.2.1

10 Jul 04:27
Compare
Choose a tag to compare
  • fixed parsing filenames of files stored without dot

v0.2.0

10 Jul 04:26
Compare
Choose a tag to compare
  • WriteTo now accepts a io.Writer instead of io.WriterAt, allowing e.g. direct streaming of images over network
  • fixed incorrect alignment of items to sectors due to broken padding
  • fixed parent directory entry being identical to current directory (probably only relevant when exporting mountpoint over NFS)

v0.2

13 Jul 23:21
Compare
Choose a tag to compare
  • WriteTo now accepts a io.Writer instead of io.WriterAt, allowing e.g. direct streaming of images over network
  • fixed incorrect alignment of items to sectors due to broken padding
  • fixed parent directory entry being identical to current directory (probably only relevant when exporting mountpoint over NFS)