Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.16.0 Troy (2024-11-03)
Okie-dokie, let's do this. Due to Python 3.13 removing some deprecated
modules, you might have encountered an import error related to
imghdr
. This module is not used directly by pyatv, but ratherindirectly via the
mediafile
library. Asmediafile
is notmaintained much these days, I decided to replace it with
tinytag
instead. I have also added python 3.13 as an offically supported
version.
Another somewhat related change is that Python 3.8 is no longer
supported. It is end-of-life and some of my dependencies are
dropping support for it, so it's hard to maintain. Good bye,
old friend!
There are some new stuff as well:
artwork_save
inatvremote
(@AVITPL)There are a few minor bug fixes and clean up of warnings as well.
Everything is stated below.
Changes:
Other:
All changes: