Skip to content

v0.1.0

Compare
Choose a tag to compare
@MagicalTux MagicalTux released this 11 Apr 05:08
· 6 commits to master since this release

A lot of internal changes, with some breaking API changes:

  • Cleanup has been dropped as it is not useful anymore
  • Support for El Torito boot added (testing needed) with a new API
  • New Item api with a more simple interface. Item objects can be passed to AddFile
  • Cleanup in the way files are processed
  • Writing to output is deffered to after most processing is done in order to catch most errors cleanly
  • Various bugfixes (bad directory parents, etc)