Skip to content

Release 4.2.0

Compare
Choose a tag to compare
@whikloj whikloj released this 25 Jun 01:32
· 9 commits to main since this release
f2496ce

This release includes new features:

  • removeBagInfoTagByValue to remove a Bag Info tag by its current value instead of using the index
  • setAlgorithms which allows the setting of a predefined set of algorithms instead of having to setAlgorithm and addAlgorithm
  • addBagInfoTags which allows you to pass a multi-dimensional array of tag => value or tag => [value1, value2]

This also fixes some Windows path errors (thanks @jonasraoni).

What's Changed

New Contributors

Full Changelog: 4.1.0...4.2.0