Skip to content

Release v1.0.4

Compare
Choose a tag to compare
@ptrpfn ptrpfn released this 23 Aug 09:47
· 2 commits to master since this release
ac0188f

Until v1.0.3 the ascmhl create command writes wrong syntax for author info (as part of the <creatorinfo> tag):

<author>
  <name>John Doe</name>
  <role>Data wrangler</role>
  <email>[email protected]</email>
  <phone>+1 123 456789</phone>
</author>

In v1.0.4 this is changed to the correct syntax:

<author role="Data wrangler" email="[email protected]" phone="+1 123 456789">John Doe</author>

Please not that backwards compatibility is maintained in the ascmhl commands, so ASC MHL histories with the wrong/old syntax above can still be read (for example, with the ascmhl info command). This avoids that author info in any previously created histories gets unusable.

Also the order of tags within the <creatorinfo> is fixed to conform to the XSD.