Skip to content

Releases: randoragon/rsid3

1.0.0-alpha

30 Mar 11:36
005021f
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release

This is an alpha release. A full release will have to wait until integration tests covering all major features are completed (work in progress). The reasons for this release are to acknowledge that the API should not change much past this point, and to be able to publish a first version to crates.io.

What's Changed

  • arguments are now executed in command line order (grouping of print/set/convert/delete/purge has been removed)
  • added support for passing more than one convert option
  • seperators (delimiters) can now be separately defined for frames and files
  • missing frames are more gracefully handled and don't terminate a command
  • added -V/--version option
  • misc improvements and bugfixes

Full Changelog: v0.1.0...v1.0.0-alpha

alpha 0.1.0

28 Mar 23:18
7be9d33
Compare
Choose a tag to compare
alpha 0.1.0 Pre-release
Pre-release

All the important functionality is finished. However, due to lack of tests and a few missing enhancements, this is an alpha release and should not be relied upon too much. There could be plenty of bugs and oversights.