Releases: randoragon/rsid3
v1.0.0-alpha.2
The regressions in the id3 crate have been resolved. This release updates all external dependencies. It also explicitly disallows the editing of the TIPL tag, because it is not a conventional text value.
1.0.0-alpha.1
This is a small release to bring some minor changes to crates.io.
Help text has been updated, and the version of the id3 crate dependency was narrowed down due to an upstream regression.
Functionally there were no changes, the work on integration tests was happening in the background, but in the process I discovered issues with the ID3v2.2 support which slowed it down. I am low on spare time, but intend to continue towards a stable release. Please bear with me.
1.0.0-alpha
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
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.