Releases: nwithan8/dizqueTV-python
Releases · nwithan8/dizqueTV-python
v2.0.0.153
What's Changed
- [FIX] Type enforcement checks on some dictionary merges causing bad/incomplete data to be sent to the server
- [CHANGED] Python version support
- Dropped: Python 3.7, 3.8, 3.9
- Added: 3.13
- [CHANGED] Version naming scheme due to dizqueTV's stalled development
- Previous versions:
X.Y.Z.a
whereX.Y.Z
represented the dizqueTV version, anda
represented the patch version of this library- Ex.
1.5.3.2
-> the second patch (third overall version) of this library compatible with dizqueTV v1.5.3
- Ex.
- New versions
X.Y.Z.aaa
whereX.Y.Z
represents the major-minor-patch version of this library, andaaa
represents the lowest compatible dizqueTV version- Ex.
2.0.0.153
-> Version2.0.0
of this library, compatible with dizqueTV v1.5.3 as a minimum
- Ex.
- Previous versions:
Related PRs
Full Changelog: 1.5.3.2...2.0.0.153
v1.5.3.2
v1.5.3.1
v1.5.3.0
v1.5.0.9
What's Changed
- Improve docstrings and type-hinting
- New
.full_title
property on media items (combines show name, episode name, and season/episode count for TV show episodes) - Improve threading for collecting all channels
Full Changelog: 1.5.0.8...1.5.0.9
v1.5.0.8
v1.5.0.7
- Fix bug when retrieving a channel that has no programs
Full Changelog: 1.5.0.6...1.5.0.7
v1.5.0.6
- Fix bug when trying to retrieve all channel programs
Full Changelog: 1.5.0.5...1.5.0.6
v1.5.0.5
- Fix bug when trying to get the lowest channel number when no channels exist
- Loosen dependency restrictions to prevent pip deadlock
Full Changelog: 1.5.0.4...1.5.0.5
v1.5.0.4
New
- Get highest or lowest active channel number
- First-party support for adding collections and playlists to a dizqueTV channel
add_programs_to_channels
can use Plex items as well asProgram
objects
Improved
.channels
workaround runs multithreaded for faster loading
Full Changelog: 1.5.0.3...1.5.0.4