- Add AudioTagEdit::{set_,remove_}composer - PR: #19 fix #4
- Thanks to @Serial-AtA and @ChousX
- Merged audiotags2 to audiotags - Party! - PR: #18
- Thanks to @martpie
- Upgraded
id3
from 1.0.3 to 1.1.0
- Added support for
duration
- Added support for
genre
- Upgraded
id3
from 0.5.1 to 1.0.3 - Upgrade
mp4ameta
from 0.6 to 0.11 - Execute tests from tmp directory to avoid repo corruption
- Improve docs
- Ergonomic conversions
- downcasting
- Remove use of
Cow
- Naive implementation of config
- multiple artists
- Conversion between tag types without macro; removed the macro introduced in v0.2.0
- Improved error handling
- conversion between tag types (naive and unstable implementation)