Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 18:53
· 9 commits to main since this release
v0.2.0

Release Notes

Fixed

  • #72 - --auto-import fails under specific circumstances
  • #70 - improve ID3v2 support for narrator tag
  • #51 - incorrect next track ID after import chapters
  • #49 - auto importing covers uses the same cover for every audio file

Changed

  • Upgraded atldotnet library
  • Upgraded all dependencies to the latest version

Setup instructions

tone is released as single monolithic binary, so you don't need a setup file or any dependencies (not even a .NET runtime). Download the tone
release for your platform, extract it and run it via command line. If you need help choosing your download, here are some hints:

  • For Windows, only the x64 platform is available... choose -win-x64.zip
  • For musl (an alternative C library) choose your arch prefixed by musl (usually this is used in alpine docker images and other lightweight distributions)
  • For standard Linux (like Fedora, Ubuntu, etc.), it is recommended choose your arch without musl prefix
  • For macOS you might need to run xattr -rd com.apple.quarantine tone after extracting to remove quarantine flag