-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,31 @@ Release History | |
|
||
.. :changelog: | ||
v0.9a0 (2019-02-09) | ||
------------------- | ||
v0.9a1 (2019-03-16) | ||
------------------------ | ||
|
||
New | ||
~~~ | ||
- Dropped Python 2 support. | ||
- A new `jsontag` plugin for converting tags to JSON. | ||
- A new `extract` plugin for extracting tags from media. | ||
- Log warning when ID3 v1.x text truncation occurs. Fixes #299. | ||
|
||
Changes | ||
~~~~~~~ | ||
- Merge 0.9 devel (no more Python2) | ||
- New ValueError for _setNum when unknown type/values are passed. | ||
|
||
Fix | ||
~~~ | ||
- Double quoting matters on env markers, hmm. | ||
- [extract] Support only ID3 tags and v1.x tags. | ||
- [jsontag] No need to track image files. | ||
- Unbound variable for track num/total. Fixes #327. | ||
- Fixed MP3 header search to not false match on BOMs. | ||
- Honor APIC text encoding when description is "". #200. | ||
- Fixed bug with improper types when re-rendering unique file ID. (#324) | ||
<[email protected]> | ||
- UFID fixes, update (#325) | ||
<[email protected]> | ||
|
||
|
||
v0.8.10 (2019-03-07) : Apples | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters