Skip to content

Commit

Permalink
Merge pull request #612 from phw/next-release
Browse files Browse the repository at this point in the history
Prepare next release
  • Loading branch information
lazka authored Sep 3, 2023
2 parents fd71e21 + c708720 commit a98c1d0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
.. _release-1.46.1:

1.46.1 - 2023-09-01
-------------------

* ID3: Allow reading TYER tags in the form of "yyyy-mm-dd" :pr:`597`
* ID3: Handle negative extended header sizes :pr:`607`
* ID3: id3 frames fix bad cast due to str.isdigit :pr:`616`
* MP3: Auto-detect MP3 files without ID3 tags :pr:`601`
* WAVE: Extensible wave format support :bug:`595` :pr:`596`
* WAVE, AIFF: Handle truncated IFF files :bug:`496` :pr:`517`
* MP4: add a check for wrong offsets in mp4 files :bug:`426` :pr:`462`
* FLAC: Fix cuesheet and seektable saving :pr:`534`
* TrueAudio: Read sample rate as unsigned and handle zero sample rate :pr:`609`
* docs: Fixed documentation for id3.ID3.save parameter v2_version
* docs: Make extlinks compatible with sphinx 6.0 :pr:`590`
* docs: Fixed various typos :pr:`602`
* Add some more type annotations :pr:`622`
* Various minor fixes for issues uncovered by oss-fuzz :pr:`620` :pr:`621` :pr:`623`


.. _release-1.46.0:

1.46.0 - 2022-10-09
Expand Down

0 comments on commit a98c1d0

Please sign in to comment.