Releases: Popkornium18/audiotag
Releases · Popkornium18/audiotag
audiotag v0.7.3
Bugfix release
Full Changelog: v0.7.2...v0.7.3
audiotag v0.7.2
audiotag v0.7.1
Small bug fix
Full Changelog: v0.7.0...v0.7.1
audiotag v0.7.0
What's Changed
ALBUMARTIST can now contain multiple values.
Various crashes due to special HTML characters in tag values have been fixed.
- Support AlbumArtist tag by @Popkornium18 in #18
- Remove Python 3.7 by @Popkornium18 in #22
- Bump prompt-toolkit from 3.0.26 to 3.0.28 by @dependabot in #21
- Bump pytest from 6.2.5 to 7.0.1 by @dependabot in #23
Full Changelog: v0.6.0...v0.7.0
audiotag 0.6.0
What's Changed
- replace readline with prompt-toolkit by @Popkornium18 in #14
- Bump black from 21.12b0 to 22.1.0 by @dependabot in #16
- Bump prompt-toolkit from 3.0.24 to 3.0.26 by @dependabot in #17
- Support input of multiple genres and artists and add compilation mode by @Popkornium18 in #15
Full Changelog: v0.5.1...v0.6.0
audiotag 0.5.1
This is a bugfix release. A crash has been fixed when trying to keep tags that do not exist.
What's Changed
- Bump mypy from 0.930 to 0.931 by @dependabot in #13
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
This release adds the --keep
parameter to the clean
mode.
Furthermore a windows specific bug was fixed, where force overwriting in rename
mode was not possible.
- Bump mypy from 0.910 to 0.920 by @dependabot in #5
- Bump pytaglib from 1.4.6 to 1.5.0 by @dependabot in #6
- Bump mypy from 0.920 to 0.921 by @dependabot in #7
- Bump mypy from 0.921 to 0.930 by @dependabot in #8
- Bump tox from 3.24.4 to 3.24.5 by @dependabot in #9
- Add MacOS and Windows Tests by @Popkornium18 in #10
- type hint list, dict and set without imports from typing by @Popkornium18 in #11
- Refactor mode parameters by @Popkornium18 in #12
Full Changelog: v0.4.5...v0.5.0
audiotag 0.4.5
What's Changed
- Bump black from 21.11b1 to 21.12b0 by @dependabot in #3
- Set mode rework by @Popkornium18 in #4
Full Changelog: v0.4.4...v0.4.5
audiotag 0.4.4
small bug fix
audiotag 0.4.3
replace docopt with argparse