Skip to content

Releases: randoragon/rsid3

v1.0.0-alpha.2

15 Feb 13:20
v1.0.0-alpha.2
2eee100
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

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

30 Dec 10:10
v1.0.0-alpha.1
ced7492
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

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

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.