Breaking Changes
Poster.selected
is casted to abool
instead of being astr
(#648)Photo.tags
is now pluraltags
instead oftag
(#649)
New Features
Bug Fixes
- #656 - Fix checking object parent when the weakref is dead
- #657 - Fix episode parentKey and parentRatingKey when seasons are hidden in Plex
- #662 - Fix bug preventing overwriting attrs with a blank list
- #668 - Fix gdm.GDM.find_by_content_type()
- #669 - Fix deprecation warnings
Improvements
- #639 - Move split/merge and unmatch/match to a mixin
- #648 - Update poster and art and move to a mixin
- #659 - Don't refresh metadata after editing tags
- #665 - Add banner mixin to shows and clean up art/poster mixins
- #666 - Rename server checkForUpdate
- #667 - Move collections to a separate module
- #670 - fix: code quality issues